Skip to content

Commit

Permalink
[release] Bump @subql/common dependency (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 23, 2024
1 parent 417d6e5 commit d63ec82
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/062e6b0f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-ethereum"
2 changes: 2 additions & 0 deletions .yarn/versions/3780c2f6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
7 changes: 6 additions & 1 deletion packages/common-ethereum/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]

## [4.5.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [4.5.3] - 2024-09-25
### Changed
- Bump common, Added manifest support for query-subgraph.
Expand Down Expand Up @@ -212,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.4...HEAD
[4.5.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...common-ethereum/4.5.4
[4.5.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.2...common-ethereum/4.5.3
[4.5.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...common-ethereum/4.5.2
[4.5.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.0...common-ethereum/4.5.1
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "4.5.3",
"version": "4.5.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/types-ethereum": "workspace:*",
"@typechain/ethers-v5": "^11.1.1",
"@zilliqa-js/crypto": "^3.5.0",
Expand Down
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]

## [5.1.6] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [5.1.5] - 2024-10-22
### Changed
- Bump `@subql/node-core` dependency (#347)
Expand Down Expand Up @@ -560,7 +564,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...HEAD
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
[5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
[5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
[5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
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-ethereum",
"version": "5.1.5",
"version": "5.1.6",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^14.1.6",
"@subql/testing": "^2.2.1",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-ethereum@workspace:packages/common-ethereum"
dependencies:
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/types-ethereum": "workspace:*"
"@typechain/ethers-v5": ^11.1.1
"@types/ejs": ^3.1.2
Expand All @@ -2979,7 +2979,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3":
"@subql/common@npm:5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
Expand All @@ -2995,6 +2995,22 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.1.4":
version: 5.1.4
resolution: "@subql/common@npm:5.1.4"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092
languageName: node
linkType: hard

"@subql/node-core@npm:^14.1.6":
version: 14.1.6
resolution: "@subql/node-core@npm:14.1.6"
Expand Down Expand Up @@ -3038,7 +3054,7 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^14.1.6
"@subql/testing": ^2.2.1
Expand Down Expand Up @@ -3082,6 +3098,13 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.0.0, @subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.1":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand All @@ -3091,13 +3114,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-ethereum@workspace:*, @subql/types-ethereum@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-ethereum@workspace:packages/types"
Expand Down

0 comments on commit d63ec82

Please sign in to comment.