diff --git a/.yarn/versions/25cf0a18.yml b/.yarn/versions/25cf0a18.yml new file mode 100644 index 0000000000..6c9094fe27 --- /dev/null +++ b/.yarn/versions/25cf0a18.yml @@ -0,0 +1,4 @@ +undecided: + - "@subql/common-substrate" + - "@subql/node" + - "@subql/types" diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index 56035a305d..1a512675c2 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "3.8.2-0", + "version": "3.8.2-1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -28,5 +28,5 @@ "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" }, - "stableVersion": "3.8.1" + "stableVersion": "3.8.2-0" } diff --git a/packages/node/package.json b/packages/node/package.json index f1002b9719..de2db7b3eb 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "4.6.6", + "version": "4.6.7-0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -54,5 +54,6 @@ "files": [ "/dist", "/bin" - ] + ], + "stableVersion": "4.6.6" } diff --git a/packages/query/package.json b/packages/query/package.json index d4b15e9906..c461903a47 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.13.1", + "version": "2.13.2-0", "description": "", "bin": { "subql-query": "./bin/run" @@ -70,5 +70,6 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - } + }, + "stableVersion": "2.13.1" } diff --git a/packages/types/package.json b/packages/types/package.json index a828cdb255..1b80dd26a0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.7.0", + "version": "3.7.1-0", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -24,5 +24,6 @@ }, "devDependencies": { "@polkadot/api": "11.2.1" - } + }, + "stableVersion": "3.7.0" }