diff --git a/.changeset/fluffy-zebras-confess.md b/.changeset/fluffy-zebras-confess.md deleted file mode 100644 index a1ad7f6a4..000000000 --- a/.changeset/fluffy-zebras-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Fix `fcl.mutate` typedef diff --git a/.changeset/short-scissors-switch.md b/.changeset/short-scissors-switch.md deleted file mode 100644 index 7fe3e97f3..000000000 --- a/.changeset/short-scissors-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Fix react-native platform for `fcl.mutate` diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 341de27b7..6f00588c0 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/fcl +## 1.5.1 + +### Patch Changes + +- [#1754](https://github.com/onflow/fcl-js/pull/1754) [`c0ba4d26`](https://github.com/onflow/fcl-js/commit/c0ba4d268ce307ddbd83b812db5136f0f29afdc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix `fcl.mutate` typedef + +- [#1755](https://github.com/onflow/fcl-js/pull/1755) [`28d16a13`](https://github.com/onflow/fcl-js/commit/28d16a134f9afea265400b49df81f77ac02a520d) Thanks [@jribbink](https://github.com/jribbink)! - Fix react-native platform for `fcl.mutate` + ## 1.5.0 ### Minor Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index b33e9eb42..85de3b31b 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.5.0", + "version": "1.5.1", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ",