Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/six-papayas-fall.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/demo

## 1.9.0

### Minor Changes

- [#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.

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onflow/demo",
"private": true,
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"scripts": {
"dev": "cross-env VITE_FLOW_NETWORK=emulator vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/fcl-react-native

## 1.21.0

### Minor Changes

- [#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.

## 1.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-react-native",
"version": "1.20.1",
"version": "1.21.0",
"description": "React Native JavaScript/TypeScript library for building mobile applications on the Flow blockchain.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/react-core

## 0.9.0

### Minor Changes

- [#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.

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/react-core",
"version": "0.8.1",
"version": "0.9.0",
"description": "Platform-agnostic React hooks and utilities for Flow blockchain",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @onflow/react-native-sdk

## 0.2.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338)]:
- @onflow/[email protected]
- @onflow/[email protected]
6 changes: 3 additions & 3 deletions packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/react-native-sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "React Native library for interacting with the Flow blockchain",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -30,14 +30,14 @@
"start": "fcl-bundle --watch"
},
"dependencies": {
"@onflow/react-core": "0.8.1",
"@onflow/react-core": "0.9.0",
"@babel/runtime": "^7.25.7",
"expo-clipboard": "^7.0.0",
"@tanstack/react-query": "^5.67.3",
"react-native-svg": "^15.8.0"
},
"peerDependencies": {
"@onflow/fcl-react-native": ">=1.20.1",
"@onflow/fcl-react-native": ">=1.21.0",
"react": "^18.0.0 || ^19.0.0",
"react-native": ">=0.70.0",
"viem": "^2.29.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/react-sdk

## 0.19.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`706e08247a1e13eb49f01671772e2172bf664338`](https://github.com/onflow/fcl-js/commit/706e08247a1e13eb49f01671772e2172bf664338)]:
- @onflow/[email protected]

## 0.18.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/react-sdk",
"version": "0.18.1",
"version": "0.19.0",
"description": "React library for interacting with the Flow blockchain",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@headlessui/react": "^2.2.2",
"@onflow/react-core": "0.8.1",
"@onflow/react-core": "0.9.0",
"@tanstack/react-query": "^5.67.3",
"@testing-library/react": "^16.2.0",
"tailwind-merge": "^3.3.1"
Expand Down
Loading