Skip to content

Commit

Permalink
[release] 20230904 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Sep 3, 2023
1 parent b9ca3ae commit d2511fb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
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]

## [2.2.4] - 2023-09-04
### Fixed
- Previous failed release

## [2.2.3] - 2023-09-01
### Fixed
- Sync with common `@subql/common` (#141)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "2.2.3",
"version": "2.2.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 7 additions & 0 deletions 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]

## [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.
Expand All @@ -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)

Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "2.12.1",
"version": "2.12.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/types/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]

## [2.2.5] - 2023-09-04
### Fixed
- Previous failed release

## [2.2.4] - 2023-08-14
### Fixed
- fix missing `unsafeApi` in the global (#141)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d2511fb

Please sign in to comment.