From cf583cf9c845776a5e22f379775f661ffa4e5e23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:23:26 -0800 Subject: [PATCH] Version Packages (#2044) Co-authored-by: github-actions[bot] --- .changeset/twelve-balloons-poke.md | 7 ------- packages/fcl-core/CHANGELOG.md | 6 ++++++ packages/fcl-core/package.json | 2 +- packages/fcl-react-native/CHANGELOG.md | 9 +++++++++ packages/fcl-react-native/package.json | 4 ++-- packages/fcl-wc/CHANGELOG.md | 7 +++++++ packages/fcl-wc/package.json | 4 ++-- packages/fcl/CHANGELOG.md | 10 ++++++++++ packages/fcl/package.json | 6 +++--- 9 files changed, 40 insertions(+), 15 deletions(-) delete mode 100644 .changeset/twelve-balloons-poke.md diff --git a/.changeset/twelve-balloons-poke.md b/.changeset/twelve-balloons-poke.md deleted file mode 100644 index 842a02cc9..000000000 --- a/.changeset/twelve-balloons-poke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@onflow/fcl-react-native": patch -"@onflow/fcl-core": patch -"@onflow/fcl": patch ---- - -Export `TransactionError` diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index be5b18270..524f14d24 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl +## 1.13.2 + +### Patch Changes + +- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError` + ## 1.13.1 ### Patch Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index 27783086e..58a04cff2 100644 --- a/packages/fcl-core/package.json +++ b/packages/fcl-core/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-core", - "version": "1.13.1", + "version": "1.13.2", "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 a1ec33427..9dd3a578c 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/fcl-react-native +## 1.9.9 + +### Patch Changes + +- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError` + +- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]: + - @onflow/fcl-core@1.13.2 + ## 1.9.8 ### Patch Changes diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index 71bf6dc55..62bf207bd 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.8", + "version": "1.9.9", "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.1", + "@onflow/fcl-core": "1.13.2", "@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 d7fe4c338..cf898f8ba 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl-wc +## 5.5.2 + +### Patch Changes + +- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]: + - @onflow/fcl-core@1.13.2 + ## 5.5.1 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index a6486c031..53c894431 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.5.1", + "version": "5.5.2", "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.1" + "@onflow/fcl-core": "1.13.2" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 7fa6fe252..a9b147f16 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/fcl +## 1.13.2 + +### Patch Changes + +- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError` + +- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]: + - @onflow/fcl-core@1.13.2 + - @onflow/fcl-wc@5.5.2 + ## 1.13.1 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index e11ffeb56..f9de030fc 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.13.1", + "version": "1.13.2", "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.1", - "@onflow/fcl-wc": "5.5.1", + "@onflow/fcl-core": "1.13.2", + "@onflow/fcl-wc": "5.5.2", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3", "@onflow/sdk": "1.5.5",