From b779402261a4790db35398c91d150f7caae00c8d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Aug 2023 22:59:19 +0000 Subject: [PATCH] Bump versions [skip ci] --- substrate/substrate-data/package.json | 2 +- substrate/substrate-ingest/package.json | 4 ++-- substrate/substrate-processor/package.json | 4 ++-- test/astar-erc20/package.json | 2 +- test/balances/package.json | 2 +- test/shibuya-psp22/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/substrate/substrate-data/package.json b/substrate/substrate-data/package.json index 9b4c43a1e..a99376252 100644 --- a/substrate/substrate-data/package.json +++ b/substrate/substrate-data/package.json @@ -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": "git@github.com:subsquid/squid.git", diff --git a/substrate/substrate-ingest/package.json b/substrate/substrate-ingest/package.json index c46fd550b..93fb70898 100644 --- a/substrate/substrate-ingest/package.json +++ b/substrate/substrate-ingest/package.json @@ -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": "git@github.com:subsquid/squid.git", "publishConfig": { @@ -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", diff --git a/substrate/substrate-processor/package.json b/substrate/substrate-processor/package.json index d7de514b5..6e45edbf8 100644 --- a/substrate/substrate-processor/package.json +++ b/substrate/substrate-processor/package.json @@ -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": "git@github.com:subsquid/squid.git", @@ -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", diff --git a/test/astar-erc20/package.json b/test/astar-erc20/package.json index 771c101d1..9f356a910 100644 --- a/test/astar-erc20/package.json +++ b/test/astar-erc20/package.json @@ -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", diff --git a/test/balances/package.json b/test/balances/package.json index becb45ff9..db37019ed 100644 --- a/test/balances/package.json +++ b/test/balances/package.json @@ -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", diff --git a/test/shibuya-psp22/package.json b/test/shibuya-psp22/package.json index f44fc0693..9a1e529db 100644 --- a/test/shibuya-psp22/package.json +++ b/test/shibuya-psp22/package.json @@ -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",