diff --git a/.yarn/versions/4fbc75de.yml b/.yarn/versions/4fbc75de.yml deleted file mode 100644 index b7b31dc49a..0000000000 --- a/.yarn/versions/4fbc75de.yml +++ /dev/null @@ -1,3 +0,0 @@ -undecided: - - "@subql/node-core" - - "@subql/types-core" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 289641b04b..39455be3ac 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,11 +5,13 @@ 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] -## Added + +## [6.1.0] - 2023-10-20 +### Added - Add in-memory cache to be used in sandbox #(2110) ### Fixed -- Fixed poi migration init check, and improve logging +- Fixed poi migration init check, and improve logging (#2112) ## [6.0.4] - 2023-10-18 ### Fixed @@ -446,7 +448,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/6.0.4...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.1.0...HEAD +[6.1.0]: https://github.com/subquery/subql/compare/node-core/6.0.4...node-core/6.1.0 [6.0.4]: https://github.com/subquery/subql/compare/node-core/6.0.3...node-core/6.0.4 [6.0.3]: https://github.com/subquery/subql/compare/node-core/6.0.2...node-core/6.0.3 [6.0.2]: https://github.com/subquery/subql/compare/node-core/6.0.1...node-core/6.0.2 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 55d5268455..51950a53ff 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "6.0.5-1", + "version": "6.1.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -45,6 +45,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "6.0.5-0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f9d29ed2cb..d71764c55c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,8 +5,12 @@ 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] + +## [3.1.0] - 2023-10-20 ### Added - Inject in-memory cache to sandbox (#2110) +### Fixed +- Bump with `@subq/node-core` 3.1.0 , fixed poi migration init check, and improve logging ## [3.0.8] - 2023-10-18 ### Fixed @@ -1017,7 +1021,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/3.0.8...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/subquery/subql/compare/v3.0.8...v3.1.0 [3.0.8]: https://github.com/subquery/subql/compare/node/3.0.7...node/3.0.8 [3.0.7]: https://github.com/subquery/subql/compare/node/3.0.6...node/3.0.7 [3.0.6]: https://github.com/subquery/subql/compare/node/3.0.5...node/3.0.6 diff --git a/packages/node/package.json b/packages/node/package.json index d7133869c1..f0c20cbab1 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.0.9-0", + "version": "3.1.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -60,6 +60,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.0.8" + ] } diff --git a/packages/types-core/CHANGELOG.md b/packages/types-core/CHANGELOG.md index 366452c75d..a212b51c6f 100644 --- a/packages/types-core/CHANGELOG.md +++ b/packages/types-core/CHANGELOG.md @@ -5,10 +5,11 @@ 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] + +## [0.2.0] - 2023-10-20 ### Added - Add cache to injected globals (#2110) -### [0.1.1] - 2023-10-03 ### Changed - Update `ProjectManifestV1_0_0` with generic networkConfig (#2061) @@ -20,8 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release of new package containing types common to all chains - -[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.1.1...HEAD -[0.1.1]: https://github.com/subquery/subql/compare/types-core/0.1.0...types-core/0.1.1 +[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.2.0...HEAD +[0.2.0]: https://github.com/subquery/subql/compare/types-core/0.1.0...types-core/0.2.0 [0.1.0]: https://github.com/subquery/subql/compare/types-core/0.0.1...types-core/0.1.0 [0.0.1]: https://github.com/subquery/subql/tag/types-core/0.0.1 diff --git a/packages/types-core/package.json b/packages/types-core/package.json index e7062bf625..66174b3244 100644 --- a/packages/types-core/package.json +++ b/packages/types-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-core", - "version": "0.1.2-1", + "version": "0.2.0", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -17,6 +17,5 @@ ], "dependencies": { "package-json-type": "^1.0.3" - }, - "stableVersion": "0.1.2-0" + } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index eac45d2005..b76bc48571 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2023-10-20 +### Changed +- Version bump with `types-core` 0.2.0 + ## [3.1.2] - 2023-10-04 ### Fixed - `@subql/types-core` being a devDep instead of a dep @@ -204,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - support block handler -[Unreleased]: https://github.com/subquery/subql/compare/types/3.1.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/types/3.2.0...HEAD +[3.2.0]: https://github.com/subquery/subql/compare/types/3.1.2...types/3.2.0 [3.1.2]: https://github.com/subquery/subql/compare/types/3.1.1...types/3.1.2 [3.1.1]: https://github.com/subquery/subql/compare/types/3.1.0...types/3.1.1 [3.1.0]: https://github.com/subquery/subql/compare/types/3.0.1...types/3.1.0 diff --git a/packages/types/package.json b/packages/types/package.json index 3b9c091bc7..35947e7ec7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.1.3-1", + "version": "3.2.0", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -24,6 +24,5 @@ }, "devDependencies": { "@polkadot/api": "^10" - }, - "stableVersion": "3.1.3-0" + } }