diff --git a/.yarn/versions/ecf335ea.yml b/.yarn/versions/ecf335ea.yml new file mode 100644 index 0000000000..75f21d7001 --- /dev/null +++ b/.yarn/versions/ecf335ea.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-core" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 070ece4aa1..35c6dca791 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -5,8 +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] + +## [5.2.2] - 2024-08-14 ### Added - fix case sensitive import for schema entities in codegen (#2211) + ### Fixed - Glob sync issue (#2534) @@ -656,7 +659,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.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.2...HEAD +[5.2.2]: https://github.com/subquery/subql/compare/cli/5.2.1...cli/5.2.2 [5.2.1]: https://github.com/subquery/subql/compare/cli/5.2.0...cli/5.2.1 [5.2.0]: https://github.com/subquery/subql/compare/cli/5.1.1...cli/5.2.0 [5.1.1]: https://github.com/subquery/subql/compare/cli/5.1.0...cli/5.1.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index fec20022de..d92bf3c0b3 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.2-1", + "version": "5.2.2", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -88,6 +88,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "5.2.2-0" + } }