Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Sep 20, 2022
1 parent 73e79a5 commit 37bce40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/7b04c3ff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@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": "0.1.2-0",
"version": "0.1.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 @@ -31,5 +31,5 @@
"sequelize": "6.23.0",
"yargs": "^16.2.0"
},
"stableVersion": "0.1.1"
"stableVersion": "0.1.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": "1.9.2",
"version": "1.9.3-0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,5 +68,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "1.9.2"
}
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": "1.1.0",
"version": "1.1.1-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -28,5 +28,6 @@
},
"devDependencies": {
"@types/semver": "^7"
}
},
"stableVersion": "1.1.0"
}

0 comments on commit 37bce40

Please sign in to comment.