Skip to content

Commit

Permalink
release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Sep 11, 2024
1 parent 66149b2 commit 56f352d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/chains",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
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": "3.0.0-beta.3",
"version": "3.0.0",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-starknet",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"description": "Create starknet apps with one command",
"main": "./dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-starknet/src/templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@starknet-react/chains": "^3.0.0-beta.3",
"@starknet-react/core": "^3.0.0-beta.3",
"@starknet-react/chains": "^3.0.0",
"@starknet-react/core": "^3.0.0",
"get-starknet-core": "^3.3.3",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-starknet/src/templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@starknet-react/chains": "^3.0.0-beta.3",
"@starknet-react/core": "^3.0.0-beta.3",
"@starknet-react/chains": "^3.0.0",
"@starknet-react/core": "^3.0.0",
"get-starknet-core": "^4.0.0",
"starknet": "^6.11.0",
"react": "^18.3.1",
Expand Down

0 comments on commit 56f352d

Please sign in to comment.