Skip to content

Commit

Permalink
[release] 20240704 patch2 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 3, 2024
1 parent 4a432b7 commit bc6dcd3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/35d0cdaf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/node-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/52a7ab18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
2 changes: 2 additions & 0 deletions .yarn/versions/e8b2457e.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/f7889baf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
4 changes: 3 additions & 1 deletion packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0] - 2024-07-03
### Changed
- Moved cli method `getAbiInterface` to match with `EthereumNetworkModule` (#323)

Expand Down Expand Up @@ -182,7 +183,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.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.0.0...common-ethereum/4.1.0
[4.0.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.10.0...common-ethereum/4.0.0
[3.10.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.9.0...common-ethereum/3.10.0
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.8.3...common-ethereum/3.9.0
Expand Down
5 changes: 2 additions & 3 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.0.1-0",
"version": "4.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -35,6 +35,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "4.0.0"
}
}
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.7.0] - 2024-07-03
### Changed
- bump with `@subql/common-ethereum` and `@subql/types-ethereum`

Expand Down Expand Up @@ -505,7 +506,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/4.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.0...HEAD
[4.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.6.0...node-ethereum/4.7.0
[4.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.2...node-ethereum/4.6.0
[4.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.1...node-ethereum/4.5.2
[4.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.5.0...node-ethereum/4.5.1
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "4.6.1-0",
"version": "4.7.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -58,6 +58,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.6.0"
]
}
4 changes: 3 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.9.0] - 2024-07-03
### Added
- Add missing method `getAbiInterface` in type `EthereumNetworkModule` (#323)

Expand Down Expand Up @@ -125,7 +126,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-ethereum/3.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.9.0...HEAD
[3.9.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.8.0...types-ethereum/3.9.0
[3.8.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.7.0...types-ethereum/3.8.0
[3.7.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.1...types-ethereum/3.7.0
[3.6.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.0...types-ethereum/3.6.1
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-ethereum",
"version": "3.8.1-0",
"version": "3.9.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,6 +20,5 @@
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.7.2",
"@subql/types-core": "^0.8.1-1"
},
"stableVersion": "3.8.0"
}
}

0 comments on commit bc6dcd3

Please sign in to comment.