Skip to content

Commit

Permalink
[release] 20240925 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Sep 25, 2024
1 parent 97d37ad commit 7d42595
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/28107c27.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
2 changes: 2 additions & 0 deletions .yarn/versions/6c9eef4c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-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.3] - 2024-09-25
### Changed
- Bump common, Added manifest support for query-subgraph.

## [4.5.2] - 2024-08-27
### Fixed
- Abi validation not working with `!null` filter (#341)
Expand Down Expand Up @@ -208,7 +212,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.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...HEAD
[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
[4.5.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.4.0...common-ethereum/4.5.0
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.2",
"version": "4.5.3",
"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.1",
"@subql/common": "^5.1.3",
"@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.4] - 2024-09-25
### Changed
- Bump common, Added manifest support for query-subgraph.

## [5.1.3] - 2024-08-28
### Fixed
- Dictionary grouping optimisation regression (#344)
Expand Down Expand Up @@ -552,7 +556,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.3...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...HEAD
[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
[5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2
[5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.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-ethereum",
"version": "5.1.3",
"version": "5.1.4",
"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.1",
"@subql/common": "^5.1.3",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^14.1.2",
"@subql/testing": "^2.2.1",
Expand Down
22 changes: 19 additions & 3 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.1
"@subql/common": ^5.1.3
"@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.1, @subql/common@npm:^5.1.1":
"@subql/common@npm:5.1.1":
version: 5.1.1
resolution: "@subql/common@npm:5.1.1"
dependencies:
Expand All @@ -2995,6 +2995,22 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
"@subql/types-core": 1.1.1
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: 8946cca78246460c5a9474548b3e83e276fe29e80b4c654213f43ef5c4a4b2f7f4f06c8e124d6b91855084e4afeef0059df33aa8cd7d372c4586b51cc437dbd3
languageName: node
linkType: hard

"@subql/node-core@npm:^14.1.2":
version: 14.1.2
resolution: "@subql/node-core@npm:14.1.2"
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.1
"@subql/common": ^5.1.3
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^14.1.2
"@subql/testing": ^2.2.1
Expand Down

0 comments on commit 7d42595

Please sign in to comment.