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 May 3, 2022
1 parent 41af1fb commit 6aca27d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-cougars-judge.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.1

### Patch Changes

- Updated dependencies [[`41af1fb`](https://github.com/apibara/starknet-react/commit/41af1fb8ee9373789fe398c8b671d0ee0ec3c3a7)]:
- @starknet-react/core@0.9.0

## 0.1.0

### Minor 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,7 +1,7 @@
{
"name": "starknet-react-next",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@argent/get-starknet": "^3.0",
"@starknet-react/core": "^0.8.0",
"@starknet-react/core": "^0.9.0",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
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.9.0

### Minor Changes

- [#99](https://github.com/apibara/starknet-react/pull/99) [`41af1fb`](https://github.com/apibara/starknet-react/commit/41af1fb8ee9373789fe398c8b671d0ee0ec3c3a7) Thanks [@fracek](https://github.com/fracek)! - Add metadata to transaction

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

0 comments on commit 6aca27d

Please sign in to comment.