Skip to content

Commit

Permalink
[release] 20231128 (#2186)
Browse files Browse the repository at this point in the history
* [release] 20231128

* pr number
  • Loading branch information
jiqiang90 authored Nov 28, 2023
1 parent b3bc929 commit 3dd9594
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
7 changes: 5 additions & 2 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1] - 2023-11-28
### Fixed
- Fix ipfs deployment templates path failed to resolved, issue was introduced in #2182
- Fix ipfs deployment templates path failed to resolved, issue was introduced in #2182 (#2185)
- Update @subql/apollo-links to fix network dictionary timeout but not fallback to config dictionary issue

## [7.0.0] - 2023-11-27
### Added
Expand Down Expand Up @@ -505,7 +507,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.1...HEAD
[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
[6.4.2]: https://github.com/subquery/subql/compare/node-core/6.4.1...node-core/6.4.2
[6.4.1]: https://github.com/subquery/subql/compare/node-core/6.4.0...node-core/6.4.1
Expand Down
7 changes: 3 additions & 4 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.1-0",
"version": "7.0.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,7 +24,7 @@
"@nestjs/common": "^9.4.0",
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/schedule": "^3.0.1",
"@subql/apollo-links": "^1.2.2",
"@subql/apollo-links": "^1.2.3",
"@subql/common": "workspace:*",
"@subql/testing": "workspace:*",
"@subql/types": "workspace:*",
Expand All @@ -46,6 +46,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "7.0.0"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.4] - 2023-11-28
### Fixed
- Fix ipfs deployment templates path failed to resolved, issue was introduced node-core 7.0.0
- Update with node-core to fix network dictionary timeout but not fallback to config dictionary issue

## [3.4.3] - 2023-11-27
### Changed
Expand Down Expand Up @@ -1066,7 +1068,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.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.4...HEAD
[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
[3.4.2]: https://github.com/subquery/subql/compare/node/3.4.1...node/3.4.2
[3.4.1]: https://github.com/subquery/subql/compare/node/3.4.0...node/3.4.1
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.4-0",
"version": "3.4.4",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.4.3"
]
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6292,7 +6292,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/apollo-links@npm:^1.2.2":
"@subql/apollo-links@npm:^1.2.3":
version: 1.100.0
resolution: "@subql/apollo-links@npm:1.100.0"
dependencies:
Expand Down Expand Up @@ -6602,7 +6602,7 @@ __metadata:
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/apollo-links": ^1.2.2
"@subql/apollo-links": ^1.2.3
"@subql/common": "workspace:*"
"@subql/testing": "workspace:*"
"@subql/types": "workspace:*"
Expand Down

0 comments on commit 3dd9594

Please sign in to comment.