diff --git a/.changeset/gentle-trains-brush.md b/.changeset/gentle-trains-brush.md deleted file mode 100644 index 102d04d..0000000 --- a/.changeset/gentle-trains-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuels/react-xstore': patch ---- - -Fix: remove `useMemo` from built-in hooks inside store. diff --git a/packages/changeset/CHANGELOG.md b/packages/changeset/CHANGELOG.md index de05e69..0153ea4 100644 --- a/packages/changeset/CHANGELOG.md +++ b/packages/changeset/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/changeset +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/changeset/package.json b/packages/changeset/package.json index 04a8465..c8891ae 100644 --- a/packages/changeset/package.json +++ b/packages/changeset/package.json @@ -1,7 +1,7 @@ { "name": "@fuels/changeset", "private": true, - "version": "0.0.7", + "version": "0.0.8", "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 19c9a08..2e669d3 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/eslint-config +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index b9c18be..4673797 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/eslint-plugin", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "access": "public", "main": "./index.js", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 3fbbc17..46bccf2 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/jest +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/jest/package.json b/packages/jest/package.json index e32ff4b..6bd0809 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/jest", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index 0bd69b6..cd2314f 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/local-storage +## 0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index 192ed74..9be62a8 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/local-storage", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 3968a72..617633b 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/prettier-config +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index d02f546..092249b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/prettier-config", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "main": "./index.json", "access": "public", diff --git a/packages/react-xstore/CHANGELOG.md b/packages/react-xstore/CHANGELOG.md index 020e610..3a6f4cb 100644 --- a/packages/react-xstore/CHANGELOG.md +++ b/packages/react-xstore/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/react-xstore +## 0.0.8 + +### Patch Changes + +- 🐞 Fix: remove `useMemo` from built-in hooks inside store, by [@pedronauck](https://github.com/pedronauck) (See [#16](https://github.com/FuelLabs/fuels-npm-packs/pull/16)) + ## 0.0.7 ## 0.0.6 diff --git a/packages/react-xstore/package.json b/packages/react-xstore/package.json index fd058bd..5db9b4d 100644 --- a/packages/react-xstore/package.json +++ b/packages/react-xstore/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/react-xstore", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index b05f099..af892af 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/ts-config +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index bbeb481..af40737 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/ts-config", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/tsup-config/CHANGELOG.md b/packages/tsup-config/CHANGELOG.md index 5fe8ab0..d8cd811 100644 --- a/packages/tsup-config/CHANGELOG.md +++ b/packages/tsup-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/tsup-config +## 0.0.8 + ## 0.0.7 ## 0.0.6 diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index c1e6827..d5d4aa7 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/tsup-config", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0", "access": "public", "files": [