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/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..59e326de3 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/config +## 1.2.2 + +### 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 [[`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 db27fa9a2..5d5982293 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": "^40.0.0" } diff --git a/packages/fcl-bundle/CHANGELOG.md b/packages/fcl-bundle/CHANGELOG.md index 14817bfbd..6a84c2dbc 100644 --- a/packages/fcl-bundle/CHANGELOG.md +++ b/packages/fcl-bundle/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl-bundle +## 1.4.2 + +### 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 + ## 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-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 2bc191219..98fda5b4a 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/fcl-wc +## 7.0.0 + +### 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), [`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 ba2860e8d..0dcff9293 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 ", @@ -25,21 +25,21 @@ "start": "fcl-bundle --watch" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.1", + "@onflow/fcl-bundle": "^1.4.2", "better-sqlite3": "^7.6.2", "jest": "^29.5.0" }, "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 index fe7f8d4a0..204402be3 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,27 @@ # @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 + +### 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), [`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 diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 1ba6b15cc..5781e602d 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", @@ -57,18 +57,18 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@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", "sha3": "^2.1.4" }, diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index ec37bc556..b5bb25762 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/rlp +## 1.2.2 + +### 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 + ## 1.2.1 ### Patch Changes diff --git a/packages/rlp/package.json b/packages/rlp/package.json index 3a4d40df9..b7e8015e4 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..9b3ce37e7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,25 @@ # @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 + +- [#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), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/transport-http@1.10.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 7f0ae7bee..c6aff3363 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,8 +18,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/uuid": "^9.0.6", "eslint": "^8.35.0", "eslint-plugin-jsdoc": "^40.0.1", @@ -42,14 +42,14 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.2.1", - "@onflow/rlp": "^1.2.1", - "@onflow/transport-http": "^1.8.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/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..2d7efcc12 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,21 @@ # @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 + +- [#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 [[`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..7da8cf048 100644 --- a/packages/typedefs/CHANGELOG.md +++ b/packages/typedefs/CHANGELOG.md @@ -1,5 +1,15 @@ # @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 + +- [#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 219335d7f..b481328e6 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": "^39.7.5", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 115ea0d70..f460240a2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,18 @@ # @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 + +- [#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 [[`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 e5bf16ac7..34fe67a5f 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..ae1082fac 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-actor +## 1.3.2 + +### 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 + ## 1.3.1 ### Patch Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index d9437610e..bd149e220 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..ed571e211 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-address +## 1.2.2 + +### 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 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-address/package.json b/packages/util-address/package.json index 926768309..10eb233dd 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..ebec09a58 100644 --- a/packages/util-encode-key/CHANGELOG.md +++ b/packages/util-encode-key/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/util-encode-key +## 1.2.2 + +### 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 [[`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 491a01b5c..62d3e7f06 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..35f7c2273 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-invariant +## 1.2.2 + +### 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 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-invariant/package.json b/packages/util-invariant/package.json index 4810aeca3..a5f8ecf21 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..94327b858 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-logger +## 1.3.2 + +### 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 + ## 1.3.1 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 80f772616..676237f66 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..a2a94e580 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/util-template +## 1.2.2 + +### 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 [[`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 850c4fa54..da1ec0157 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..22546b2f0 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-uid +## 1.2.2 + +### 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 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-uid/package.json b/packages/util-uid/package.json index 24afb8ee4..fd693dfcd 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",