Skip to content

Commit

Permalink
sync package version (#521)
Browse files Browse the repository at this point in the history
## Context

Sync the package version with npm to unblock ci
  • Loading branch information
fracek authored Oct 29, 2024
2 parents 38176c4 + 71ec1db commit 5c0029b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "sync package version",
"packageName": "@starknet-react/chains",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "sync package version",
"packageName": "@starknet-react/core",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "sync package version",
"packageName": "@starknet-react/kakarot",
"email": "[email protected]",
"dependentChangeType": "none"
}
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.1",
"version": "3.0.2",
"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.2",
"version": "3.0.3",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/kakarot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/kakarot",
"version": "3.0.2",
"version": "3.0.0",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
Expand Down

0 comments on commit 5c0029b

Please sign in to comment.