diff --git a/.yarn/versions/c03d8f8e.yml b/.yarn/versions/c03d8f8e.yml new file mode 100644 index 0000000000..87637bb64c --- /dev/null +++ b/.yarn/versions/c03d8f8e.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node" + - "@subql/node-core" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index c4770f71d7..f5ea20d952 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [12.0.0] - 2024-07-22 ### Changed - Provide a better error message when user increases project start height beyond indexed height (#2492) - Define new core modules to reduce duplicate code in nodes (#2491) @@ -768,7 +770,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/11.0.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/12.0.0...HEAD +[12.0.0]: https://github.com/subquery/subql/compare/node-core/11.0.0...node-core/12.0.0 [11.0.0]: https://github.com/subquery/subql/compare/node-core/10.10.2...node-core/11.0.0 [10.10.2]: https://github.com/subquery/subql/compare/node-core/10.10.1...node-core/10.10.2 [10.10.1]: https://github.com/subquery/subql/compare/node-core/10.10.0...node-core/10.10.1 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 090cf1b0fe..747df7fa35 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "11.0.1-1", + "version": "12.0.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -48,6 +48,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "11.0.1-0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index b9d1c56447..4b8683b3b5 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.9.0] - 2024-07-22 ### Changed - Tidy up modules to match changes with node-core (#2491) @@ -1261,7 +1263,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/4.8.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/4.9.0...HEAD +[4.9.0]: https://github.com/subquery/subql/compare/node/4.8.2...node/4.9.0 [4.8.2]: https://github.com/subquery/subql/compare/node/4.8.1...node/4.8.2 [4.8.1]: https://github.com/subquery/subql/compare/node/4.8.0...node/4.8.1 [4.8.0]: https://github.com/subquery/subql/compare/node/4.7.1...node/4.8.0 diff --git a/packages/node/package.json b/packages/node/package.json index ba45dfdb70..b6fb9c0af8 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "4.8.3-0", + "version": "4.9.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -54,6 +54,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.8.2" + ] } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3354951aa7..9a34f1f019 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.13.0] - 2024-07-22 ### Changed - Update error log format to specify the name of the error instance where possible (#2492) @@ -157,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update polkadot/api to 9 -[Unreleased]: https://github.com/subquery/subql/compare/utils/2.12.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/utils/2.13.0...HEAD +[2.13.0]: https://github.com/subquery/subql/compare/utils/2.12.1...utils/2.13.0 [2.12.1]: https://github.com/subquery/subql/compare/utils/2.12.0...utils/2.12.1 [2.12.0]: https://github.com/subquery/subql/compare/utils/2.11.0...utils/2.12.0 [2.11.0]: https://github.com/subquery/subql/compare/utils/2.10.0...utils/2.11.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index a9b6e1194c..1db6d2c357 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.12.2-0", + "version": "2.13.0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,6 +30,5 @@ }, "devDependencies": { "@types/semver": "^7" - }, - "stableVersion": "2.12.1" + } }