Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed May 17, 2023
1 parent 3622f23 commit 11bce7d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .yarn/versions/27e25107.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
undecided:
- "@subql/node"
- "@subql/node-core"
- "@subql/utils"
4 changes: 2 additions & 2 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "2.2.2-0",
"version": "2.2.2-1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -45,5 +45,5 @@
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "2.2.1"
"stableVersion": "2.2.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": "2.2.1",
"version": "2.2.2-0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,5 +58,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "2.2.1"
}
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.0.1",
"version": "2.0.2-0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -67,5 +67,6 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
}
},
"stableVersion": "2.0.1"
}
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.1.0",
"version": "2.1.1-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -29,5 +29,6 @@
},
"devDependencies": {
"@types/semver": "^7"
}
},
"stableVersion": "2.1.0"
}

0 comments on commit 11bce7d

Please sign in to comment.