Skip to content

Commit

Permalink
[release] 20240729 (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 29, 2024
1 parent 660f04d commit ebcfdbb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/bad2bdac.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.1] - 2024-07-29
### Fixed
- Fixed get and set data not been deepCloned and data is not mutable
- Improved get bigInt type from json type
Expand Down Expand Up @@ -785,7 +786,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/13.0.1...HEAD
[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
[11.0.0]: https://github.com/subquery/subql/compare/node-core/10.10.2...node-core/11.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.1-0",
"version": "13.0.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": "13.0.0"
}
}
6 changes: 5 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1] - 2024-07-29
### Fixed
- Fixed default Timezone to UTC in dockerfile and package.json (#2505)
- Bump with `node-core`, fixed various data consistency issue with db and cache (#2504)

## [5.0.0] - 2024-07-25
### 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 @@ -1273,7 +1276,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.0.1...HEAD
[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
[4.8.2]: https://github.com/subquery/subql/compare/node/4.8.1...node/4.8.2
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.1-0",
"version": "5.0.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.0.0"
]
}

0 comments on commit ebcfdbb

Please sign in to comment.