diff --git a/.changeset/six-papayas-fall.md b/.changeset/six-papayas-fall.md deleted file mode 100644 index 12cff4c2f..000000000 --- a/.changeset/six-papayas-fall.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@onflow/fcl-react-native": minor -"@onflow/react-native-sdk": minor -"@onflow/react-sdk": minor -"@onflow/demo": minor ---- - -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. diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 1e6db592f..a6a1b0bce 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -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 diff --git a/packages/demo/package.json b/packages/demo/package.json index 369ed8a28..d1849b43d 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -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", diff --git a/packages/fcl-react-native/CHANGELOG.md b/packages/fcl-react-native/CHANGELOG.md index 247163899..812beb46e 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -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 diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index 471bc301e..87b952307 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.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", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index c6c53f4a5..cb2708c4c 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -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 diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 2be28d010..ea86294a3 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -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", diff --git a/packages/react-native-sdk/CHANGELOG.md b/packages/react-native-sdk/CHANGELOG.md new file mode 100644 index 000000000..edbb4cd0f --- /dev/null +++ b/packages/react-native-sdk/CHANGELOG.md @@ -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/fcl-react-native@1.21.0 + - @onflow/react-core@0.9.0 diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index e4fb1850b..2b176dea2 100644 --- a/packages/react-native-sdk/package.json +++ b/packages/react-native-sdk/package.json @@ -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", @@ -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" diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index ab02dabf8..f83a94b76 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -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/react-core@0.9.0 + ## 0.18.1 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index c69b8b09b..ff975161b 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -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", @@ -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"