diff --git a/.changeset/pre.json b/.changeset/pre.json index 94acf4f59..14db330bb 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -25,6 +25,13 @@ "@onflow/util-uid": "1.2.1" }, "changesets": [ - "nice-cups-rest" + "brown-dingos-taste", + "dull-oranges-tell", + "lucky-moons-smell", + "mean-bugs-cry", + "nice-cups-rest", + "old-plants-nail", + "serious-seahorses-camp", + "sixty-turkeys-destroy" ] } diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index b276dd1c6..201f6770d 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/config +## 1.2.2-alpha.1 + +### 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-alpha.1 + - @onflow/util-logger@1.3.2-alpha.1 + - @onflow/util-actor@1.3.2-alpha.1 + ## 1.2.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 3cfd37de3..40cbb7074 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-logger": "^1.3.2-alpha.0", + "@onflow/util-actor": "^1.3.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-logger": "^1.3.2-alpha.1", "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..1ca471195 100644 --- a/packages/fcl-bundle/CHANGELOG.md +++ b/packages/fcl-bundle/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl-bundle +## 1.4.2-alpha.1 + +### 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 5f62ca411..f0b5dc2c4 100644 --- a/packages/fcl-bundle/package.json +++ b/packages/fcl-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-bundle", - "version": "1.4.2-alpha.0", + "version": "1.4.2-alpha.1", "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..37ca6f153 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,11 +1,16 @@ # @onflow/fcl-wc -## 6.0.0 +## 5.0.2-alpha.0 ### Patch Changes -- Updated dependencies [[`4554254a`](https://github.com/onflow/fcl-js/commit/4554254a52e6062c04e5842f4ca7701e8b74bc64), [`cb5d38c8`](https://github.com/onflow/fcl-js/commit/cb5d38c8f1a2de47a1932ea8e89e43171b179712)]: - - @onflow/fcl@1.9.0 +- [#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), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/fcl@1.10.0-alpha.2 + - @onflow/util-invariant@1.2.2-alpha.1 + - @onflow/util-logger@1.3.2-alpha.1 + - @onflow/config@1.2.2-alpha.1 ## 5.0.1 diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 1edbd4cb6..29d1971b0 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.0.1", + "version": "5.0.2-alpha.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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "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.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-logger": "^1.3.2-alpha.0", + "@onflow/config": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-logger": "^1.3.2-alpha.1", "@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.10.0-alpha.1" + "@onflow/fcl": "^1.10.0-alpha.2" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md new file mode 100644 index 000000000..fc5010ce8 --- /dev/null +++ b/packages/fcl/CHANGELOG.md @@ -0,0 +1,25 @@ +# @onflow/fcl + +## 1.10.0-alpha.2 + +### 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 + +- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Add support for new event streaming API https://github.com/onflow/flips/blob/4152912f8ec39515eb1c4dddbc6605c6ebe70966/protocol/20230309-accessnode-event-streaming-api.md. Syntax remains unchanged & can be accessed via fcl.events(). + +### 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), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/types@1.3.0-alpha.1 + - @onflow/sdk@1.4.0-alpha.2 + - @onflow/util-invariant@1.2.2-alpha.1 + - @onflow/util-template@1.2.2-alpha.1 + - @onflow/util-address@1.2.2-alpha.1 + - @onflow/util-logger@1.3.2-alpha.1 + - @onflow/util-actor@1.3.2-alpha.1 + - @onflow/util-uid@1.2.2-alpha.1 + - @onflow/config@1.2.2-alpha.1 + - @onflow/rlp@1.2.2-alpha.1 diff --git a/packages/fcl/package.json b/packages/fcl/package.json index b24c7daee..05784a746 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.10.0-alpha.1", + "version": "1.10.0-alpha.2", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.2-alpha.0", - "@onflow/typedefs": "^1.3.0-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/typedefs": "^1.3.0-alpha.1", "@types/estree": "^1.0.1", "@types/jest": "^29.5.10", "@types/node": "^18.13.0", @@ -49,18 +49,18 @@ "dependencies": { "@babel/runtime": "^7.18.6", "@onflow/fcl-core": "1.8.1", - "@onflow/config": "^1.2.2-alpha.0", + "@onflow/config": "^1.2.2-alpha.1", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.2.2-alpha.0", - "@onflow/sdk": "^1.4.0-alpha.1", - "@onflow/types": "^1.3.0-alpha.0", - "@onflow/util-actor": "^1.3.2-alpha.0", - "@onflow/util-address": "^1.2.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-logger": "^1.3.2-alpha.0", + "@onflow/rlp": "^1.2.2-alpha.1", + "@onflow/sdk": "^1.4.0-alpha.2", + "@onflow/types": "^1.3.0-alpha.1", + "@onflow/util-actor": "^1.3.2-alpha.1", + "@onflow/util-address": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-logger": "^1.3.2-alpha.1", "@onflow/util-semver": "^1.0.1", - "@onflow/util-template": "^1.2.2-alpha.0", - "@onflow/util-uid": "^1.2.2-alpha.0", + "@onflow/util-template": "^1.2.2-alpha.1", + "@onflow/util-uid": "^1.2.2-alpha.1", "events": "^3.3.0", "cross-fetch": "^3.1.6", "sha3": "^2.1.4" diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index ec37bc556..2a4d9a89e 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/rlp +## 1.2.2-alpha.1 + +### 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 5a24fdc72..ce47ef68b 100644 --- a/packages/rlp/package.json +++ b/packages/rlp/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/rlp", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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..66531e3f9 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,28 @@ # @onflow/sdk +## 1.4.0-alpha.2 + +### 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 + +- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Add support for new event streaming API https://github.com/onflow/flips/blob/4152912f8ec39515eb1c4dddbc6605c6ebe70966/protocol/20230309-accessnode-event-streaming-api.md. Can be accessed through new SDK builder sdk.subscribeEvents(...). + +### 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), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d)]: + - @onflow/transport-http@1.10.0-alpha.1 + - @onflow/typedefs@1.3.0-alpha.1 + - @onflow/util-invariant@1.2.2-alpha.1 + - @onflow/util-template@1.2.2-alpha.1 + - @onflow/util-address@1.2.2-alpha.1 + - @onflow/util-logger@1.3.2-alpha.1 + - @onflow/util-actor@1.3.2-alpha.1 + - @onflow/config@1.2.2-alpha.1 + - @onflow/rlp@1.2.2-alpha.1 + ## 1.3.1 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index bb0c9d80e..35ff19e2e 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.4.0-alpha.1", + "version": "1.4.0-alpha.2", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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.2-alpha.0", - "@onflow/rlp": "^1.2.2-alpha.0", - "@onflow/transport-http": "^1.10.0-alpha.0", - "@onflow/typedefs": "^1.3.0-alpha.0", - "@onflow/util-actor": "^1.3.2-alpha.0", - "@onflow/util-address": "^1.2.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-logger": "^1.3.2-alpha.0", - "@onflow/util-template": "^1.2.2-alpha.0", + "@onflow/config": "^1.2.2-alpha.1", + "@onflow/rlp": "^1.2.2-alpha.1", + "@onflow/transport-http": "^1.10.0-alpha.1", + "@onflow/typedefs": "^1.3.0-alpha.1", + "@onflow/util-actor": "^1.3.2-alpha.1", + "@onflow/util-address": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-logger": "^1.3.2-alpha.1", + "@onflow/util-template": "^1.2.2-alpha.1", "deepmerge": "^4.2.2", "events": "^3.3.0", "sha3": "^2.1.4", diff --git a/packages/transport-grpc/CHANGELOG.md b/packages/transport-grpc/CHANGELOG.md index 34b586a24..afdede776 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/transport-grpc +## 1.3.2-alpha.2 + +### Patch Changes + +- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Deprecate @onflow/transport-grpc & add "not implemented" error for subscribeEvents + +- Updated dependencies [[`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: + - @onflow/util-invariant@1.2.2-alpha.1 + - @onflow/util-template@1.2.2-alpha.1 + - @onflow/util-address@1.2.2-alpha.1 + - @onflow/rlp@1.2.2-alpha.1 + ## 1.3.1 ### Patch Changes diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index 79a81ab93..32f98a12b 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-grpc", - "version": "1.3.2-alpha.1", + "version": "1.3.2-alpha.2", "description": "Flow SDK GRPC Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,8 +13,8 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.2-alpha.0", - "@onflow/sdk": "^1.4.0-alpha.1", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/sdk": "^1.4.0-alpha.2", "jest": "^29.5.0" }, "source": "src/sdk-send-grpc.js", @@ -34,9 +34,9 @@ "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", "@onflow/protobuf": "^1.2.2", - "@onflow/rlp": "^1.2.2-alpha.0", - "@onflow/util-address": "^1.2.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-template": "^1.2.2-alpha.0" + "@onflow/rlp": "^1.2.2-alpha.1", + "@onflow/util-address": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-template": "^1.2.2-alpha.1" } } diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index 3ac5c38b7..4c9f0c99a 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,23 @@ # @onflow/transport-http +## 1.10.0-alpha.1 + +### 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 + +- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Add support for event streaming API interaction (subscribeEvents) + +### 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-alpha.1 + - @onflow/util-template@1.2.2-alpha.1 + - @onflow/util-address@1.2.2-alpha.1 + - @onflow/util-logger@1.3.2-alpha.1 + ## 1.9.0 ### Minor Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index cc3f1ec53..952fd72d0 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.10.0-alpha.0", + "version": "1.10.0-alpha.1", "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.2-alpha.0", - "@onflow/rlp": "^1.2.2-alpha.0", - "@onflow/sdk": "^1.4.0-alpha.1", - "@onflow/types": "^1.3.0-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/rlp": "^1.2.2-alpha.1", + "@onflow/sdk": "^1.4.0-alpha.2", + "@onflow/types": "^1.3.0-alpha.1", "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.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0", - "@onflow/util-logger": "^1.3.2-alpha.0", - "@onflow/util-template": "^1.2.2-alpha.0", + "@onflow/util-address": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1", + "@onflow/util-logger": "^1.3.2-alpha.1", + "@onflow/util-template": "^1.2.2-alpha.1", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.6", "events": "^3.3.0", diff --git a/packages/typedefs/CHANGELOG.md b/packages/typedefs/CHANGELOG.md index f90d27e89..4b040ec18 100644 --- a/packages/typedefs/CHANGELOG.md +++ b/packages/typedefs/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/typedefs +## 1.3.0-alpha.1 + +### 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 + +- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Add types for general stream connections & event streaming API + +### 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 ae5f3ba2d..1160f34da 100644 --- a/packages/typedefs/package.json +++ b/packages/typedefs/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/typedefs", - "version": "1.3.0-alpha.0", + "version": "1.3.0-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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..14b7e7d7f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/types +## 1.3.0-alpha.1 + +### 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-alpha.1 + ## 1.2.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index ba85d96cc..bdf0c851b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.3.0-alpha.0", + "version": "1.3.0-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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.2-alpha.0" + "@onflow/util-logger": "^1.3.2-alpha.1" } } diff --git a/packages/util-actor/CHANGELOG.md b/packages/util-actor/CHANGELOG.md index c0d9fe6ee..0537b703a 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-actor +## 1.3.2-alpha.1 + +### 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 a2d84dee8..d86432590 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.3.2-alpha.0", + "version": "1.3.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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..1d1fb1e21 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-address +## 1.2.2-alpha.1 + +### 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 920c42f6c..926b2626e 100644 --- a/packages/util-address/package.json +++ b/packages/util-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-address", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", - "@onflow/types": "^1.3.0-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/types": "^1.3.0-alpha.1", "@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..33efd1c24 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-alpha.1 + +### 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-alpha.1 + - @onflow/rlp@1.2.2-alpha.1 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-encode-key/package.json b/packages/util-encode-key/package.json index d220ad590..bb8e603e3 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.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", - "@onflow/types": "^1.3.0-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/types": "^1.3.0-alpha.1", "@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.2-alpha.0", - "@onflow/util-invariant": "^1.2.2-alpha.0" + "@onflow/rlp": "^1.2.2-alpha.1", + "@onflow/util-invariant": "^1.2.2-alpha.1" } } diff --git a/packages/util-invariant/CHANGELOG.md b/packages/util-invariant/CHANGELOG.md index 131c95626..d3fd1679a 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-invariant +## 1.2.2-alpha.1 + +### 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 f4d655bd2..8cc362cc7 100644 --- a/packages/util-invariant/package.json +++ b/packages/util-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-invariant", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", - "@onflow/types": "^1.3.0-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", + "@onflow/types": "^1.3.0-alpha.1", "@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..854f4adf9 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-logger +## 1.3.2-alpha.1 + +### 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 c3a15adbf..56ae90e05 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.3.2-alpha.0", + "version": "1.3.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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..dfa0adb25 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/util-template +## 1.2.2-alpha.1 + +### 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-alpha.1 + ## 1.2.1 ### Patch Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index fefc230aa..b4adb3d80 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@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.2-alpha.0" + "@onflow/util-logger": "^1.3.2-alpha.1" } } diff --git a/packages/util-uid/CHANGELOG.md b/packages/util-uid/CHANGELOG.md index 0ce30d7e4..b735f8089 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-uid +## 1.2.2-alpha.1 + +### 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 662abae3c..96c3895e9 100644 --- a/packages/util-uid/package.json +++ b/packages/util-uid/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-uid", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "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.2-alpha.0", + "@onflow/fcl-bundle": "^1.4.2-alpha.1", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0",