From 9419e3b9a85a4b3db93d3f309896faa59046b827 Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Tue, 27 Aug 2024 14:59:04 +1200 Subject: [PATCH] [release] 20240827 (#84) * [release] 20240827 * fix typo --- .yarn/versions/18d61b39.yml | 3 +++ packages/common-stellar/CHANGELOG.md | 9 ++++++--- packages/common-stellar/package.json | 5 ++--- packages/node/CHANGELOG.md | 12 ++++++++---- packages/node/package.json | 5 ++--- packages/types/CHANGELOG.md | 9 ++++++--- packages/types/package.json | 5 ++--- 7 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 .yarn/versions/18d61b39.yml diff --git a/.yarn/versions/18d61b39.yml b/.yarn/versions/18d61b39.yml new file mode 100644 index 00000000..44e7c8f1 --- /dev/null +++ b/.yarn/versions/18d61b39.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 5e3a84af..de42bb19 100644 --- a/packages/common-stellar/CHANGELOG.md +++ b/packages/common-stellar/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2024-08-27 ### Changed - Update `@subql/common` (#82) -- - Enable ts strict (#82) +- Enable ts strict (#82) + ### Added -- Suport for network endpoint config (#82) +- Support for network endpoint config (#82) ## [4.0.1] - 2024-08-21 ### Fixed @@ -68,7 +70,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.0.1...HEAD +[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.1.0...HEAD +[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 [3.5.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.4.1...common-stellar/3.5.0 diff --git a/packages/common-stellar/package.json b/packages/common-stellar/package.json index f7cd23d0..c2bff9d9 100644 --- a/packages/common-stellar/package.json +++ b/packages/common-stellar/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-stellar", - "version": "4.0.2-0", + "version": "4.1.0", "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.0.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 2c6f81c4..39778d2c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,15 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2024-08-27 ### Added -- Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#82) +- Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82) + ### Changed - Enable ts strict mode (#82) - Use Subquery Project code from node core (#82) - Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#82) + ### Fixed -- fix admin api `dbSize` issue -- fixed various issues causing poi inconsistency +- fix admin api `dbSize` issue +- fixed various issues causing poi inconsistency ## [3.12.1] - 2024-08-21 ### Fixed @@ -151,7 +154,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.12.1...HEAD +[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...HEAD +[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 [3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2 diff --git a/packages/node/package.json b/packages/node/package.json index 615bd387..10a8b836 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-stellar", - "version": "3.12.2-0", + "version": "4.0.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -56,6 +56,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.12.1" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index ed094c2b..dcf57da1 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.0] - 2024-08-27 ### Added -- Suport for network endpoint config (#82) -### Changed +- Support for network endpoint config (#82) + +### Changed - Enable ts strict (#82) - Bump `stellar-sdk` version (#82) @@ -52,7 +54,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.5.0...HEAD +[Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...HEAD +[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 [3.3.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...types-stellar/3.3.1 diff --git a/packages/types/package.json b/packages/types/package.json index 90d6a126..6a8ce995 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-stellar", - "version": "3.5.1-0", + "version": "3.6.0", "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": "^1.1.1" - }, - "stableVersion": "3.5.0" + } }