Skip to content

Commit

Permalink
[release] 20240731 (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 31, 2024
1 parent 13bbe81 commit 67bd51c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/f94438ba.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]

## [13.0.2] - 2024-07-31
### Fixed
- Fixed project upgrade missing reload network chainTypes when `onProjectChange` (#2505)

Expand Down Expand Up @@ -789,7 +790,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/13.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/13.0.2...HEAD
[13.0.2]: https://github.com/subquery/subql/compare/node-core/13.0.1...node-core/13.0.2
[13.0.1]: https://github.com/subquery/subql/compare/node-core/13.0.0...node-core/13.0.1
[13.0.0]: https://github.com/subquery/subql/compare/node-core/12.0.0...node-core/13.0.0
[12.0.0]: https://github.com/subquery/subql/compare/node-core/11.0.0...node-core/12.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": "13.0.2-0",
"version": "13.0.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": "13.0.1"
}
}
5 changes: 4 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]

## [5.0.2] - 2024-07-31
### Fixed
- Fixed api not reloading new deployment chainTypes when project upgrades (#2505)

Expand All @@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Breaking change: Update with `@subql/node-core`, require indexing environment timezone set to UTC (#2495)
- Update SubqueryProject to use code from node-core (#2496)

### Fixed
- Bump with `@subql/node-core`, fixed various issues causing poi inconsistency (#2497)

Expand Down Expand Up @@ -1278,7 +1280,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.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.0.2...HEAD
[5.0.2]: https://github.com/subquery/subql/compare/node/5.0.1...node/5.0.2
[5.0.1]: https://github.com/subquery/subql/compare/node/5.0.0...node/5.0.1
[5.0.0]: https://github.com/subquery/subql/compare/node/4.9.0...node/5.0.0
[4.9.0]: https://github.com/subquery/subql/compare/node/4.8.2...node/4.9.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.0.2-1",
"version": "5.0.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.0.2-0"
]
}

0 comments on commit 67bd51c

Please sign in to comment.