diff --git a/.yarn/versions/35d0cdaf.yml b/.yarn/versions/35d0cdaf.yml new file mode 100644 index 0000000000..8d00cf0c43 --- /dev/null +++ b/.yarn/versions/35d0cdaf.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/node-ethereum" diff --git a/.yarn/versions/52a7ab18.yml b/.yarn/versions/52a7ab18.yml new file mode 100644 index 0000000000..1abe0096c5 --- /dev/null +++ b/.yarn/versions/52a7ab18.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/types-ethereum" diff --git a/.yarn/versions/e8b2457e.yml b/.yarn/versions/e8b2457e.yml new file mode 100644 index 0000000000..1e2c712b1e --- /dev/null +++ b/.yarn/versions/e8b2457e.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-ethereum" diff --git a/.yarn/versions/f7889baf.yml b/.yarn/versions/f7889baf.yml new file mode 100644 index 0000000000..fe7476258f --- /dev/null +++ b/.yarn/versions/f7889baf.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-ethereum" diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index 6587f66521..315024ad63 100644 --- a/packages/common-ethereum/CHANGELOG.md +++ b/packages/common-ethereum/CHANGELOG.md @@ -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) @@ -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 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index c4ecb8fe9f..4c07f884fc 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -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", @@ -35,6 +35,5 @@ "@types/rimraf": "3.0.2", "ejs": "3.1.10", "lodash": "4.17.21" - }, - "stableVersion": "4.0.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 6a8ea1770b..669f74d4a6 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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` @@ -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 diff --git a/packages/node/package.json b/packages/node/package.json index 2debee8874..adb32d518f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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", @@ -58,6 +58,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.6.0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e7bb99794c..ce8929cfea 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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) @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index 0aa1479c4c..00f96c0281 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", @@ -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" + } }