Skip to content

Commit

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

* [release] 20240306

---------

Co-authored-by: bz888 <bz888@users.noreply.github.com>
Co-authored-by: bz888 <ziyu.ben158@gmail.com>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent eab735c commit bc368fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 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.0] - 2024-03-06
### Changed
- Update `@subql/node-core` to 7.4.0

## [3.8.1] - 2024-03-01
### Fixed
- Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions
Expand Down Expand Up @@ -368,7 +372,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.8.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.9.0...HEAD
[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
[3.5.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.5.0...node-cosmos/3.5.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-cosmos",
"version": "3.8.1",
"version": "3.9.0",
"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.3.1",
"@subql/node-core": "^7.4.0",
"@subql/types-cosmos": "workspace:*",
"cosmjs-types": "^0.7.0",
"cron-converter": "^1.0.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3847,9 +3847,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^7.3.1":
version: 7.3.1
resolution: "@subql/node-core@npm:7.3.1"
"@subql/node-core@npm:^7.4.0":
version: 7.4.0
resolution: "@subql/node-core@npm:7.4.0"
dependencies:
"@apollo/client": ^3.8.8
"@nestjs/common": ^9.4.0
Expand All @@ -3859,7 +3859,7 @@ __metadata:
"@subql/common": 3.4.1
"@subql/testing": 2.1.1-0
"@subql/types": 3.3.1
"@subql/utils": 2.7.1
"@subql/utils": 2.8.0
"@willsoto/nestjs-prometheus": ^5.4.0
async-lock: ^1.4.0
async-mutex: ^0.4.0
Expand All @@ -3875,7 +3875,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 7be24b2a363a4fe4ee4f17a1b468e1b1acdaa3d1fa68b0af77f5d87c1d7a01a47538ae5221f6169a19fa40c852d6f40907fad31b5d958e667e545149d64b8d81
checksum: 2a48a448bfb9501f2298adb4a73a3b53f54de3f6a7b6e468953f9fcbf9ec1431fbe4456df59eb4af4f757d02dc493ea408cf4a504a2bce380662b1014f9c9b59
languageName: node
linkType: hard

Expand All @@ -3896,7 +3896,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.4.1
"@subql/common-cosmos": "workspace:*"
"@subql/node-core": ^7.3.1
"@subql/node-core": ^7.4.0
"@subql/types-cosmos": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -3971,9 +3971,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/utils@npm:2.7.1":
version: 2.7.1
resolution: "@subql/utils@npm:2.7.1"
"@subql/utils@npm:2.8.0":
version: 2.8.0
resolution: "@subql/utils@npm:2.8.0"
dependencies:
"@polkadot/util": ^12.5.1
"@polkadot/util-crypto": ^12.5.1
Expand All @@ -3989,7 +3989,7 @@ __metadata:
rotating-file-stream: ^3.0.2
semver: ^7.5.2
tar: ^6.1.11
checksum: 15b19451faf0565d4497aaf9a59f86a84b25933b5e8cbb0a8900bee36526e7e0d8a35da4c47f27124123a484a5fe9f0fa0328d36d2a8d255693537a0eb7d4560
checksum: fa311fd7095f9e1ccc22f78113cccf744296722b921c1b1b405e9121f492baadd996eb68f5e21ef947295b767ab7172e7318b2a44e8a7c7f2ff577209a30eb11
languageName: node
linkType: hard

Expand Down

0 comments on commit bc368fb

Please sign in to comment.