Skip to content

Commit b794f8a

Browse files
authored
[release] 20250305 (#111)
1 parent e54de1a commit b794f8a

9 files changed

Lines changed: 27 additions & 12 deletions

File tree

.yarn/versions/07885aac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undecided:
2+
- "@subql/node-stellar"
3+
- "@subql/types-stellar"

.yarn/versions/384b930a.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undecided:
2+
- "@subql/common-stellar"
3+
- "@subql/node-stellar"

.yarn/versions/a68d508e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undecided:
2+
- "@subql/common-stellar"
3+
- "@subql/types-stellar"

packages/common-stellar/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.3.0] - 2025-03-05
810
### Changed
911
- Update \`@subql/common\` dependency (#110)
1012

@@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799
- rename `soroban` to `sorobanEndpoint` in network config (#16)
98100

99101
## [2.3.0] - 2023-09-12
100-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...HEAD
102+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...HEAD
103+
[4.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...common-stellar/4.3.0
101104
[4.2.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.1...common-stellar/4.2.2
102105
[4.2.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.0...common-stellar/4.2.1
103106
[4.2.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.5...common-stellar/4.2.0

packages/common-stellar/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-stellar",
3-
"version": "4.2.3-0",
3+
"version": "4.3.0",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -28,6 +28,5 @@
2828
"devDependencies": {
2929
"@types/js-yaml": "^4.0.4",
3030
"@types/pino": "^6.3.12"
31-
},
32-
"stableVersion": "4.2.2"
31+
}
3332
}

packages/node/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.6.0] - 2025-03-05
810
### Changed
911
- Support http soroban endpoints (#109)
1012
- Update `@subql/node-core` to latest version and implement blockchain service as well as any relevant changes (#110)
@@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204206
- rename `soroban` to `sorobanEndpoint` in network config (#16)
205207

206208
## [2.12.0] - 2023-09-12
207-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...HEAD
209+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...HEAD
210+
[4.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...node-stellar/4.6.0
208211
[4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0
209212
[4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
210213
[4.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.2...node-stellar/4.3.0

packages/node/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-stellar",
3-
"version": "4.5.1-1",
3+
"version": "4.6.0",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",
@@ -54,6 +54,5 @@
5454
"files": [
5555
"/dist",
5656
"/bin"
57-
],
58-
"stableVersion": "4.5.1-0"
57+
]
5958
}

packages/types/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.3.0] - 2025-03-05
810
### Changed
911
- Update \`@subql/types-core\` dependency (#110)
1012

@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7072
- Use @subql/types-core (#18)
7173

7274
## [2.3.0] - 2023-09-12
73-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.2.0...HEAD
75+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.3.0...HEAD
76+
[4.3.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.2.0...types-stellar/4.3.0
7477
[4.2.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.1.0...types-stellar/4.2.0
7578
[4.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.2...types-stellar/4.1.0
7679
[4.0.2]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.2

packages/types/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/types-stellar",
3-
"version": "4.2.1-0",
3+
"version": "4.3.0",
44
"description": "",
55
"homepage": "https://github.com/subquery/subql-stellar",
66
"repository": "github:subquery/subql-stellar",
@@ -19,6 +19,5 @@
1919
"dependencies": {
2020
"@stellar/stellar-sdk": "^13.1.0",
2121
"@subql/types-core": "^2.0.2"
22-
},
23-
"stableVersion": "4.2.0"
22+
}
2423
}

0 commit comments

Comments
 (0)