Skip to content

Commit

Permalink
[release] Bump version with @subql/common (#2578)
Browse files Browse the repository at this point in the history
* [release] Bump version with `@subql/common`

* update node and cli

* remove update CLI
  • Loading branch information
yoozo authored Oct 23, 2024
1 parent e20be67 commit b66eea4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/0a6cfead.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/cli"
- "@subql/common-substrate"
7 changes: 6 additions & 1 deletion packages/common-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.3.2] - 2024-10-23
### Changed
- Bump version with `@subql/common`

## [4.3.1] - 2024-09-25
### Changed
- Bump common, Added manifest support for query-subgraph.
Expand Down Expand Up @@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...HEAD
[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2
[4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1
[4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0
[4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.3.1",
"version": "4.3.2",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.8] - 2024-10-23
### Changed
- Bump `@subql/common-substrate` dependency

## [5.2.7] - 2024-10-21
### Fixed
- Issues with setting a large block range for bypass blocks (#2566)
Expand Down Expand Up @@ -1315,7 +1319,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.7...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.8...HEAD
[5.2.8]: https://github.com/subquery/subql/compare/node/5.2.7...node/5.2.8
[5.2.7]: https://github.com/subquery/subql/compare/node/5.2.6...node/5.2.7
[5.2.6]: https://github.com/subquery/subql/compare/node/5.2.5...node/5.2.6
[5.2.5]: https://github.com/subquery/subql/compare/node/5.2.3...node/5.2.5
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.7",
"version": "5.2.8",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit b66eea4

Please sign in to comment.