Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed May 11, 2023
1 parent 048bcbb commit 4f2ac7c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/abfe2cc0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-core"
- "@subql/types"
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.1.2-1",
"version": "2.1.2-2",
"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.1.2-0"
"stableVersion": "2.1.2-1"
}
4 changes: 2 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.1.2-1",
"version": "2.1.2-2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,5 +60,5 @@
"/dist",
"/bin"
],
"stableVersion": "2.1.2-0"
"stableVersion": "2.1.2-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": "2.1.1",
"version": "2.1.2-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,5 +20,6 @@
},
"devDependencies": {
"@polkadot/api": "^10"
}
},
"stableVersion": "2.1.1"
}

0 comments on commit 4f2ac7c

Please sign in to comment.