Skip to content

Commit b1ff6f3

Browse files
Version Packages (#2775)
* Version Packages * Fixed Version Packages --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mfbz <mfbz@users.noreply.github.com>
1 parent d8cbe12 commit b1ff6f3

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/pretty-walls-live.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/fcl-react-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/fcl-react-native
22

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- [#2774](https://github.com/onflow/fcl-js/pull/2774) [`d8cbe12f20ca9c047567155b40642e3dbea66c89`](https://github.com/onflow/fcl-js/commit/d8cbe12f20ca9c047567155b40642e3dbea66c89) Thanks [@mfbz](https://github.com/mfbz)! - Improved wc redirect flexibility and updated connect modal to be normal centered modal for better layout support.
8+
39
## 1.21.0
410

511
### Minor Changes

packages/fcl-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-react-native",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"description": "React Native JavaScript/TypeScript library for building mobile applications on the Flow blockchain.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

packages/react-native-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @onflow/react-native-sdk
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#2774](https://github.com/onflow/fcl-js/pull/2774) [`d8cbe12f20ca9c047567155b40642e3dbea66c89`](https://github.com/onflow/fcl-js/commit/d8cbe12f20ca9c047567155b40642e3dbea66c89) Thanks [@mfbz](https://github.com/mfbz)! - Improved wc redirect flexibility and updated connect modal to be normal centered modal for better layout support.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d8cbe12f20ca9c047567155b40642e3dbea66c89`](https://github.com/onflow/fcl-js/commit/d8cbe12f20ca9c047567155b40642e3dbea66c89)]:
12+
- @onflow/fcl-react-native@1.22.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/react-native-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/react-native-sdk",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "React Native library for interacting with the Flow blockchain",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -37,7 +37,7 @@
3737
"react-native-svg": "^15.8.0"
3838
},
3939
"peerDependencies": {
40-
"@onflow/fcl-react-native": ">=1.21.0",
40+
"@onflow/fcl-react-native": ">=1.22.0",
4141
"react": "^18.0.0 || ^19.0.0",
4242
"react-native": ">=0.70.0",
4343
"viem": "^2.29.2"

0 commit comments

Comments
 (0)