Skip to content

Commit

Permalink
chore: version bump (#435)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @starknet-react/core@2.7.0

### Minor Changes

- [#427](#427)
[`03715dc`](03715dc)
Thanks [@irisdv](https://github.com/irisdv)! - fix: useStarkProfile to
work with base64 tokenURI

### Patch Changes

- [#436](#436)
[`0c272b8`](0c272b8)
Thanks [@fracek](https://github.com/fracek)! - useStarkProfile to work
with base64 tokenURI

- [#436](#436)
[`0c272b8`](0c272b8)
Thanks [@fracek](https://github.com/fracek)! - useStarkProfile to work
with IPFS token URI
  • Loading branch information
fracek committed Apr 30, 2024
2 parents e798f07 + d77ab1e commit 2252eea
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-windows-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-numbers-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-bears-count.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2252eea

Please sign in to comment.