Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Apr 19, 2023
1 parent e4535db commit ce1e500
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/657201be.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-core"
- "@subql/types"
5 changes: 3 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": "1.11.3",
"version": "1.11.4-0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -40,5 +40,6 @@
},
"devDependencies": {
"@types/async-lock": "^1"
}
},
"stableVersion": "1.11.3"
}
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.21.2",
"version": "1.21.3-0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -69,5 +69,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "1.21.2"
}
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": "1.7.2",
"version": "1.7.3-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -21,5 +21,6 @@
"devDependencies": {
"@polkadot/api": "^10",
"@types/app-module-path": "^2.2.0"
}
},
"stableVersion": "1.7.2"
}

0 comments on commit ce1e500

Please sign in to comment.