Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] node package release #2555

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading