Skip to content

Commit

Permalink
[release] 20240612-2 (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 11, 2024
1 parent c39b203 commit b88f755
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 10 deletions.
7 changes: 6 additions & 1 deletion packages/cli/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.13.1] - 2024-06-12
### Changed
- Update `@subql/utils`

## [4.13.0] - 2024-06-12
### Changed
- Improve logging and error handling for multichain deploy (#2434)
Expand Down Expand Up @@ -602,7 +606,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/4.13.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.13.1...HEAD
[4.13.1]: https://github.com/subquery/subql/compare/cli/4.13.0...cli/4.13.1
[4.13.0]: https://github.com/subquery/subql/compare/cli/4.12.0...cli/4.13.0
[4.12.0]: https://github.com/subquery/subql/compare/cli/4.11.0...cli/4.12.0
[4.11.0]: https://github.com/subquery/subql/compare/cli/4.10.1...cli/4.11.0
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": "4.13.0",
"version": "4.13.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
7 changes: 6 additions & 1 deletion packages/node-core/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]

## [10.5.1] - 2024-06-12
### Changed
- Update `@subql/utils`

## [10.5.0] - 2024-06-12
### Added
- Admin api add query `/db_size` to check database size and upsert in metadata
Expand Down Expand Up @@ -718,7 +722,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)

[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.5.1...HEAD
[10.5.1]: https://github.com/subquery/subql/compare/node-core/10.5.0...node-core/10.5.1
[10.5.0]: https://github.com/subquery/subql/compare/node-core/10.4.1...node-core/10.5.0
[10.4.1]: https://github.com/subquery/subql/compare/node-core/10.4.0...node-core/10.4.1
[10.4.0]: https://github.com/subquery/subql/compare/node-core/10.3.2...node-core/10.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "10.5.0",
"version": "10.5.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
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]

## [4.6.4] - 2024-06-12
### Changed
- Update `@subql/utils`

## [4.6.3] - 2024-06-12
### Changed
- Update polkadot dependencies to 11.2.1 (#2440)
Expand Down Expand Up @@ -1220,7 +1224,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/4.6.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.6.4...HEAD
[4.6.4]: https://github.com/subquery/subql/compare/node/4.6.3...node/4.6.4
[4.6.3]: https://github.com/subquery/subql/compare/node/4.6.2...node/4.6.3
[4.6.2]: https://github.com/subquery/subql/compare/node/4.6.1...node/4.6.2
[4.6.1]: https://github.com/subquery/subql/compare/node/4.6.0...node/4.6.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": "4.6.3",
"version": "4.6.4",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/query/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]

## [2.12.1] - 2024-06-12
### Changed
- Update `@subql/utils`

## [2.12.0] - 2024-06-12
### Added
- Add query `dbSize` under metadata (#2430)
Expand Down Expand Up @@ -315,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/2.12.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.12.1...HEAD
[2.12.1]: https://github.com/subquery/subql/compare/query/2.12.0...query/2.12.1
[2.12.0]: https://github.com/subquery/subql/compare/query/2.11.1...query/2.12.0
[2.11.1]: https://github.com/subquery/subql/compare/query/2.11.0...query/2.11.1
[2.11.0]: https://github.com/subquery/subql/compare/query/2.10.5...query/2.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.12.0",
"version": "2.12.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down
5 changes: 4 additions & 1 deletion packages/utils/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]

## [2.11.0] - 2024-06-12
### Changed
- Support logging errors with provided cause and improve colors (#2435)

Expand Down Expand Up @@ -141,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update polkadot/api to 9

[Unreleased]: https://github.com/subquery/subql/compare/utils/2.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.11.0...HEAD
[2.11.0]: https://github.com/subquery/subql/compare/utils/2.10.0...utils/2.11.0
[2.10.0]: https://github.com/subquery/subql/compare/utils/2.9.2...utils/2.10.0
[2.9.2]: https://github.com/subquery/subql/compare/utils/2.9.1...utils/2.9.2
[2.9.1]: https://github.com/subquery/subql/compare/utils/2.9.0...utils/2.9.1
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.10.0",
"version": "2.11.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit b88f755

Please sign in to comment.