Skip to content

Commit

Permalink
[release] 20231204 (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Dec 3, 2023
1 parent bf7a4a5 commit ed5d8e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/4ac5f103.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
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]

## [7.0.3] - 2023-12-04
### Fixed
- Fixed resolved asset file with incorrect format and content in #2185

Expand Down Expand Up @@ -517,7 +518,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/7.0.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.3...HEAD
[7.0.3]: https://github.com/subquery/subql/compare/node-core/7.0.2...node-core/7.0.3
[7.0.2]: https://github.com/subquery/subql/compare/node-core/7.0.1...node-core/7.0.2
[7.0.1]: https://github.com/subquery/subql/compare/node-core/7.0.0...node-core/7.0.1
[7.0.0]: https://github.com/subquery/subql/compare/node-core/6.4.2...node-core/7.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": "7.0.3-0",
"version": "7.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 @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "7.0.2"
}
}
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.6] - 2023-12-04
### Fixed
- Update `@subql/node-core` with fixes

## [3.4.5] - 2023-11-30
### Changed
- Update `@subql/node-core` with fixes (#2187, #2189)
Expand Down Expand Up @@ -1072,7 +1076,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/3.4.5...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.6...HEAD
[3.4.6]: https://github.com/subquery/subql/compare/node/3.4.5...node/3.4.6
[3.4.5]: https://github.com/subquery/subql/compare/node/3.4.4...node/3.4.5
[3.4.4]: https://github.com/subquery/subql/compare/node/3.4.3...node/3.4.4
[3.4.3]: https://github.com/subquery/subql/compare/node/3.4.2...node/3.4.3
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": "3.4.6-0",
"version": "3.4.6",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.4.5"
]
}

0 comments on commit ed5d8e3

Please sign in to comment.