diff --git a/.changeset/six-windows-exist.md b/.changeset/six-windows-exist.md deleted file mode 100644 index e25b222b..00000000 --- a/.changeset/six-windows-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@starknet-react/core": patch ---- - -useStarkProfile to work with base64 tokenURI diff --git a/.changeset/stale-numbers-juggle.md b/.changeset/stale-numbers-juggle.md deleted file mode 100644 index c6edbacb..00000000 --- a/.changeset/stale-numbers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@starknet-react/core": minor ---- - -fix: useStarkProfile to work with base64 tokenURI diff --git a/.changeset/strange-bears-count.md b/.changeset/strange-bears-count.md deleted file mode 100644 index c4a350c1..00000000 --- a/.changeset/strange-bears-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@starknet-react/core": patch ---- - -useStarkProfile to work with IPFS token URI diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ad7d3890..0bff1048 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @starknet-react/core +## 2.7.0 + +### Minor Changes + +- [#427](https://github.com/apibara/starknet-react/pull/427) [`03715dc`](https://github.com/apibara/starknet-react/commit/03715dc75deff5be0511aad18463a1ff29745532) Thanks [@irisdv](https://github.com/irisdv)! - fix: useStarkProfile to work with base64 tokenURI + +### Patch Changes + +- [#436](https://github.com/apibara/starknet-react/pull/436) [`0c272b8`](https://github.com/apibara/starknet-react/commit/0c272b8ea0a9f65d117d87e19a8d2e86dfe9cc7f) Thanks [@fracek](https://github.com/fracek)! - useStarkProfile to work with base64 tokenURI + +- [#436](https://github.com/apibara/starknet-react/pull/436) [`0c272b8`](https://github.com/apibara/starknet-react/commit/0c272b8ea0a9f65d117d87e19a8d2e86dfe9cc7f) Thanks [@fracek](https://github.com/fracek)! - useStarkProfile to work with IPFS token URI + ## 2.6.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 82b9a501..c9b4fa17 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@starknet-react/core", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "type": "module", "types": "dist/index.d.ts",