From 310e9c5b415721ede6e72de235b0fa58c5484298 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Tue, 28 Nov 2023 13:58:52 +1300 Subject: [PATCH 1/2] [release] 20231128 --- packages/node/CHANGELOG.md | 10 ++++++++-- packages/node/package.json | 4 ++-- yarn.lock | 14 +++++++------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 949a5786..b4764103 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,11 @@ 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 - Update `@subql/node-core` with minor fixes @@ -20,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.0] - 2023-11-14 ### Changed -- Updates to match changes in `@subql/node-core` (#83) +- Updates to match changes in - Dictionary service to use dictionary registry - Use yargs from node core @@ -172,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `toJson` method to function args (#9) ## 1.18.0 - 2023-01-26 -[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.4.3...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.4.4...HEAD +[3.4.4]: https://github.com/subquery/subql-near/compare/node-near/3.4.3...node-near/3.4.4 [3.4.3]: https://github.com/subquery/subql-near/compare/node-near/3.4.2...node-near/3.4.3 [3.4.2]: https://github.com/subquery/subql-near/compare/node-near/3.4.1...node-near/3.4.2 [3.4.1]: https://github.com/subquery/subql-near/compare/node-near/3.4.0...node-near/3.4.1 diff --git a/packages/node/package.json b/packages/node/package.json index 8b7522d8..13de344f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "3.4.3", + "version": "3.4.4", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -27,7 +27,7 @@ "@nestjs/schedule": "^3.0.1", "@subql/common": "^3.3.0", "@subql/common-near": "workspace:*", - "@subql/node-core": "^7.0.0", + "@subql/node-core": "^7.0.1", "@subql/types-near": "workspace:*", "cron-converter": "^1.0.2", "eventemitter2": "^6.4.5", diff --git a/yarn.lock b/yarn.lock index 9329254a..371da8a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3230,7 +3230,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: @@ -3303,15 +3303,15 @@ __metadata: languageName: node linkType: hard -"@subql/node-core@npm:^7.0.0": - version: 7.0.0 - resolution: "@subql/node-core@npm:7.0.0" +"@subql/node-core@npm:^7.0.1": + version: 7.0.1 + resolution: "@subql/node-core@npm:7.0.1" dependencies: "@apollo/client": ^3.7.16 "@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": 3.3.1-0 "@subql/testing": 2.1.0 "@subql/types": 3.3.0 @@ -3330,7 +3330,7 @@ __metadata: tar: ^6.1.11 vm2: ^3.9.19 yargs: ^16.2.0 - checksum: 0c83ef7d7540c6ae667faaec69c7ad542880c481c763199bccaa22bb4110ee9a516cc29a4dc74e99be48157b1ccc0668cad24f8fb3910977146e2293ff3f5a91 + checksum: 61060f1578cb8698ff3ed9a8ece1ae045e27704a1ce37dfbb2bac75cc7d4babf006582ca2d9539f3fb2d07a6af22d45daec7649ca7894f92b08df918203712be languageName: node linkType: hard @@ -3348,7 +3348,7 @@ __metadata: "@nestjs/testing": ^9.4.0 "@subql/common": ^3.3.0 "@subql/common-near": "workspace:*" - "@subql/node-core": ^7.0.0 + "@subql/node-core": ^7.0.1 "@subql/types-near": "workspace:*" "@types/express": ^4.17.13 "@types/jest": ^27.4.0 From 29715d353c3497aa14e4f9884794ac69e9fba883 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Tue, 28 Nov 2023 13:59:45 +1300 Subject: [PATCH 2/2] fix changelog --- packages/node/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index b4764103..7fc3d785 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.0] - 2023-11-14 ### Changed -- Updates to match changes in +- Updates to match changes in `@subql/node-core` (#83) - Dictionary service to use dictionary registry - Use yargs from node core