diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index 4e8ed32a27..6973798075 100644 --- a/packages/common-ethereum/CHANGELOG.md +++ b/packages/common-ethereum/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.4] - 2023-09-04 +### Fixed +- Previous failed release + ## [2.2.3] - 2023-09-01 ### Fixed - Sync with common `@subql/common` (#141) @@ -58,7 +62,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/2.2.3...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.4...HEAD +[2.2.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.3...common-ethereum/2.2.4 [2.2.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.2...common-ethereum/2.2.3 [2.2.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.1...common-ethereum/2.2.2 [2.2.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.0...common-ethereum/2.2.1 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index 91e841f944..d30e059d18 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-ethereum", - "version": "2.2.3", + "version": "2.2.4", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index ac0d337c21..1f3c0c888f 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.12.2] - 2023-09-04 +### Fixed +- Previous failed release + ## [2.12.1] - 2023-09-01 ### Fixed - Update `node-core` to 4.2.6, fix timeout issue for unavailable networks in dictionary resolver. @@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fallback to singular provider if batch provider is not supported (#144) - Fix missing ds option for event in dictionary query entries (#145) - Update `node-core` to 4.2.5, fix dictionary failed to get token issue. + ### Added - Custom provider for Celo (#147) @@ -27,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.10.0] - 2023-07-31 ### Added - Added `!null` filter for logs (#135) + ### Changed - Update license to GPL-3.0 (#137) - Updated retry logic for eth requests (#134) @@ -211,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Init release [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...HEAD +[2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2 [2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1 [2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0 [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1 diff --git a/packages/node/package.json b/packages/node/package.json index 65f7d7632e..45491d0fa9 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "2.12.1", + "version": "2.12.2", "description": "", "author": "Ian He", "license": "GPL-3.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 35fc70712b..156f9fe66b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.5] - 2023-09-04 +### Fixed +- Previous failed release + ## [2.2.4] - 2023-08-14 ### Fixed - fix missing `unsafeApi` in the global (#141) @@ -56,7 +60,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/types/2.2.4...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.5...HEAD +[2.2.5]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/2.2.4...types-ethereum/2.2.5 [2.2.4]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...types/2.2.4 [2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3 [2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2 diff --git a/packages/types/package.json b/packages/types/package.json index 565384cc3d..d809e95036 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-ethereum", - "version": "2.2.4", + "version": "2.2.5", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql",