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 Aug 2, 2023
1 parent 6b57897 commit b779402
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion substrate/substrate-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/substrate-data",
"version": "1.0.0",
"version": "1.1.0",
"description": "Data fetcher and parser for substrate based chains",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down
4 changes: 2 additions & 2 deletions substrate/substrate-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subsquid/substrate-ingest",
"description": "Data decoder and fetcher for substrate based chains",
"version": "3.1.1",
"version": "3.2.0",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
"publishConfig": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@subsquid/logger": "^1.3.0",
"@subsquid/rpc-client": "^4.4.0",
"@subsquid/substrate-data": "^1.0.0",
"@subsquid/substrate-data": "^1.1.0",
"@subsquid/substrate-data-raw": "^0.0.0",
"@subsquid/substrate-metadata": "^3.3.0",
"@subsquid/util-internal": "^2.5.0",
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": "5.0.0",
"version": "5.0.1",
"description": "Data fetcher and mappings executor for substrate chains",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand All @@ -20,7 +20,7 @@
"@subsquid/logger": "^1.3.0",
"@subsquid/rpc-client": "^4.4.0",
"@subsquid/scale-codec": "^2.2.0",
"@subsquid/substrate-data": "^1.0.0",
"@subsquid/substrate-data": "^1.1.0",
"@subsquid/util-internal": "^2.5.0",
"@subsquid/util-internal-hex": "^1.2.0",
"@subsquid/util-internal-json": "^1.2.0",
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": "^3.0.0",
"@subsquid/graphql-server": "^4.2.1",
"@subsquid/substrate-metadata": "^3.3.0",
"@subsquid/substrate-processor": "^5.0.0",
"@subsquid/substrate-processor": "^5.0.1",
"@subsquid/typeorm-migration": "^1.2.1",
"@subsquid/typeorm-store": "^1.2.1",
"@subsquid/util-internal-json": "^1.2.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 @@ -8,7 +8,7 @@
"dependencies": {
"@subsquid/graphql-server": "^4.2.1",
"@subsquid/ss58": "^1.2.0",
"@subsquid/substrate-processor": "^5.0.0",
"@subsquid/substrate-processor": "^5.0.1",
"@subsquid/typeorm-migration": "^1.2.1",
"@subsquid/typeorm-store": "^1.2.1",
"@subsquid/big-decimal": "^1.0.0",
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": "^1.2.0",
"@subsquid/graphql-server": "^4.2.1",
"@subsquid/substrate-metadata": "^3.3.0",
"@subsquid/substrate-processor": "^5.0.0",
"@subsquid/substrate-processor": "^5.0.1",
"@subsquid/typeorm-migration": "^1.2.1",
"@subsquid/typeorm-store": "^1.2.1",
"@subsquid/ink-abi": "^2.2.0",
Expand Down

0 comments on commit b779402

Please sign in to comment.