diff --git a/.yarn/versions/c62a354d.yml b/.yarn/versions/c62a354d.yml new file mode 100644 index 00000000..44e7c8f1 --- /dev/null +++ b/.yarn/versions/c62a354d.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-stellar" + - "@subql/node-stellar" diff --git a/packages/common-stellar/CHANGELOG.md b/packages/common-stellar/CHANGELOG.md index 6ed26658..0cfaabc9 100644 --- a/packages/common-stellar/CHANGELOG.md +++ b/packages/common-stellar/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [4.1.1] - 2024-10-22 +## [4.1.2] - 2024-10-22 ### Changed - Bump `@subql/common` dependency (#85) @@ -74,8 +74,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/4.1.1...HEAD -[4.1.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...common-stellar/4.1.1 +[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.2...HEAD +[4.1.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...common-stellar/4.1.2 [4.1.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.0.1...common-stellar/4.1.0 [4.0.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.0.0...common-stellar/4.0.1 [4.0.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.5.0...common-stellar/4.0.0 diff --git a/packages/common-stellar/package.json b/packages/common-stellar/package.json index 3ca647b8..a14e05ab 100644 --- a/packages/common-stellar/package.json +++ b/packages/common-stellar/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-stellar", - "version": "4.1.2-0", + "version": "4.1.2", "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": "4.1.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 2ee7def0..53b9a5c2 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [4.0.1] - 2024-10-22 +## [4.0.2] - 2024-10-22 ### Changed - Bump `@subql/common` and `@subql/node-core` dependency (#85) @@ -158,8 +158,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/4.0.1...HEAD -[4.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.1 +[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.2...HEAD +[4.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.2 [4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0 [3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1 [3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0 diff --git a/packages/node/package.json b/packages/node/package.json index cd5ae523..d3b4c3f2 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-stellar", - "version": "4.0.2-0", + "version": "4.0.2", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.0.1" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b76759af..e9809f9d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [4.0.0] - 2024-10-22 +## [4.0.1] - 2024-10-22 ### Changed - Bump `@subql/types-core` dependency (#85) @@ -58,8 +58,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/4.0.0...HEAD -[4.0.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.0 +[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.1...HEAD +[4.0.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.1 [3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0 [3.5.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.4.0...types-stellar/3.5.0 [3.4.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...types-stellar/3.4.0 diff --git a/packages/types/package.json b/packages/types/package.json index 6a38ad30..4302893f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-stellar", - "version": "4.0.1-0", + "version": "4.0.1", "description": "", "homepage": "https://github.com/subquery/subql-stellar", "repository": "github:subquery/subql-stellar", @@ -19,6 +19,5 @@ "dependencies": { "@stellar/stellar-sdk": "^12.2.0", "@subql/types-core": "^2.0.0" - }, - "stableVersion": "4.0.0" + } }