Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Dec 1, 2023
1 parent e4aecf4 commit bf7a4a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/4e6ee6af.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
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": "7.0.2",
"version": "7.0.3-0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,5 +46,6 @@
},
"devDependencies": {
"@types/async-lock": "^1"
}
},
"stableVersion": "7.0.2"
}
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": "3.4.5",
"version": "3.4.6-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,5 +60,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "3.4.5"
}

0 comments on commit bf7a4a5

Please sign in to comment.