diff --git a/.yarn/versions/41e737e2.yml b/.yarn/versions/41e737e2.yml new file mode 100644 index 0000000000..f3d404be5f --- /dev/null +++ b/.yarn/versions/41e737e2.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5e6b11055a..44784026ae 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [5.2.5] - 2024-09-09 +## [5.2.6] - 2024-09-09 ### Changed - Bump webpack from 5.93.0 to 5.94.0 @@ -671,8 +671,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - support subcommand codegen - support subcommand init -[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.5...HEAD -[5.2.5]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.5 +[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.6...HEAD +[5.2.6]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.6 [5.2.4]: https://github.com/subquery/subql/compare/cli/5.2.3...cli/5.2.4 [5.2.3]: https://github.com/subquery/subql/compare/cli/5.2.2...cli/5.2.3 [5.2.2]: https://github.com/subquery/subql/compare/cli/5.2.1...cli/5.2.2 diff --git a/packages/cli/package.json b/packages/cli/package.json index 994563a016..89921c11b2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "5.2.5", + "version": "5.2.6", "author": "Ian He", "bin": { "subql": "./bin/run" diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 4fe5608597..3af9d2bbb3 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.2.5] - 2024-09-09 ### Changed - Update Dependency `node-core` @@ -1306,7 +1307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - bump @polkadot/api to 3.1.1 -[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.3...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.5...HEAD +[5.2.5]: https://github.com/subquery/subql/compare/node/5.2.3...node/5.2.5 [5.2.3]: https://github.com/subquery/subql/compare/node/5.2.2...node/5.2.3 [5.2.2]: https://github.com/subquery/subql/compare/node/5.2.1...node/5.2.2 [5.2.1]: https://github.com/subquery/subql/compare/node/5.2.0...node/5.2.1 diff --git a/packages/node/package.json b/packages/node/package.json index 11e9e2b079..041b5e0a79 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "5.2.4", + "version": "5.2.5", "description": "", "author": "Ian He", "license": "GPL-3.0",