Skip to content

Commit

Permalink
[release] 20231128 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 28, 2023
1 parent 8ac6b2c commit 312c51c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
10 changes: 8 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.1] - 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.0] - 2023-11-27
### Changed
- Update `@subql/node-core` with minor fixes
Expand All @@ -16,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.3.1] - 2023-11-13
### Changed
- Updates to match changes in
- Updates to match changes in `@subql/node-core` (#34)
- Dictionary service to use dictionary registry
- Use yargs from node core

Expand Down Expand Up @@ -55,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.12.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.1...HEAD
[3.4.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.4.0...node-stellar/3.4.1
[3.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.2...node-stellar/3.4.0
[3.3.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...node-stellar/3.3.2
[3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-stellar",
"version": "3.4.0",
"version": "3.4.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -27,7 +27,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.0",
"@subql/common-stellar": "workspace:*",
"@subql/node-core": "^7.0.0",
"@subql/node-core": "^7.0.1",
"@subql/testing": "^2.0.0",
"@subql/types": "^2.2.1-1",
"@subql/types-stellar": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3122,7 +3122,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 @@ -3196,15 +3196,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
Expand All @@ -3223,7 +3223,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 0c83ef7d7540c6ae667faaec69c7ad542880c481c763199bccaa22bb4110ee9a516cc29a4dc74e99be48157b1ccc0668cad24f8fb3910977146e2293ff3f5a91
checksum: 61060f1578cb8698ff3ed9a8ece1ae045e27704a1ce37dfbb2bac75cc7d4babf006582ca2d9539f3fb2d07a6af22d45daec7649ca7894f92b08df918203712be
languageName: node
linkType: hard

Expand All @@ -3241,7 +3241,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.0
"@subql/common-stellar": "workspace:*"
"@subql/node-core": ^7.0.0
"@subql/node-core": ^7.0.1
"@subql/testing": ^2.0.0
"@subql/types": ^2.2.1-1
"@subql/types-stellar": "workspace:*"
Expand Down

0 comments on commit 312c51c

Please sign in to comment.