diff --git a/.changeset/tidy-dancers-read.md b/.changeset/tidy-dancers-read.md deleted file mode 100644 index 898f846d4..000000000 --- a/.changeset/tidy-dancers-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/react-sdk": minor ---- - -Implement theming system across all components and switch to color theme system diff --git a/.changeset/witty-boats-read.md b/.changeset/witty-boats-read.md deleted file mode 100644 index 42558caba..000000000 --- a/.changeset/witty-boats-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/react-sdk": patch ---- - -Update NFT card to use internal button component diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index f83a94b76..e06d0e4a0 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/react-sdk +## 0.20.0 + +### Minor Changes + +- [#2769](https://github.com/onflow/fcl-js/pull/2769) [`55cc8ff8345e26ff015e2af5f44ddcdcf314d690`](https://github.com/onflow/fcl-js/commit/55cc8ff8345e26ff015e2af5f44ddcdcf314d690) Thanks [@chasefleming](https://github.com/chasefleming)! - Implement theming system across all components and switch to color theme system + +### Patch Changes + +- [#2750](https://github.com/onflow/fcl-js/pull/2750) [`e98815ef1163e89cdb9822b0efd5f927c75c05fc`](https://github.com/onflow/fcl-js/commit/e98815ef1163e89cdb9822b0efd5f927c75c05fc) Thanks [@chasefleming](https://github.com/chasefleming)! - Update NFT card to use internal button component + ## 0.19.0 ### Minor Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index ff975161b..b8e648d99 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/react-sdk", - "version": "0.19.0", + "version": "0.20.0", "description": "React library for interacting with the Flow blockchain", "license": "Apache-2.0", "author": "Flow Foundation",