Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Nov 25, 2024
1 parent a7ac610 commit be0abf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/b5edf689.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
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": "15.0.1-1",
"version": "15.0.1-2",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -48,5 +48,5 @@
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "15.0.1-0"
"stableVersion": "15.0.1-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": "5.3.1-1",
"version": "5.3.1-2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -51,5 +51,5 @@
"/dist",
"/bin"
],
"stableVersion": "5.3.1-0"
"stableVersion": "5.3.1-1"
}

0 comments on commit be0abf4

Please sign in to comment.