diff --git a/.changeset/itchy-mirrors-jam.md b/.changeset/itchy-mirrors-jam.md deleted file mode 100644 index 6c3da33..0000000 --- a/.changeset/itchy-mirrors-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuels/local-storage': patch ---- - -Fix scope reference on local storge class diff --git a/packages/changeset/CHANGELOG.md b/packages/changeset/CHANGELOG.md index 0153ea4..1d7dfbd 100644 --- a/packages/changeset/CHANGELOG.md +++ b/packages/changeset/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/changeset +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/changeset/package.json b/packages/changeset/package.json index c8891ae..d480912 100644 --- a/packages/changeset/package.json +++ b/packages/changeset/package.json @@ -1,7 +1,7 @@ { "name": "@fuels/changeset", "private": true, - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "access": "public", "main": "src/index.js", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 2e669d3..0f1a360 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/eslint-config +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 4673797..28ea7ad 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/eslint-plugin", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "access": "public", "main": "./index.js", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 46bccf2..eef9933 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/jest +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/jest/package.json b/packages/jest/package.json index 6bd0809..0b9dcfb 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/jest", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index cd2314f..f84b4d7 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/local-storage +## 0.0.9 + +### Patch Changes + +- 🐞 Fix scope reference on local storge class, by [@luizstacio](https://github.com/luizstacio) (See [#18](https://github.com/FuelLabs/fuels-npm-packs/pull/18)) + ## 0.0.8 ## 0.0.7 diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index 9be62a8..fb5c072 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/local-storage", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 617633b..b7c39ff 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/prettier-config +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 092249b..7d99fe0 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/prettier-config", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "main": "./index.json", "access": "public", diff --git a/packages/react-xstore/CHANGELOG.md b/packages/react-xstore/CHANGELOG.md index 3a6f4cb..c9564ea 100644 --- a/packages/react-xstore/CHANGELOG.md +++ b/packages/react-xstore/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/react-xstore +## 0.0.9 + ## 0.0.8 ### Patch Changes diff --git a/packages/react-xstore/package.json b/packages/react-xstore/package.json index 5db9b4d..a97148e 100644 --- a/packages/react-xstore/package.json +++ b/packages/react-xstore/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/react-xstore", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index af892af..fac4e0d 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/ts-config +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index af40737..9972a9d 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/ts-config", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/tsup-config/CHANGELOG.md b/packages/tsup-config/CHANGELOG.md index d8cd811..4407508 100644 --- a/packages/tsup-config/CHANGELOG.md +++ b/packages/tsup-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/tsup-config +## 0.0.9 + ## 0.0.8 ## 0.0.7 diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index d5d4aa7..a7bb971 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/tsup-config", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "access": "public", "files": [