Skip to content

Commit

Permalink
[release] 20240814-cli (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 14, 2024
1 parent 618cb61 commit 4ab1890
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/ecf335ea.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
6 changes: 5 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -88,6 +88,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.2.2-0"
}
}

0 comments on commit 4ab1890

Please sign in to comment.