Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Jul 2, 2024
1 parent b4380c5 commit 6103e1e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/bf572142.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
5 changes: 3 additions & 2 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "3.5.0",
"version": "3.5.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,5 +27,6 @@
"@types/bn.js": "5.1.5",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "3.5.0"
}
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-near",
"version": "3.11.1",
"version": "3.11.2-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -48,5 +48,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "3.11.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-near",
"version": "3.3.0",
"version": "3.3.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -23,5 +23,6 @@
},
"devDependencies": {
"@types/app-module-path": "^2.2.0"
}
},
"stableVersion": "3.3.0"
}

0 comments on commit 6103e1e

Please sign in to comment.