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 Apr 12, 2022
1 parent ec3999a commit 272f2a2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-falcons-tap.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.0.3

### Patch Changes

- Updated dependencies [[`ec3999a`](https://github.com/auclantis/starknet-react/commit/ec3999a2f50a788485d1453aa955a5a15c582298)]:
- @starknet-react/core@0.7.0

## 0.0.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,7 +1,7 @@
{
"name": "starknet-react-next",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@argent/get-starknet": "^3.0",
"@starknet-react/core": "^0.6.0",
"@starknet-react/core": "^0.7.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.7.0

### Minor Changes

- [#71](https://github.com/auclantis/starknet-react/pull/71) [`ec3999a`](https://github.com/auclantis/starknet-react/commit/ec3999a2f50a788485d1453aa955a5a15c582298) Thanks [@tarrencev](https://github.com/tarrencev)! - Support for autoconnect

## 0.6.3

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

0 comments on commit 272f2a2

Please sign in to comment.