Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 3, 2023
1 parent d4d60e3 commit 2c1cac8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/6779a73a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-soroban"
- "@subql/types-soroban"
5 changes: 3 additions & 2 deletions packages/common-soroban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-soroban",
"version": "2.2.0",
"version": "2.2.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,5 +26,6 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "2.2.0"
}
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-soroban",
"version": "2.9.3-0",
"version": "2.9.3-1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -65,5 +65,5 @@
"/dist",
"/bin"
],
"stableVersion": "2.9.2"
"stableVersion": "2.9.3-0"
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-soroban",
"version": "2.2.3-1",
"version": "2.2.3-2",
"description": "",
"homepage": "https://github.com/subquery/subql-soroban",
"repository": "github:subquery/subql-soroban",
Expand All @@ -18,5 +18,5 @@
"dependencies": {
"soroban-client": "0.9.2"
},
"stableVersion": "2.2.3-0"
"stableVersion": "2.2.3-1"
}

0 comments on commit 2c1cac8

Please sign in to comment.