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 Jul 26, 2024
1 parent f88f7ec commit b8e7b3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion substrate/ink-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/ink-abi",
"version": "3.1.1",
"version": "3.1.2",
"description": "Ink! ABI tools for squid framework",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down
2 changes: 1 addition & 1 deletion substrate/ink-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/ink-abi": "^3.1.1",
"@subsquid/ink-abi": "^3.1.2",
"@subsquid/substrate-typegen": "^8.1.0",
"@subsquid/util-internal": "^3.2.0",
"@subsquid/util-internal-code-printer": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test/shibuya-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@subsquid/substrate-processor": "^8.5.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/ink-abi": "^3.1.1",
"@subsquid/ink-abi": "^3.1.2",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"typeorm": "^0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion test/shibuya-psp22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@subsquid/substrate-processor": "^8.5.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/ink-abi": "^3.1.1",
"@subsquid/ink-abi": "^3.1.2",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"typeorm": "^0.3.17"
Expand Down

0 comments on commit b8e7b3d

Please sign in to comment.