Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent f74f844 commit d832dcc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
Empty file added .yarn/versions/5b5e6b33.yml
Empty file.
2 changes: 2 additions & 0 deletions .yarn/versions/66cf7de9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/types-stellar"
3 changes: 3 additions & 0 deletions .yarn/versions/a4f05ce4.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": "4.2.2-0",
"version": "4.2.2-1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -29,5 +29,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.2.1"
"stableVersion": "4.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-stellar",
"version": "4.3.1-1",
"version": "4.3.1-2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -58,5 +58,5 @@
"/dist",
"/bin"
],
"stableVersion": "4.3.1-0"
"stableVersion": "4.3.1-1"
}
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-stellar",
"version": "4.0.3-1",
"version": "4.0.3-2",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -20,5 +20,5 @@
"@stellar/stellar-sdk": "^13.1.0",
"@subql/types-core": "^2.0.1"
},
"stableVersion": "4.0.3-0"
"stableVersion": "4.0.3-1"
}

0 comments on commit d832dcc

Please sign in to comment.