Skip to content

Commit

Permalink
[release] 20240411 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Apr 10, 2024
1 parent 1c70806 commit dd41714
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
6 changes: 5 additions & 1 deletion packages/common-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.1] - 2024-04-11
### Fixed
- Fixed failed previous release

## [3.4.0] - 2024-04-10
### Changed
Expand Down Expand Up @@ -47,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.3.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.4.1...HEAD
[3.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.4.0...common-stellar/3.4.1
[3.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.2...common-stellar/3.4.0
[3.3.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.1...common-stellar/3.3.2
[3.3.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.3.0...common-stellar/3.3.1
Expand Down
5 changes: 2 additions & 3 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.4.1-0",
"version": "3.4.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "3.4.0"
}
}
6 changes: 5 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.10.1] - 2024-04-11
### Fixed
- Fixed failed previous release

## [3.10.0] - 2024-04-10
### Changed
Expand Down Expand Up @@ -112,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.12.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...HEAD
[3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1
[3.10.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...node-stellar/3.10.0
[3.9.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...node-stellar/3.9.1
[3.9.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...node-stellar/3.9.0
Expand Down
5 changes: 2 additions & 3 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.10.1-0",
"version": "3.10.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -64,6 +64,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.10.0"
]
}
6 changes: 5 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.1] - 2024-04-11
### Fixed
- Fixed failed previous release

## [3.3.0] - 2024-04-10
### Changed
Expand Down Expand Up @@ -35,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use @subql/types-core (#18)

## [2.3.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...HEAD
[3.3.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...types-stellar/3.3.1
[3.3.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.1...types-stellar/3.3.0
[3.2.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.0...types-stellar/3.2.1
[3.2.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.1.1...types-stellar/3.2.0
Expand Down
5 changes: 2 additions & 3 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.3.1-0",
"version": "3.3.1",
"description": "",
"homepage": "https://github.com/subquery/subql-stellar",
"repository": "github:subquery/subql-stellar",
Expand All @@ -19,6 +19,5 @@
"dependencies": {
"@subql/types-core": "^0.6.0",
"stellar-sdk": "^11.2.2"
},
"stableVersion": "3.3.0"
}
}

0 comments on commit dd41714

Please sign in to comment.