Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Jun 26, 2024
1 parent 8a6cbed commit 922a8d3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/25cf0a18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/common-substrate"
- "@subql/node"
- "@subql/types"
4 changes: 2 additions & 2 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -28,5 +28,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.8.1"
"stableVersion": "3.8.2-0"
}
5 changes: 3 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.6.6",
"version": "4.6.7-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,5 +54,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "4.6.6"
}
5 changes: 3 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.13.1",
"version": "2.13.2-0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,5 +70,6 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
}
},
"stableVersion": "2.13.1"
}
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,5 +24,6 @@
},
"devDependencies": {
"@polkadot/api": "11.2.1"
}
},
"stableVersion": "3.7.0"
}

0 comments on commit 922a8d3

Please sign in to comment.