diff --git a/.changeset/twelve-items-leave.md b/.changeset/twelve-items-leave.md deleted file mode 100644 index 4c637b6..0000000 --- a/.changeset/twelve-items-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@fuels/playwright-utils': patch -'@fuels/react': patch ---- - -Migrate packages from fuels wallet to this repo diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index ab5c0ce..2849c50 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/assets +## 0.15.1 + ## 0.1.5 ### Patch Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index b02ed3a..b91e5f8 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/assets", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/changeset/CHANGELOG.md b/packages/changeset/CHANGELOG.md index 6475a93..cd16420 100644 --- a/packages/changeset/CHANGELOG.md +++ b/packages/changeset/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/changeset +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/changeset/package.json b/packages/changeset/package.json index c989988..045dd81 100644 --- a/packages/changeset/package.json +++ b/packages/changeset/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/changeset", - "version": "0.1.5", + "version": "0.15.1", "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 1842636..8c591d2 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/eslint-config +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index cfd1650..6b8c238 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/eslint-plugin", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "access": "public", "main": "./index.js", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 26a44f3..034fc33 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/jest +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/jest/package.json b/packages/jest/package.json index 1da3c43..346c95b 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/jest", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "main": "./src/index.ts", "exports": { diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index 379cbce..230e69a 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/local-storage +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index 159ec16..1651b31 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/local-storage", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index c94f7ac..ad78281 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/prettier-config +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 9bca71b..6f11da6 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/prettier-config", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "main": "./index.json", "access": "public", diff --git a/packages/react-xstore/CHANGELOG.md b/packages/react-xstore/CHANGELOG.md index 0a305f3..b141e6a 100644 --- a/packages/react-xstore/CHANGELOG.md +++ b/packages/react-xstore/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/react-xstore +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/react-xstore/package.json b/packages/react-xstore/package.json index 975f914..964f55a 100644 --- a/packages/react-xstore/package.json +++ b/packages/react-xstore/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/react-xstore", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md new file mode 100644 index 0000000..b9f3a32 --- /dev/null +++ b/packages/react/CHANGELOG.md @@ -0,0 +1,13 @@ +# @fuels/react + +## 0.15.1 + +### Patch Changes + +- Migrate packages from fuels wallet to this repo, by [@matt-user](https://github.com/matt-user) (See [#40](https://github.com/FuelLabs/fuels-npm-packs/pull/40)) + +## 0.15.1 + +### Patch Changes + +- Migrate packages from fuels wallet to this repo, by [@matt-user](https://github.com/matt-user) (See [#40](https://github.com/FuelLabs/fuels-npm-packs/pull/40)) diff --git a/packages/react/package.json b/packages/react/package.json index 5c1410d..7a8bbdb 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.0", + "version": "0.15.1", "license": "Apache-2.0", "main": "src/index.ts", "exports": { diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md new file mode 100644 index 0000000..d2ddfc9 --- /dev/null +++ b/packages/test-utils/CHANGELOG.md @@ -0,0 +1,13 @@ +# @fuels/playwright-utils + +## 0.15.1 + +### Patch Changes + +- Migrate packages from fuels wallet to this repo, by [@matt-user](https://github.com/matt-user) (See [#40](https://github.com/FuelLabs/fuels-npm-packs/pull/40)) + +## 0.15.1 + +### Patch Changes + +- Migrate packages from fuels wallet to this repo, by [@matt-user](https://github.com/matt-user) (See [#40](https://github.com/FuelLabs/fuels-npm-packs/pull/40)) diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 07c153e..8bdb2a9 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.15.0", + "version": "0.15.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/ts-config/CHANGELOG.md b/packages/ts-config/CHANGELOG.md index a8a63bc..fb0b38c 100644 --- a/packages/ts-config/CHANGELOG.md +++ b/packages/ts-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/ts-config +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/ts-config/package.json b/packages/ts-config/package.json index 9b4dfe5..e61102c 100644 --- a/packages/ts-config/package.json +++ b/packages/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/ts-config", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/tsup-config/CHANGELOG.md b/packages/tsup-config/CHANGELOG.md index 13392f1..343c85c 100644 --- a/packages/tsup-config/CHANGELOG.md +++ b/packages/tsup-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/tsup-config +## 0.15.1 + ## 0.1.5 ## 0.1.4 diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index d041fa6..e58e1a6 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/tsup-config", - "version": "0.1.5", + "version": "0.15.1", "license": "Apache-2.0", "access": "public", "files": [