Skip to content

Commit

Permalink
chore: version bump (#438)
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.8.0

### Minor Changes

- [#431](#431)
[`89cbfe0`](89cbfe0)
Thanks [@irisdv](https://github.com/irisdv)! - Fix starknetID hooks to
work with latest version of StarknetID contracts
  • Loading branch information
fracek committed May 2, 2024
2 parents 8d9f4ed + 026d82b commit aed377d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-buses-bow.md

This file was deleted.

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

## 2.8.0

### Minor Changes

- [#431](https://github.com/apibara/starknet-react/pull/431) [`89cbfe0`](https://github.com/apibara/starknet-react/commit/89cbfe0c71f8d6fd6ce75090cddb173c1d7b9f27) Thanks [@irisdv](https://github.com/irisdv)! - Fix starknetID hooks to work with latest version of StarknetID contracts

## 2.7.0

### Minor 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.7.0",
"version": "2.8.0",
"license": "MIT",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit aed377d

Please sign in to comment.