Skip to content

Commit

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

### Minor Changes

- [#422](#422)
[`78b124d`](78b124d)
Thanks [@ugur-eren](https://github.com/ugur-eren)! - Add useEstimateFees
hook to estimate smart contract calls fees
  • Loading branch information
fracek committed Apr 3, 2024
2 parents cca5816 + 6f4fff4 commit d67d604
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-crews-jog.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.6.0

### Minor Changes

- [#422](https://github.com/apibara/starknet-react/pull/422) [`78b124d`](https://github.com/apibara/starknet-react/commit/78b124deb4a21a23908b52c38a9dd60d86a1dd22) Thanks [@ugur-eren](https://github.com/ugur-eren)! - Add useEstimateFees hook to estimate smart contract calls fees

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

0 comments on commit d67d604

Please sign in to comment.