Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Oct 31, 2023
1 parent 5620181 commit 33a8926
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/917c8b12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-stellar"
- "@subql/types-stellar"
4 changes: 2 additions & 2 deletions packages/common-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-stellar",
"version": "3.0.2-0",
"version": "3.0.2-1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,5 +28,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.0.1"
"stableVersion": "3.0.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-stellar",
"version": "3.0.3-0",
"version": "3.0.3-1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -65,5 +65,5 @@
"/dist",
"/bin"
],
"stableVersion": "3.0.2"
"stableVersion": "3.0.3-0"
}
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-stellar",
"version": "3.0.0",
"version": "3.0.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -19,5 +19,6 @@
"@subql/types-core": "^0.3.0",
"soroban-client": "0.9.2",
"stellar-sdk": "^10.4.1"
}
},
"stableVersion": "3.0.0"
}

0 comments on commit 33a8926

Please sign in to comment.