Skip to content

Commit

Permalink
[release] 20240710 (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 10, 2024
1 parent 44e66cb commit b0fb60e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/0d3c95d9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
6 changes: 4 additions & 2 deletions packages/node-core/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]

## [10.10.2] - 2024-07-10
### Fixed
- Fix issue admin api can not get `dbSize` due to it not been set in _metadata table
- Fix issue admin api can not get `dbSize` due to it not been set in \_metadata table

## [10.10.1] - 2024-07-09
### Added
Expand Down Expand Up @@ -753,7 +754,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.10.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.10.2...HEAD
[10.10.2]: https://github.com/subquery/subql/compare/node-core/10.10.1...node-core/10.10.2
[10.10.1]: https://github.com/subquery/subql/compare/node-core/10.10.0...node-core/10.10.1
[10.10.0]: https://github.com/subquery/subql/compare/node-core/10.9.0...node-core/10.10.0
[10.9.0]: https://github.com/subquery/subql/compare/node-core/10.6.0...node-core/10.9.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": "10.10.2-0",
"version": "10.10.2",
"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.10.1"
}
}
4 changes: 3 additions & 1 deletion packages/node/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]

## [4.8.0] - 2024-07-10
### Changed
- Bump with `@subql/node-core`, fix admin api `dbSize` issue

Expand Down Expand Up @@ -1247,7 +1248,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.7.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.8.0...HEAD
[4.8.0]: https://github.com/subquery/subql/compare/node/4.7.1...node/4.8.0
[4.7.1]: https://github.com/subquery/subql/compare/node/4.7.0...node/4.7.1
[4.7.0]: https://github.com/subquery/subql/compare/node/4.6.6...node/4.7.0
[4.6.6]: https://github.com/subquery/subql/compare/node/4.6.5...node/4.6.6
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.7.2-0",
"version": "4.8.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.7.1"
]
}

0 comments on commit b0fb60e

Please sign in to comment.