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 Mar 12, 2022
1 parent a09a87b commit dbaf7b2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-singers-complain.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`a09a87b`](https://github.com/auclantis/starknet-react/commit/a09a87b87e1afddb23a766a5990903c599b5e603)]:
- @starknet-react/core@0.5.0
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.0",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@argent/get-starknet": "^3.0",
"@starknet-react/core": "^0.4.4",
"@starknet-react/core": "^0.5.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.5.0

### Minor Changes

- [#49](https://github.com/auclantis/starknet-react/pull/49) [`a09a87b`](https://github.com/auclantis/starknet-react/commit/a09a87b87e1afddb23a766a5990903c599b5e603) Thanks [@fracek](https://github.com/fracek)! - Upgrade starknet.js to version 3.x

## 0.4.6

### 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.4.6",
"version": "0.5.0",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/preset-classic": "2.0.0-beta.15",
"@mdx-js/react": "^1.6.21",
"@starknet-react/core": "^0.4.6",
"@starknet-react/core": "^0.5.0",
"@stitches/react": "^1.2.6",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1",
Expand Down

0 comments on commit dbaf7b2

Please sign in to comment.