Skip to content

Commit 4c2d6cc

Browse files
Version Packages (#2771)
* Version Packages * Fixed Version Packages * Fixed react-core deps --------- 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 706e082 commit 4c2d6cc

File tree

11 files changed

+50
-16
lines changed

11 files changed

+50
-16
lines changed

.changeset/six-papayas-fall.md

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

packages/demo/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#2745](https://github.com/onflow/fcl-js/pull/2745) [`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338) Thanks [@mfbz](https://github.com/mfbz)! - Added react-native-sdk package, similar to react-sdk but for react-native applications. It fully supports all the same hooks available in react-sdk, plus the connect and profile components. It leverages fcl-react-native for managing blockchain interactions and it's compatible to both react-native and expo applications.
8+
39
## 1.8.1
410

511
### Patch Changes

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onflow/demo",
33
"private": true,
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"type": "module",
66
"scripts": {
77
"dev": "cross-env VITE_FLOW_NETWORK=emulator vite",

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.21.0
4+
5+
### Minor Changes
6+
7+
- [#2745](https://github.com/onflow/fcl-js/pull/2745) [`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338) Thanks [@mfbz](https://github.com/mfbz)! - Added react-native-sdk package, similar to react-sdk but for react-native applications. It fully supports all the same hooks available in react-sdk, plus the connect and profile components. It leverages fcl-react-native for managing blockchain interactions and it's compatible to both react-native and expo applications.
8+
39
## 1.20.1
410

511
### Patch 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.20.1",
3+
"version": "1.21.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-core/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#2745](https://github.com/onflow/fcl-js/pull/2745) [`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338) Thanks [@mfbz](https://github.com/mfbz)! - Added react-native-sdk package, similar to react-sdk but for react-native applications. It fully supports all the same hooks available in react-sdk, plus the connect and profile components. It leverages fcl-react-native for managing blockchain interactions and it's compatible to both react-native and expo applications.
8+
39
## 0.8.1
410

511
### Patch Changes

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/react-core",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Platform-agnostic React hooks and utilities for Flow blockchain",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @onflow/react-native-sdk
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#2745](https://github.com/onflow/fcl-js/pull/2745) [`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338) Thanks [@mfbz](https://github.com/mfbz)! - Added react-native-sdk package, similar to react-sdk but for react-native applications. It fully supports all the same hooks available in react-sdk, plus the connect and profile components. It leverages fcl-react-native for managing blockchain interactions and it's compatible to both react-native and expo applications.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338)]:
12+
- @onflow/fcl-react-native@1.21.0
13+
- @onflow/react-core@0.9.0

packages/react-native-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/react-native-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React Native library for interacting with the Flow blockchain",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -30,14 +30,14 @@
3030
"start": "fcl-bundle --watch"
3131
},
3232
"dependencies": {
33-
"@onflow/react-core": "0.8.1",
33+
"@onflow/react-core": "0.9.0",
3434
"@babel/runtime": "^7.25.7",
3535
"expo-clipboard": "^7.0.0",
3636
"@tanstack/react-query": "^5.67.3",
3737
"react-native-svg": "^15.8.0"
3838
},
3939
"peerDependencies": {
40-
"@onflow/fcl-react-native": ">=1.20.1",
40+
"@onflow/fcl-react-native": ">=1.21.0",
4141
"react": "^18.0.0 || ^19.0.0",
4242
"react-native": ">=0.70.0",
4343
"viem": "^2.29.2"

packages/react-sdk/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#2745](https://github.com/onflow/fcl-js/pull/2745) [`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338) Thanks [@mfbz](https://github.com/mfbz)! - Added react-native-sdk package, similar to react-sdk but for react-native applications. It fully supports all the same hooks available in react-sdk, plus the connect and profile components. It leverages fcl-react-native for managing blockchain interactions and it's compatible to both react-native and expo applications.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338)]:
12+
- @onflow/react-core@0.9.0
13+
314
## 0.18.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)