diff --git a/.changeset/brown-dingos-taste.md b/.changeset/brown-dingos-taste.md deleted file mode 100644 index 3aea43be6..000000000 --- a/.changeset/brown-dingos-taste.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@onflow/transport-http": minor -"@onflow/typedefs": minor -"@onflow/types": minor -"@onflow/fcl": minor -"@onflow/sdk": minor ---- - -TS conversion diff --git a/.changeset/nice-cups-rest.md b/.changeset/nice-cups-rest.md deleted file mode 100644 index e07ac2772..000000000 --- a/.changeset/nice-cups-rest.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@onflow/fcl-react-native": minor -"@onflow/fcl-core": minor -"@onflow/fcl": minor -"@onflow/util-encode-key": patch -"@onflow/transport-http": patch -"@onflow/util-invariant": patch -"@onflow/util-template": patch -"@onflow/util-address": patch -"@onflow/util-logger": patch -"@onflow/fcl-bundle": patch -"@onflow/util-actor": patch -"@onflow/typedefs": patch -"@onflow/util-uid": patch -"@onflow/config": patch -"@onflow/fcl-wc": patch -"@onflow/types": patch -"@onflow/rlp": patch -"@onflow/sdk": patch ---- - -split fcl to fcl-core, fcl-react-native, fcl(-web) diff --git a/.changeset/serious-seahorses-camp.md b/.changeset/serious-seahorses-camp.md deleted file mode 100644 index 42018f96e..000000000 --- a/.changeset/serious-seahorses-camp.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@onflow/util-encode-key": patch -"@onflow/transport-http": patch -"@onflow/util-invariant": patch -"@onflow/util-template": patch -"@onflow/util-address": patch -"@onflow/util-logger": patch -"@onflow/fcl-bundle": patch -"@onflow/util-actor": patch -"@onflow/typedefs": patch -"@onflow/util-uid": patch -"@onflow/config": patch -"@onflow/fcl-wc": patch -"@onflow/types": patch -"@onflow/fcl": patch -"@onflow/rlp": patch -"@onflow/sdk": patch ---- - -Fix type declarations not fully being generated diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index b276dd1c6..a1f49424a 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/config +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-invariant@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/util-actor@1.3.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index c61787717..23aa0c08c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.2.1", + "version": "1.2.2", "description": "Config for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.11", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/estree": "^1.0.1", "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.5.0", @@ -39,9 +39,9 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-actor": "^1.3.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", + "@onflow/util-actor": "^1.3.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", "eslint": "^8.34.0", "eslint-plugin-jsdoc": "^46.9.0" } diff --git a/packages/fcl-bundle/CHANGELOG.md b/packages/fcl-bundle/CHANGELOG.md index 14817bfbd..600ef5d7a 100644 --- a/packages/fcl-bundle/CHANGELOG.md +++ b/packages/fcl-bundle/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/fcl-bundle +## 1.4.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.4.1 ### Patch Changes diff --git a/packages/fcl-bundle/package.json b/packages/fcl-bundle/package.json index 61c217ade..6d98e5160 100644 --- a/packages/fcl-bundle/package.json +++ b/packages/fcl-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-bundle", - "version": "1.4.1", + "version": "1.4.2", "description": "FCL Bundler Tool", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index fe7f8d4a0..846c8872b 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -4,6 +4,26 @@ ### Minor Changes +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +### Patch Changes + +- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/types@1.3.0 + - @onflow/sdk@1.4.0 + - @onflow/util-invariant@1.2.2 + - @onflow/util-template@1.2.2 + - @onflow/util-address@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/util-actor@1.3.2 + - @onflow/util-uid@1.2.2 + - @onflow/config@1.2.2 + - @onflow/rlp@1.2.2 + +## 1.9.0 + +### Minor Changes + - [#1811](https://github.com/onflow/fcl-js/pull/1811) [`4554254a`](https://github.com/onflow/fcl-js/commit/4554254a52e6062c04e5842f4ca7701e8b74bc64) Thanks [@bthaile](https://github.com/bthaile)! - Add support for running FLIX v1.1.0 (verified interactions) ### Patch Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index 3e6e2cb52..5e7b42af4 100644 --- a/packages/fcl-core/package.json +++ b/packages/fcl-core/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-core", - "version": "1.8.1", + "version": "1.9.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/typedefs": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/typedefs": "^1.3.0", "@types/estree": "^1.0.1", "@types/jest": "^29.5.4", "@types/node": "^18.13.0", @@ -49,18 +49,18 @@ "dependencies": { "@babel/runtime": "^7.18.6", "@improbable-eng/grpc-web": "^0.15.0", - "@onflow/config": "^1.2.1", + "@onflow/config": "^1.2.2", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.2.1", - "@onflow/sdk": "^1.3.1", - "@onflow/types": "^1.2.1", - "@onflow/util-actor": "^1.3.1", - "@onflow/util-address": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", + "@onflow/rlp": "^1.2.2", + "@onflow/sdk": "^1.4.0", + "@onflow/types": "^1.3.0", + "@onflow/util-actor": "^1.3.2", + "@onflow/util-address": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", "@onflow/util-semver": "^1.0.1", - "@onflow/util-template": "^1.2.1", - "@onflow/util-uid": "^1.2.1", + "@onflow/util-template": "^1.2.2", + "@onflow/util-uid": "^1.2.2", "cross-fetch": "^3.1.6" } } diff --git a/packages/fcl-react-native/CHANGELOG.md b/packages/fcl-react-native/CHANGELOG.md new file mode 100644 index 000000000..6c398b6df --- /dev/null +++ b/packages/fcl-react-native/CHANGELOG.md @@ -0,0 +1,22 @@ +# @onflow/fcl-react-native + +## 1.9.0 + +### Minor Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +### Patch Changes + +- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/types@1.3.0 + - @onflow/sdk@1.4.0 + - @onflow/fcl-core@1.9.0 + - @onflow/util-invariant@1.2.2 + - @onflow/util-template@1.2.2 + - @onflow/util-address@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/util-actor@1.3.2 + - @onflow/util-uid@1.2.2 + - @onflow/config@1.2.2 + - @onflow/rlp@1.2.2 diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index 4b450e0f2..893972ce4 100644 --- a/packages/fcl-react-native/package.json +++ b/packages/fcl-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-react-native", - "version": "1.8.1", + "version": "1.9.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/typedefs": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/typedefs": "^1.3.0", "@types/estree": "^1.0.1", "@types/node": "^18.13.0", "eslint": "^8.35.0", @@ -47,19 +47,19 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/fcl-core": "1.8.1", - "@onflow/config": "^1.2.1", + "@onflow/fcl-core": "1.9.0", + "@onflow/config": "^1.2.2", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.2.1", - "@onflow/sdk": "^1.3.1", - "@onflow/types": "^1.2.1", - "@onflow/util-actor": "^1.3.1", - "@onflow/util-address": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", + "@onflow/rlp": "^1.2.2", + "@onflow/sdk": "^1.4.0", + "@onflow/types": "^1.3.0", + "@onflow/util-actor": "^1.3.2", + "@onflow/util-address": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", "@onflow/util-semver": "^1.0.1", - "@onflow/util-template": "^1.2.1", - "@onflow/util-uid": "^1.2.1", + "@onflow/util-template": "^1.2.2", + "@onflow/util-uid": "^1.2.2", "cross-fetch": "^3.1.6" }, "peerDependencies": { diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 2bc191219..e2d9b48bc 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,19 @@ # @onflow/fcl-wc +## 7.0.0 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/fcl@1.10.0 + - @onflow/util-invariant@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/config@1.2.2 + ## 6.0.0 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index d3fd8bd71..3046d0d0b 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "6.0.0", + "version": "7.0.0", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -26,7 +26,7 @@ "lint": "eslint ." }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "better-sqlite3": "^7.6.2", "eslint": "^8.35.0", "eslint-plugin-jsdoc": "^46.9.0", @@ -34,15 +34,15 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@onflow/config": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", + "@onflow/config": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", "@walletconnect/modal": "^2.4.7", "@walletconnect/sign-client": "^2.8.1", "@walletconnect/types": "^2.8.1", "@walletconnect/utils": "^2.8.1" }, "peerDependencies": { - "@onflow/fcl": "^1.9.0" + "@onflow/fcl": "^1.10.0" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md new file mode 100644 index 000000000..26df0a65a --- /dev/null +++ b/packages/fcl/CHANGELOG.md @@ -0,0 +1,26 @@ +# @onflow/fcl + +## 1.10.0 + +### Minor Changes + +- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +### Patch Changes + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/types@1.3.0 + - @onflow/sdk@1.4.0 + - @onflow/fcl-core@1.9.0 + - @onflow/util-invariant@1.2.2 + - @onflow/util-template@1.2.2 + - @onflow/util-address@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/util-actor@1.3.2 + - @onflow/util-uid@1.2.2 + - @onflow/config@1.2.2 + - @onflow/rlp@1.2.2 diff --git a/packages/fcl/package.json b/packages/fcl/package.json index b13054423..c5358e93d 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.9.0", + "version": "1.10.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/typedefs": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/typedefs": "^1.3.0", "@types/estree": "^1.0.1", "@types/node": "^18.13.0", "eslint": "^8.35.0", @@ -47,19 +47,19 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/fcl-core": "1.8.1", - "@onflow/config": "^1.2.1", + "@onflow/fcl-core": "1.9.0", + "@onflow/config": "^1.2.2", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.2.1", - "@onflow/sdk": "^1.3.1", - "@onflow/types": "^1.2.1", - "@onflow/util-actor": "^1.3.1", - "@onflow/util-address": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", + "@onflow/rlp": "^1.2.2", + "@onflow/sdk": "^1.4.0", + "@onflow/types": "^1.3.0", + "@onflow/util-actor": "^1.3.2", + "@onflow/util-address": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", "@onflow/util-semver": "^1.0.1", - "@onflow/util-template": "^1.2.1", - "@onflow/util-uid": "^1.2.1", + "@onflow/util-template": "^1.2.2", + "@onflow/util-uid": "^1.2.2", "cross-fetch": "^3.1.6", "sha3": "^2.1.4" } diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index ec37bc556..0842414b4 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/rlp +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.2.1 ### Patch Changes diff --git a/packages/rlp/package.json b/packages/rlp/package.json index c92ea0e0d..a6764fc86 100644 --- a/packages/rlp/package.json +++ b/packages/rlp/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/rlp", - "version": "1.2.1", + "version": "1.2.2", "description": "Port of ethereumjs/rlp", "license": "MPL-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 1b1c47175..1c36177f7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,28 @@ # @onflow/sdk +## 1.4.0 + +### Minor Changes + +- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/transport-http@1.10.0 + - @onflow/typedefs@1.3.0 + - @onflow/util-invariant@1.2.2 + - @onflow/util-template@1.2.2 + - @onflow/util-address@1.2.2 + - @onflow/util-logger@1.3.2 + - @onflow/util-actor@1.3.2 + - @onflow/config@1.2.2 + - @onflow/rlp@1.2.2 + ## 1.3.1 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 90aab72f8..80a742dd1 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.3.1", + "version": "1.4.0", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/uuid": "^9.0.6", "eslint": "^8.35.0", "eslint-plugin-jsdoc": "^46.9.0", @@ -41,15 +41,15 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.2.1", - "@onflow/rlp": "^1.2.1", - "@onflow/transport-http": "^1.8.1", - "@onflow/typedefs": "^1.2.1", - "@onflow/util-actor": "^1.3.1", - "@onflow/util-address": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", - "@onflow/util-template": "^1.2.1", + "@onflow/config": "^1.2.2", + "@onflow/rlp": "^1.2.2", + "@onflow/transport-http": "^1.10.0", + "@onflow/typedefs": "^1.3.0", + "@onflow/util-actor": "^1.3.2", + "@onflow/util-address": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", + "@onflow/util-template": "^1.2.2", "deepmerge": "^4.2.2", "sha3": "^2.1.4", "uuid": "^9.0.1" diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index 3ac5c38b7..fb96f86e0 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,23 @@ # @onflow/transport-http +## 1.10.0 + +### Minor Changes + +- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-invariant@1.2.2 + - @onflow/util-template@1.2.2 + - @onflow/util-address@1.2.2 + - @onflow/util-logger@1.3.2 + ## 1.9.0 ### Minor Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index a4bfd030d..86cb368e1 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.9.0", + "version": "1.10.0", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,10 +13,10 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/rlp": "^1.2.1", - "@onflow/sdk": "^1.3.1", - "@onflow/types": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/rlp": "^1.2.2", + "@onflow/sdk": "^1.4.0", + "@onflow/types": "^1.3.0", "jest": "^29.5.0" }, "source": "src/sdk-send-http.ts", @@ -34,10 +34,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-address": "^1.2.1", - "@onflow/util-invariant": "^1.2.1", - "@onflow/util-logger": "^1.3.1", - "@onflow/util-template": "^1.2.1", + "@onflow/util-address": "^1.2.2", + "@onflow/util-invariant": "^1.2.2", + "@onflow/util-logger": "^1.3.2", + "@onflow/util-template": "^1.2.2", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.6" } diff --git a/packages/typedefs/CHANGELOG.md b/packages/typedefs/CHANGELOG.md index f90d27e89..4fb965ad9 100644 --- a/packages/typedefs/CHANGELOG.md +++ b/packages/typedefs/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/typedefs +## 1.3.0 + +### Minor Changes + +- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.2.1 ### Patch Changes diff --git a/packages/typedefs/package.json b/packages/typedefs/package.json index 1f433cba0..6423c9610 100644 --- a/packages/typedefs/package.json +++ b/packages/typedefs/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/typedefs", - "version": "1.2.1", + "version": "1.3.0", "description": "Flow JS Type Defs", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,7 +13,7 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/node": "^18.13.0", "eslint": "^8.33.0", "eslint-plugin-jsdoc": "^46.9.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 115ea0d70..dba3f2c13 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,20 @@ # @onflow/types +## 1.3.0 + +### Minor Changes + +- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-logger@1.3.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 0e2188d4a..7feec3f72 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.2.1", + "version": "1.3.0", "description": "Utilities to transform javascript values into Cadence understandable values", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -37,6 +37,6 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.3.1" + "@onflow/util-logger": "^1.3.2" } } diff --git a/packages/util-actor/CHANGELOG.md b/packages/util-actor/CHANGELOG.md index c0d9fe6ee..35cb4dd1b 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-actor +## 1.3.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.3.1 ### Patch Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index bf6c9f465..7c874013b 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.3.1", + "version": "1.3.2", "description": "A mechanism for forcing order/transitions of scoped async state", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-address/CHANGELOG.md b/packages/util-address/CHANGELOG.md index 23469dc27..09d901b6e 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-address +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.2.1 ### Patch Changes diff --git a/packages/util-address/package.json b/packages/util-address/package.json index 823a2af8b..3a072a12b 100644 --- a/packages/util-address/package.json +++ b/packages/util-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-address", - "version": "1.2.1", + "version": "1.2.2", "description": "Flow JS SDK Util -- Address", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/types": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/types": "^1.3.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", diff --git a/packages/util-encode-key/CHANGELOG.md b/packages/util-encode-key/CHANGELOG.md index baf279afc..f182b045d 100644 --- a/packages/util-encode-key/CHANGELOG.md +++ b/packages/util-encode-key/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/util-encode-key +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-invariant@1.2.2 + - @onflow/rlp@1.2.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-encode-key/package.json b/packages/util-encode-key/package.json index b8c32cac1..2012a0b7b 100644 --- a/packages/util-encode-key/package.json +++ b/packages/util-encode-key/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-encode-key", - "version": "1.2.1", + "version": "1.2.2", "description": "Flow JS SDK Util -- Encode Key", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/types": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/types": "^1.3.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/rlp": "^1.2.1", - "@onflow/util-invariant": "^1.2.1" + "@onflow/rlp": "^1.2.2", + "@onflow/util-invariant": "^1.2.2" } } diff --git a/packages/util-invariant/CHANGELOG.md b/packages/util-invariant/CHANGELOG.md index 131c95626..bdac5da0e 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-invariant +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.2.1 ### Patch Changes diff --git a/packages/util-invariant/package.json b/packages/util-invariant/package.json index 4ec1dda47..b6ee6dc54 100644 --- a/packages/util-invariant/package.json +++ b/packages/util-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-invariant", - "version": "1.2.1", + "version": "1.2.2", "description": "Flow JS SDK Util -- Invariant", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", - "@onflow/types": "^1.2.1", + "@onflow/fcl-bundle": "^1.4.2", + "@onflow/types": "^1.3.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 16c4e0844..d3244ff36 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-logger +## 1.3.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.3.1 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 68b709d9f..4a84ab668 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.3.1", + "version": "1.3.2", "description": "Logger for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-template/CHANGELOG.md b/packages/util-template/CHANGELOG.md index 68db6ef39..12bd52144 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/util-template +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + +- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-logger@1.3.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index 5947f4f4e..ec3044dff 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.2.1", + "version": "1.2.2", "description": "Template Literal used for Cadence Interop", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -36,6 +36,6 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.3.1" + "@onflow/util-logger": "^1.3.2" } } diff --git a/packages/util-uid/CHANGELOG.md b/packages/util-uid/CHANGELOG.md index 0ce30d7e4..13859ebb4 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-uid +## 1.2.2 + +### Patch Changes + +- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) + +- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated + ## 1.2.1 ### Patch Changes diff --git a/packages/util-uid/package.json b/packages/util-uid/package.json index 3fdc583f0..2a6450c3c 100644 --- a/packages/util-uid/package.json +++ b/packages/util-uid/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-uid", - "version": "1.2.1", + "version": "1.2.2", "description": "Utilities to generate Unique Identifiers", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0",