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 14, 2022
1 parent 8171dae commit 34cba4a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-crews-deliver.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.2

### Patch Changes

- Updated dependencies [[`8171dae`](https://github.com/auclantis/starknet-react/commit/8171daecb58fc642627b96772a5c99e6b240d067)]:
- @starknet-react/core@0.6.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@argent/get-starknet": "^3.0",
"@starknet-react/core": "^0.5.0",
"@starknet-react/core": "^0.6.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.6.0

### Minor Changes

- [#51](https://github.com/auclantis/starknet-react/pull/51) [`8171dae`](https://github.com/auclantis/starknet-react/commit/8171daecb58fc642627b96772a5c99e6b240d067) Thanks [@tarrencev](https://github.com/tarrencev)! - Modularize connectors

## 0.5.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.5.0",
"version": "0.6.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.5.0",
"@starknet-react/core": "^0.6.0",
"@stitches/react": "^1.2.6",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1",
Expand Down

0 comments on commit 34cba4a

Please sign in to comment.