Skip to content

Commit

Permalink
[release] node package release (#2555)
Browse files Browse the repository at this point in the history
* [release] node package release

* cli release
  • Loading branch information
yoozo authored Sep 11, 2024
1 parent ea5ce7d commit b8cab60
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/41e737e2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
6 changes: 3 additions & 3 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.5] - 2024-09-09
## [5.2.6] - 2024-09-09
### Changed
- Bump webpack from 5.93.0 to 5.94.0

Expand Down Expand Up @@ -671,8 +671,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.5...HEAD
[5.2.5]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.5
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.6...HEAD
[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
[5.2.2]: https://github.com/subquery/subql/compare/cli/5.2.1...cli/5.2.2
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "5.2.6",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.5] - 2024-09-09
### Changed
- Update Dependency `node-core`

Expand Down Expand Up @@ -1306,7 +1307,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/5.2.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.5...HEAD
[5.2.5]: https://github.com/subquery/subql/compare/node/5.2.3...node/5.2.5
[5.2.3]: https://github.com/subquery/subql/compare/node/5.2.2...node/5.2.3
[5.2.2]: https://github.com/subquery/subql/compare/node/5.2.1...node/5.2.2
[5.2.1]: https://github.com/subquery/subql/compare/node/5.2.0...node/5.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "5.2.4",
"version": "5.2.5",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit b8cab60

Please sign in to comment.