Skip to content

Commit

Permalink
[release] 20241126 (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Nov 26, 2024
1 parent 662627d commit 93ffb0a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/4820d418.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
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]

## [15.0.3] - 2024-11-26
### Fixed
- Workers crashing because of lazy monitor write (#2607)

Expand Down Expand Up @@ -867,7 +869,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/15.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/15.0.3...HEAD
[15.0.3]: https://github.com/subquery/subql/compare/node-core/15.0.2...node-core/15.0.3
[15.0.2]: https://github.com/subquery/subql/compare/node-core/15.0.1...node-core/15.0.2
[15.0.1]: https://github.com/subquery/subql/compare/node-core/15.0.0...node-core/15.0.1
[15.0.0]: https://github.com/subquery/subql/compare/node-core/14.1.7...node-core/15.0.0
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": "15.0.3-0",
"version": "15.0.3",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -47,6 +47,5 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "15.0.2"
}
}
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]

## [5.4.2] - 2024-11-26
### Fixed
- Not using grouped events (#2607)

Expand Down Expand Up @@ -1344,7 +1346,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.4.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.4.2...HEAD
[5.4.2]: https://github.com/subquery/subql/compare/node/5.4.1...node/5.4.2
[5.4.1]: https://github.com/subquery/subql/compare/node/5.4.0...node/5.4.1
[5.4.0]: https://github.com/subquery/subql/compare/node/5.3.0...node/5.4.0
[5.3.0]: https://github.com/subquery/subql/compare/node/5.2.9...node/5.3.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": "5.4.2-0",
"version": "5.4.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.4.1"
]
}

0 comments on commit 93ffb0a

Please sign in to comment.