Skip to content

Commit

Permalink
[release] 20240412 (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Apr 12, 2024
1 parent c227570 commit 7e9a725
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
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]

## [4.5.2] - 2024-04-12
### Fixed
- Deployments failing with `this.jsonEnabled is not a function` (#2351)

Expand Down Expand Up @@ -558,7 +560,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.5.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.5.2...HEAD
[4.5.2]: https://github.com/subquery/subql/compare/cli/4.5.1...cli/4.5.2
[4.5.1]: https://github.com/subquery/subql/compare/cli/4.5.0...cli/4.5.1
[4.5.0]: https://github.com/subquery/subql/compare/cli/4.4.1...cli/4.5.0
[4.4.1]: https://github.com/subquery/subql/compare/cli/4.4.0...cli/4.4.1
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": "4.5.2-0",
"version": "4.5.2",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.5.1"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/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]

## [9.0.0] - 2024-04-12
### Added
- `WorkerUnfinalizedBlocksService` class from node that is now chain agnostic (#2346)

Expand Down Expand Up @@ -649,7 +651,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/8.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/9.0.0...HEAD
[9.0.0]: https://github.com/subquery/subql/compare/node-core/8.0.1...node-core/9.0.0
[8.0.1]: https://github.com/subquery/subql/compare/node-core/8.0.0...node-core/8.0.1
[8.0.0]: https://github.com/subquery/subql/compare/node-core/7.5.1...node-core/8.0.0
[7.5.1]: https://github.com/subquery/subql/compare/node-core/7.5.0...node-core/7.5.1
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "8.0.2-2",
"version": "9.0.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "8.0.2-1"
}
}
5 changes: 4 additions & 1 deletion packages/node/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]

## [4.1.0] - 2024-04-12
### Removed
- Unused `@subql/testing` dependency (#2346)
- `WorkerUnfinalizedBlocksService` and use version from node-core (#2346)
Expand Down Expand Up @@ -1158,7 +1160,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.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql/compare/node/4.0.1...node/4.1.0
[4.0.1]: https://github.com/subquery/subql/compare/node/4.0.0...node/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/node/3.10.0...node/4.0.0
[3.10.0]: https://github.com/subquery/subql/compare/node/3.9.3...node/3.10.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.0.2-3",
"version": "4.1.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -58,6 +58,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.0.2-2"
]
}
7 changes: 5 additions & 2 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.9.1] - 2024-04-12
### Changed
- Update tar dependency

## [2.9.0] - 2024-03-28

### Added
- Export 'numberToHex' (#2307)
- Add method `hexStripZeros` to handle hex string in order to align with ethers (#2319)
Expand Down Expand Up @@ -129,7 +131,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.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.9.1...HEAD
[2.9.1]: https://github.com/subquery/subql/compare/utils/2.9.0...utils/2.9.1
[2.9.0]: https://github.com/subquery/subql/compare/utils/2.8.0...utils/2.9.0
[2.8.0]: https://github.com/subquery/subql/compare/utils/2.7.1...utils/2.8.0
[2.7.1]: https://github.com/subquery/subql/compare/utils/2.7.0...utils/2.7.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.9.0",
"version": "2.9.1",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 7e9a725

Please sign in to comment.