Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fracek committed Jul 25, 2022
1 parent cd0af4b commit 505e8e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-papayas-talk.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/starknet-react-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# starknet-react-next

## 0.1.3

### Patch Changes

- Updated dependencies [[`9fb19b2`](https://github.com/apibara/starknet-react/commit/9fb19b277723e508ed7304d69e98c9606a2c6b25)]:
- @starknet-react/core@0.13.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/starknet-react-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet-react-next",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"@starknet-react/core": "^0.12.0",
"@starknet-react/core": "^0.13.0",
"get-starknet": "^1.4.1",
"next": "12.1.6",
"react": "18.1.0",
Expand Down
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

## 0.13.0

### Minor Changes

- [#145](https://github.com/apibara/starknet-react/pull/145) [`9fb19b2`](https://github.com/apibara/starknet-react/commit/9fb19b277723e508ed7304d69e98c9606a2c6b25) Thanks [@fracek](https://github.com/fracek)! - Added execute hook to enable multicalls

## 0.12.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": "0.12.0",
"version": "0.13.0",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 505e8e4

Please sign in to comment.