From f438e72c0a5950fd302dba3ae9bcd448826a6d9c Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:16:45 -0700 Subject: [PATCH] ci(changesets): versioning packages (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @fuels/react@0.16.0 ### Minor Changes - 🐞 fix: fuel hooks will only re-render tracked properties, instead of listening to every useQuery property, by [@helciofranco](https://github.com/helciofranco) (See [#55](https://github.com/FuelLabs/fuels-npm-packs/pull/55)) ## @fuels/assets@0.16.0 ## @fuels/changeset@0.16.0 ## @fuels/eslint-plugin@0.16.0 ## @fuels/jest@0.16.0 ## @fuels/local-storage@0.16.0 ## @fuels/prettier-config@0.16.0 ## @fuels/react-xstore@0.16.0 ## @fuels/playwright-utils@0.16.0 ## @fuels/ts-config@0.16.0 ## @fuels/tsup-config@0.16.0 Co-authored-by: github-actions[bot] --- .changeset/gold-news-begin.md | 5 ----- packages/assets/CHANGELOG.md | 2 ++ packages/assets/package.json | 2 +- packages/changeset/CHANGELOG.md | 2 ++ packages/changeset/package.json | 2 +- packages/eslint-plugin/CHANGELOG.md | 2 ++ packages/eslint-plugin/package.json | 2 +- packages/jest/CHANGELOG.md | 2 ++ packages/jest/package.json | 2 +- packages/local-storage/CHANGELOG.md | 2 ++ packages/local-storage/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 2 ++ packages/prettier-config/package.json | 2 +- packages/react-xstore/CHANGELOG.md | 2 ++ packages/react-xstore/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/test-utils/CHANGELOG.md | 2 ++ packages/test-utils/package.json | 2 +- packages/ts-config/CHANGELOG.md | 2 ++ packages/ts-config/package.json | 2 +- packages/tsup-config/CHANGELOG.md | 2 ++ packages/tsup-config/package.json | 2 +- 23 files changed, 37 insertions(+), 16 deletions(-) delete mode 100644 .changeset/gold-news-begin.md diff --git a/.changeset/gold-news-begin.md b/.changeset/gold-news-begin.md deleted file mode 100644 index 70b635c..0000000 --- a/.changeset/gold-news-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuels/react': minor ---- - -fix: fuel hooks will only re-render tracked properties, instead of listening to every useQuery property. diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 626b703..c8c2fd8 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/assets +## 0.16.0 + ## 0.15.3 ### Patch Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 84d3f4a..94d685d 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/assets", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/changeset/CHANGELOG.md b/packages/changeset/CHANGELOG.md index bbad861..e8049ea 100644 --- a/packages/changeset/CHANGELOG.md +++ b/packages/changeset/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/changeset +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/changeset/package.json b/packages/changeset/package.json index 1557be4..1bfcfd1 100644 --- a/packages/changeset/package.json +++ b/packages/changeset/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/changeset", - "version": "0.15.3", + "version": "0.16.0", "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 159ca16..f54114d 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/eslint-config +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 572045e..23ab570 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/eslint-plugin", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "access": "public", "main": "./index.js", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 75eb404..ba4dd12 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/jest +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/jest/package.json b/packages/jest/package.json index b4e4d80..125e8c7 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/jest", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index c466c64..546a0d8 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/local-storage +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index b36382a..3035f8b 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/local-storage", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 2c5a4a0..9bc0e35 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/prettier-config +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index db8c73e..f1a14f3 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/prettier-config", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "./index.json", "access": "public", diff --git a/packages/react-xstore/CHANGELOG.md b/packages/react-xstore/CHANGELOG.md index de20260..e751933 100644 --- a/packages/react-xstore/CHANGELOG.md +++ b/packages/react-xstore/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/react-xstore +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/react-xstore/package.json b/packages/react-xstore/package.json index 9e4b095..b6dff62 100644 --- a/packages/react-xstore/package.json +++ b/packages/react-xstore/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/react-xstore", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b1c9b00..5de164c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/react +## 0.16.0 + +### Minor Changes + +- 🐞 fix: fuel hooks will only re-render tracked properties, instead of listening to every useQuery property, by [@helciofranco](https://github.com/helciofranco) (See [#55](https://github.com/FuelLabs/fuels-npm-packs/pull/55)) + ## 0.15.3 ## 0.15.2 diff --git a/packages/react/package.json b/packages/react/package.json index 201d55c..af51aa9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@fuels/react", "description": "Interact with the Fuel Wallet Extension in React.", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 21e1a37..4a09297 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/playwright-utils +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index d4d282d..dda9f32 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index 18d88d6..2600e52 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/ts-config +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index 9ffe526..4fad3a6 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/ts-config", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/tsup-config/CHANGELOG.md b/packages/tsup-config/CHANGELOG.md index b8154c1..82f425d 100644 --- a/packages/tsup-config/CHANGELOG.md +++ b/packages/tsup-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/tsup-config +## 0.16.0 + ## 0.15.3 ## 0.15.2 diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index 7664891..821b459 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/tsup-config", - "version": "0.15.3", + "version": "0.16.0", "license": "Apache-2.0", "access": "public", "files": [