Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 10, 2023
1 parent b044ea3 commit 0f48b5e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .yarn/versions/7a978424.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
undecided:
- "@subql/node"
- "@subql/node-core"
- "@subql/types"
- "@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": "5.0.4-1",
"version": "5.0.4-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": "5.0.4-0"
"stableVersion": "5.0.4-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": "3.0.5-0",
"version": "3.0.5-1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,5 +60,5 @@
"/dist",
"/bin"
],
"stableVersion": "3.0.4"
"stableVersion": "3.0.5-0"
}
4 changes: 2 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.1.2",
"version": "3.1.3-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,5 +24,5 @@
"devDependencies": {
"@polkadot/api": "^10"
},
"stableVersion": "3.1.1"
"stableVersion": "3.1.2"
}
4 changes: 2 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.4.4-1",
"version": "2.4.4-2",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -31,5 +31,5 @@
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.4.4-0"
"stableVersion": "2.4.4-1"
}
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "2.2.1-0",
"version": "2.2.1-1",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -31,5 +31,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "2.2.0"
"stableVersion": "2.2.1-0"
}

0 comments on commit 0f48b5e

Please sign in to comment.