Skip to content

Commit

Permalink
[release] 20240314 (#238)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20240314

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Mar 14, 2024
1 parent 265e6c7 commit 4550447
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
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.9.1] - 2024-03-14
### Changed
- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix

## [3.9.0] - 2024-03-06
### Changed
- Update `@subql/node-core` to 7.4.0
Expand Down Expand Up @@ -372,7 +376,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.9.1...HEAD
[3.9.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.9.0...node-cosmos/3.9.1
[3.9.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.8.1...node-cosmos/3.9.0
[3.8.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.8.0...node-cosmos/3.8.1
[3.8.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.5.1...node-cosmos/3.8.0
Expand Down
7 changes: 3 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "3.9.1-0",
"version": "3.9.1",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.4.1",
"@subql/common-cosmos": "workspace:*",
"@subql/node-core": "^7.4.0",
"@subql/node-core": "^7.4.2",
"@subql/types-cosmos": "workspace:*",
"cosmjs-types": "^0.7.0",
"cron-converter": "^1.0.2",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.0"
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4029,9 +4029,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^7.4.0":
version: 7.4.0
resolution: "@subql/node-core@npm:7.4.0"
"@subql/node-core@npm:^7.4.2":
version: 7.4.2
resolution: "@subql/node-core@npm:7.4.2"
dependencies:
"@apollo/client": ^3.8.8
"@nestjs/common": ^9.4.0
Expand All @@ -4057,7 +4057,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 2a48a448bfb9501f2298adb4a73a3b53f54de3f6a7b6e468953f9fcbf9ec1431fbe4456df59eb4af4f757d02dc493ea408cf4a504a2bce380662b1014f9c9b59
checksum: d5115fd8981280821cad28779562282e6f2dd6fa7b7e8d0079142e56320e5748e1149a8db8ccd0e1f9e7d088a0c6ea0c4a2c5738cf5d4209641a66ad67e3781e
languageName: node
linkType: hard

Expand All @@ -4078,7 +4078,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.4.1
"@subql/common-cosmos": "workspace:*"
"@subql/node-core": ^7.4.0
"@subql/node-core": ^7.4.2
"@subql/types-cosmos": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down

0 comments on commit 4550447

Please sign in to comment.