Skip to content

Commit

Permalink
[release] 20230901 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Aug 31, 2023
1 parent a495b20 commit 4c53cb5
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 183 deletions.
Empty file removed .yarn/versions/040b3580.yml
Empty file.
Empty file removed .yarn/versions/1cf5e7e3.yml
Empty file.
Empty file removed .yarn/versions/50d5b43a.yml
Empty file.
Empty file removed .yarn/versions/9fb909d4.yml
Empty file.
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.3] - 2023-09-01
### Fixed
- Sync with common `@subql/common` (#141)

## [2.2.2] - 2023-08-14
### Fixed
- Sync with common `@subql/common` (#141)
Expand Down Expand Up @@ -54,7 +58,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.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.3...HEAD
[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
[2.2.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.1.3...common-ethereum/2.2.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": "2.2.2",
"version": "2.2.3",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -13,7 +13,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^2.5.0",
"@subql/common": "^2.6.0",
"@subql/types-ethereum": "workspace:*",
"js-yaml": "^4.1.0",
"pino": "^6.13.3",
Expand Down
9 changes: 6 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.12.0] - 2023-09-01
### Fixed
- 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 Down Expand Up @@ -204,14 +206,15 @@ 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/2.11.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...HEAD
[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
[2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
[2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
[2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
[2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum//2.6.0...node-ethereum/2.6.1
[2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
[2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
[2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2
Expand Down
9 changes: 4 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "2.11.1-3",
"version": "2.12.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^2.5.0",
"@subql/common": "^2.6.0",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^4.2.1",
"@subql/node-core": "^4.2.5",
"@subql/testing": "^2.0.0",
"@subql/types": "^2.1.4",
"@subql/types-ethereum": "workspace:*",
Expand Down Expand Up @@ -66,6 +66,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.11.1-2"
]
}
Loading

0 comments on commit 4c53cb5

Please sign in to comment.