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 Feb 21, 2024
1 parent 52a020b commit 4575dbf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions evm/evm-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/evm-processor",
"version": "1.15.0",
"version": "1.16.0",
"description": "Data fetcher and mappings executor for EVM-based chains",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand All @@ -26,7 +26,7 @@
"@subsquid/util-internal-ingest-tools": "^1.1.0",
"@subsquid/util-internal-processor-tools": "^4.0.1",
"@subsquid/util-internal-range": "^0.1.0",
"@subsquid/util-internal-validation": "^0.2.0",
"@subsquid/util-internal-validation": "^0.3.0",
"@subsquid/util-timeout": "^2.3.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions substrate/substrate-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/substrate-processor",
"version": "8.1.1",
"version": "8.2.0",
"description": "Data fetcher and mappings executor for substrate chains",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@subsquid/util-internal-json": "^1.2.2",
"@subsquid/util-internal-processor-tools": "^4.0.1",
"@subsquid/util-internal-range": "^0.1.0",
"@subsquid/util-internal-validation": "~0.2.0"
"@subsquid/util-internal-validation": "~0.3.0"
},
"peerDependencies": {
"@subsquid/substrate-runtime": "^1.0.3"
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 @@ -10,7 +10,7 @@
"@subsquid/frontier": "^4.0.2",
"@subsquid/graphql-server": "^4.5.0",
"@subsquid/substrate-runtime": "^1.0.3",
"@subsquid/substrate-processor": "^8.1.1",
"@subsquid/substrate-processor": "^8.2.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.2.6",
"@subsquid/util-internal-json": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@subsquid/graphql-server": "^4.5.0",
"@subsquid/ss58": "^2.0.2",
"@subsquid/substrate-processor": "^8.1.1",
"@subsquid/substrate-processor": "^8.2.0",
"@subsquid/substrate-runtime": "^1.0.3",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.2.6",
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 @@ -7,7 +7,7 @@
},
"dependencies": {
"@subsquid/graphql-server": "^4.5.0",
"@subsquid/evm-processor": "^1.15.0",
"@subsquid/evm-processor": "^1.16.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.2.6",
"dotenv": "^16.3.1",
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 @@ -9,7 +9,7 @@
"@subsquid/ss58": "^2.0.2",
"@subsquid/graphql-server": "^4.5.0",
"@subsquid/substrate-runtime": "^1.0.3",
"@subsquid/substrate-processor": "^8.1.1",
"@subsquid/substrate-processor": "^8.2.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.2.6",
"@subsquid/ink-abi": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion util/util-internal-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/util-internal-validation",
"version": "0.2.0",
"version": "0.3.0",
"description": "JSON data validation framework",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down

0 comments on commit 4575dbf

Please sign in to comment.