diff --git a/.yarn/versions/b4e981f5.yml b/.yarn/versions/b4e981f5.yml new file mode 100644 index 0000000000..6efcbbe778 --- /dev/null +++ b/.yarn/versions/b4e981f5.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common" + - "@subql/testing" diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 4040756722..f432d017bc 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.4] - 2024-10-23 +### Fixed +- Bump version `@subql/types-core` + ## [5.1.3] - 2024-09-25 ### Added - `Runner.query` support `@subql/query-subgraph` option @@ -415,7 +419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - init commit -[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.3...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common/5.1.4...HEAD +[5.1.4]: https://github.com/subquery/subql/compare/common/5.1.3...common/5.1.4 [5.1.3]: https://github.com/subquery/subql/compare/common/5.1.2...common/5.1.3 [5.1.2]: https://github.com/subquery/subql/compare/common/5.1.1...common/5.1.2 [5.1.1]: https://github.com/subquery/subql/compare/common/5.1.0...common/5.1.1 diff --git a/packages/common/package.json b/packages/common/package.json index a82bfbb7bd..308f766670 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "5.1.3", + "version": "5.1.4", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index fa9d996c8a..f517416834 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.2] - 2024-10-23 +### Fixed +- Bump version `@subql/types-core` + ## [2.2.1] - 2024-07-09 ### Changed - Changes to ts build settings (#2475) @@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Major release 2.0.0, align with other package versions -[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.2...HEAD +[2.2.2]: https://github.com/subquery/subql/compare/testing/2.2.1...testing/2.2.2 [2.2.1]: https://github.com/subquery/subql/compare/testing/2.2.0...testing/2.2.1 [2.2.0]: https://github.com/subquery/subql/compare/testing/2.1.2...testing/2.2.0 [2.1.2]: https://github.com/subquery/subql/compare/testing/2.1.1...testing/2.1.2 diff --git a/packages/testing/package.json b/packages/testing/package.json index c6e099d2bb..f9653ce862 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@subql/testing", - "version": "2.2.1", + "version": "2.2.2", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc -b", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4ffc44f75e..a8552dbf43 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.11.3] - 2024-10-23 +### Fixed +- Bump version `@subql/types-core` + ## [3.11.2] - 2024-08-14 ### Added - Update polkadot/api library @@ -267,7 +271,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.11.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.3...HEAD +[3.11.3]: https://github.com/subquery/subql/compare/types/3.11.2...types/3.11.3 [3.11.2]: https://github.com/subquery/subql/compare/types/3.11.1...types/3.11.2 [3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.1 [3.11.0]: https://github.com/subquery/subql/compare/types/3.10.0...types/3.11.0 diff --git a/packages/types/package.json b/packages/types/package.json index 45a24f7644..bfdc0500b3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.11.2", + "version": "3.11.3", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql",