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 May 9, 2024
1 parent e862a48 commit add69b4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/astar-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@subsquid/substrate-runtime": "^2.0.0",
"@subsquid/substrate-processor": "^8.3.1",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/util-internal-json": "^1.2.3",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion test/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@subsquid/substrate-processor": "^8.3.1",
"@subsquid/substrate-runtime": "^2.0.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/big-decimal": "^1.0.0",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
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 @@ -9,7 +9,7 @@
"@subsquid/graphql-server": "^4.6.0",
"@subsquid/evm-processor": "^1.18.1",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"pg": "^8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion test/fuel-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@subsquid/fuel-objects": "^0.0.1",
"@subsquid/batch-processor": "^0.0.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/util-internal-hex": "^1.2.2",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
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 @@ -11,7 +11,7 @@
"@subsquid/substrate-runtime": "^2.0.0",
"@subsquid/substrate-processor": "^8.3.1",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"@subsquid/ink-abi": "^3.0.3",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
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 @@ -12,7 +12,7 @@
"@subsquid/solana-objects": "^0.0.1",
"@subsquid/solana-stream": "^0.0.1",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.0",
"@subsquid/typeorm-store": "^1.5.1",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"typeorm": "^0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion typeorm/typeorm-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/typeorm-store",
"version": "1.5.0",
"version": "1.5.1",
"description": "TypeORM based storage for squid mappings",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down

0 comments on commit add69b4

Please sign in to comment.