Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Oct 22, 2024
1 parent 4491e9e commit 81d1ad0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/b8e24b25.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-near"
- "@subql/types-near"
Empty file added .yarn/versions/cf75a7b5.yml
Empty file.
2 changes: 2 additions & 0 deletions .yarn/versions/ecf585ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@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": "4.1.2",
"version": "4.1.3-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": "4.1.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-near",
"version": "4.0.3",
"version": "4.0.4-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -49,5 +49,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "4.0.3"
}
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": "4.0.1",
"version": "4.0.2-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": "4.0.1"
}

0 comments on commit 81d1ad0

Please sign in to comment.