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 29, 2022
1 parent d9486dc commit 4f00771
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-ravens-visit.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#84](https://github.com/apibara/starknet-react/pull/84) [`d9a322d`](https://github.com/apibara/starknet-react/commit/d9a322d360e1213a5b02917c6a2cda56a59cbbe7) Thanks [@rootulp](https://github.com/rootulp)! - Add support for disconnect

### Patch Changes

- Updated dependencies [[`d9a322d`](https://github.com/apibara/starknet-react/commit/d9a322d360e1213a5b02917c6a2cda56a59cbbe7)]:
- @starknet-react/core@0.8.0

## 0.0.3

### 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.3",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@argent/get-starknet": "^3.0",
"@starknet-react/core": "^0.7.0",
"@starknet-react/core": "^0.8.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.8.0

### Minor Changes

- [#84](https://github.com/apibara/starknet-react/pull/84) [`d9a322d`](https://github.com/apibara/starknet-react/commit/d9a322d360e1213a5b02917c6a2cda56a59cbbe7) Thanks [@rootulp](https://github.com/rootulp)! - Add support for disconnect

## 0.7.2

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

0 comments on commit 4f00771

Please sign in to comment.