Skip to content

Commit

Permalink
[release] 20240606 (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jun 5, 2024
1 parent 48d4bfb commit d9e07c0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/920dae9d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
4 changes: 3 additions & 1 deletion packages/node-core/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]

## [10.4.1] - 2024-06-06
### Fixed
- Fix various issue in monitor service, file naming issue and export admin service from node-core

Expand Down Expand Up @@ -707,7 +708,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.4.1...HEAD
[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
[10.3.2]: https://github.com/subquery/subql/compare/node-core/10.3.1...node-core/10.3.2
[10.3.1]: https://github.com/subquery/subql/compare/node-core/10.3.0...node-core/10.3.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": "10.4.1-0",
"version": "10.4.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -48,6 +48,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "10.4.0"
}
}
6 changes: 4 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.6.1] - 2024-06-06
### Fixed
- Fix import admin from node-core, update dockerfile to fix monitor default directory permission issue
- Fix import admin from node-core, update dockerfile to fix monitor default directory permission issue

## [4.6.0] - 2024-06-05
### Added
Expand Down Expand Up @@ -1211,7 +1212,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.6.1...HEAD
[4.6.1]: https://github.com/subquery/subql/compare/node/4.6.0...node/4.6.1
[4.6.0]: https://github.com/subquery/subql/compare/node/4.5.1...node/4.6.0
[4.5.1]: https://github.com/subquery/subql/compare/node/4.5.0...node/4.5.1
[4.5.0]: https://github.com/subquery/subql/compare/node/4.4.2...node/4.5.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.6.1-0",
"version": "4.6.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.6.0"
]
}

0 comments on commit d9e07c0

Please sign in to comment.