From ab9b60671fb15de8395ffbfffc9fdc419f48e63a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:35:24 -0700 Subject: [PATCH] ci(changesets): versioning packages (#13) 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/jest@0.0.6 ### Patch Changes - 🐞 Fix: put it back `press()` methods, but now using `@ariakit/test` to avoid having things locally customized, by [@pedronauck](https://github.com/pedronauck) (See [#12](https://github.com/FuelLabs/fuels-npm-packs/pull/12)) ## @fuels/eslint-plugin@0.0.6 ## @fuels/prettier-config@0.0.6 ## @fuels/react-xstore@0.0.6 ## @fuels/ts-config@0.0.6 ## @fuels/tsup-config@0.0.6 ## @fuels/changeset@0.0.6 ## @fuels/local-storage@0.0.6 Co-authored-by: github-actions[bot] --- .changeset/red-fireants-run.md | 5 ----- 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 | 6 ++++++ 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/ts-config/CHANGELOG.md | 2 ++ packages/ts-config/package.json | 2 +- packages/tsup-config/CHANGELOG.md | 2 ++ packages/tsup-config/package.json | 2 +- 17 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 .changeset/red-fireants-run.md diff --git a/.changeset/red-fireants-run.md b/.changeset/red-fireants-run.md deleted file mode 100644 index 8a8c5e6..0000000 --- a/.changeset/red-fireants-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuels/jest': patch ---- - -Fix: put it back `press()` methods, but now using `@ariakit/test` to avoid having things locally customized diff --git a/packages/changeset/CHANGELOG.md b/packages/changeset/CHANGELOG.md index 19b0cf2..b5a05c9 100644 --- a/packages/changeset/CHANGELOG.md +++ b/packages/changeset/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/changeset +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/changeset/package.json b/packages/changeset/package.json index 3cdf632..b628dc0 100644 --- a/packages/changeset/package.json +++ b/packages/changeset/package.json @@ -1,7 +1,7 @@ { "name": "@fuels/changeset", "private": true, - "version": "0.0.5", + "version": "0.0.6", "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 62d2f51..a5730a6 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/eslint-config +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 4c3cf54..1b6ef98 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/eslint-plugin", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "access": "public", "main": "./index.js", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 73c9e67..9880238 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/jest +## 0.0.6 + +### Patch Changes + +- 🐞 Fix: put it back `press()` methods, but now using `@ariakit/test` to avoid having things locally customized, by [@pedronauck](https://github.com/pedronauck) (See [#12](https://github.com/FuelLabs/fuels-npm-packs/pull/12)) + ## 0.0.5 ### Patch Changes diff --git a/packages/jest/package.json b/packages/jest/package.json index 3ed3977..b2cecca 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/jest", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index d76cba3..5d9cd07 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/local-storage +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index 8016ec0..5ce0a6e 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,7 +1,7 @@ { "name": "@fuels/local-storage", "private": true, - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 81c9e6c..ebfc593 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/prettier-config +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 19b8958..936496a 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/prettier-config", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "main": "./index.json", "access": "public", diff --git a/packages/react-xstore/CHANGELOG.md b/packages/react-xstore/CHANGELOG.md index d5f5ebc..95e08c1 100644 --- a/packages/react-xstore/CHANGELOG.md +++ b/packages/react-xstore/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/react-xstore +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/react-xstore/package.json b/packages/react-xstore/package.json index dbf79cc..99cb31c 100644 --- a/packages/react-xstore/package.json +++ b/packages/react-xstore/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/react-xstore", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index 9d4c85b..ac8ec57 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/ts-config +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index d5c8b83..a906bbc 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/ts-config", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/tsup-config/CHANGELOG.md b/packages/tsup-config/CHANGELOG.md index 1f878c2..38f7db0 100644 --- a/packages/tsup-config/CHANGELOG.md +++ b/packages/tsup-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/tsup-config +## 0.0.6 + ## 0.0.5 ## 0.0.4 diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index b3cb1c8..eedbdfe 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/tsup-config", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "access": "public", "files": [