Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 27, 2024
1 parent cf08796 commit 669c2fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion evm/evm-typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/evm-typegen",
"version": "4.2.0",
"version": "4.3.0",
"description": "CLI for generating typescript types and decode implementations for evm logs",
"license": "GPL-3.0-or-later",
"repository": "git@github.com:subsquid/squid.git",
Expand Down
2 changes: 1 addition & 1 deletion solana/solana-typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/solana-typegen",
"version": "0.1.0",
"version": "0.2.0",
"description": "CLI for generating typescript types for solana",
"license": "GPL-3.0-or-later",
"repository": "git@github.com:subsquid/squid.git",
Expand Down
2 changes: 1 addition & 1 deletion test/astar-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.2.0",
"@subsquid/evm-typegen": "^4.3.0",
"@subsquid/typeorm-codegen": "^2.0.1",
"@types/node": "^18.18.14",
"typescript": "~5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion test/erc20-transfers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@subsquid/evm-typegen": "^4.2.0",
"@subsquid/evm-typegen": "^4.3.0",
"@subsquid/evm-codec": "^0.3.0",
"@subsquid/evm-abi": "^0.3.0",
"@subsquid/typeorm-codegen": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/solana-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@subsquid/solana-typegen": "^0.1.0",
"@subsquid/solana-typegen": "^0.2.0",
"@types/node": "^18.18.14",
"typescript": "~5.3.2"
}
Expand Down

0 comments on commit 669c2fc

Please sign in to comment.