diff --git a/packages/common-stellar/CHANGELOG.md b/packages/common-stellar/CHANGELOG.md index ede2d0a7..0da111c9 100644 --- a/packages/common-stellar/CHANGELOG.md +++ b/packages/common-stellar/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/common-stellar/package.json b/packages/common-stellar/package.json index f86ec0a2..722470a5 100644 --- a/packages/common-stellar/package.json +++ b/packages/common-stellar/package.json @@ -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", @@ -28,6 +28,5 @@ "devDependencies": { "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "3.4.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index e3db0342..090db2f8 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/node/package.json b/packages/node/package.json index 66847175..cdc8fe38 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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", @@ -64,6 +64,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.10.0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9034f304..34ca5597 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index b1fc1c6e..4a027d7a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", @@ -19,6 +19,5 @@ "dependencies": { "@subql/types-core": "^0.6.0", "stellar-sdk": "^11.2.2" - }, - "stableVersion": "3.3.0" + } }