From cdb49831f1bece9e3beacab12fffb43e04d8a9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 00:25:01 +0000 Subject: [PATCH] Version Packages --- .changeset/proud-planes-change.md | 5 ----- packages/fcl-core/CHANGELOG.md | 6 ++++++ packages/fcl-core/package.json | 2 +- packages/fcl-react-native/CHANGELOG.md | 7 +++++++ packages/fcl-react-native/package.json | 4 ++-- packages/fcl-wc/CHANGELOG.md | 7 +++++++ packages/fcl-wc/package.json | 4 ++-- packages/fcl/CHANGELOG.md | 8 ++++++++ packages/fcl/package.json | 6 +++--- 9 files changed, 36 insertions(+), 13 deletions(-) delete mode 100644 .changeset/proud-planes-change.md diff --git a/.changeset/proud-planes-change.md b/.changeset/proud-planes-change.md deleted file mode 100644 index 791e5ba90..000000000 --- a/.changeset/proud-planes-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-core": patch ---- - -Fix bug affecting `fcl.tx(...).onceSealed()` diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index 524f14d24..472085305 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl +## 1.13.3 + +### Patch Changes + +- [#2046](https://github.com/onflow/fcl-js/pull/2046) [`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a) Thanks [@jribbink](https://github.com/jribbink)! - Fix bug affecting `fcl.tx(...).onceSealed()` + ## 1.13.2 ### Patch Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index 58a04cff2..e78e966e3 100644 --- a/packages/fcl-core/package.json +++ b/packages/fcl-core/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-core", - "version": "1.13.2", + "version": "1.13.3", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-react-native/CHANGELOG.md b/packages/fcl-react-native/CHANGELOG.md index 9dd3a578c..d0bb382f4 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl-react-native +## 1.9.10 + +### Patch Changes + +- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]: + - @onflow/fcl-core@1.13.3 + ## 1.9.9 ### Patch Changes diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index 62bf207bd..6a306fdc2 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.9.9", + "version": "1.9.10", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1", - "@onflow/fcl-core": "1.13.2", + "@onflow/fcl-core": "1.13.3", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3", "@onflow/sdk": "1.5.5", diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index cf898f8ba..6e75f34c4 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl-wc +## 5.5.3 + +### Patch Changes + +- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]: + - @onflow/fcl-core@1.13.3 + ## 5.5.2 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 53c894431..b7c914941 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.5.2", + "version": "5.5.3", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -53,6 +53,6 @@ "tailwindcss": "^3.4.14" }, "peerDependencies": { - "@onflow/fcl-core": "1.13.2" + "@onflow/fcl-core": "1.13.3" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index a9b147f16..11a02262d 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/fcl +## 1.13.3 + +### Patch Changes + +- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]: + - @onflow/fcl-core@1.13.3 + - @onflow/fcl-wc@5.5.3 + ## 1.13.2 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index f9de030fc..b0c36c3a0 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.13.2", + "version": "1.13.3", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -49,8 +49,8 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1", - "@onflow/fcl-core": "1.13.2", - "@onflow/fcl-wc": "5.5.2", + "@onflow/fcl-core": "1.13.3", + "@onflow/fcl-wc": "5.5.3", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3", "@onflow/sdk": "1.5.5",