Skip to content

Commit

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

## [5.2.7] - 2024-09-16
### Fixed
- deployment command minor issues (#2542)

Expand Down Expand Up @@ -676,7 +678,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.6...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.7...HEAD
[5.2.7]: https://github.com/subquery/subql/compare/cli/5.2.6...cli/5.2.7
[5.2.6]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.6
[5.2.4]: https://github.com/subquery/subql/compare/cli/5.2.3...cli/5.2.4
[5.2.3]: https://github.com/subquery/subql/compare/cli/5.2.2...cli/5.2.3
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.7-0",
"version": "5.2.7",
"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.6"
}
}

0 comments on commit 2c67a93

Please sign in to comment.