diff --git a/.yarn/versions/147cea42.yml b/.yarn/versions/147cea42.yml new file mode 100644 index 0000000000..fe7476258f --- /dev/null +++ b/.yarn/versions/147cea42.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-ethereum" diff --git a/.yarn/versions/150b82fe.yml b/.yarn/versions/150b82fe.yml new file mode 100644 index 0000000000..8d00cf0c43 --- /dev/null +++ b/.yarn/versions/150b82fe.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/node-ethereum" diff --git a/.yarn/versions/37a0628b.yml b/.yarn/versions/37a0628b.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.yarn/versions/453b5731.yml b/.yarn/versions/453b5731.yml new file mode 100644 index 0000000000..1e2c712b1e --- /dev/null +++ b/.yarn/versions/453b5731.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-ethereum" diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index 1778cb7c79..751f751d3b 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.4.0] - 2024-07-26 ### Changed - Enable ts strict @@ -195,7 +196,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.3.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.4.0...HEAD +[4.4.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.3.0...common-ethereum/4.4.0 [4.3.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.2.0...common-ethereum/4.3.0 [4.2.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.1.0...common-ethereum/4.2.0 [4.1.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.0.0...common-ethereum/4.1.0 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index 3698b40da7..c1857dbcf8 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-ethereum", - "version": "4.3.1-0", + "version": "4.4.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.3.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 4d68a88d7b..564e746497 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,10 +5,14 @@ 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] + +## [5.0.0] - 2024-07-26 ### Changed - Enable ts strict mode -- Update to latest `@subql/node-core` (#330) - Use Subquery Project code from node core (#331) +- Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#330) +### Fixed +- Bump with `@subql/node-core`, fixed various issues causing poi inconsistency (#2497) ## [4.7.3] - 2024-07-16 ### Fixed @@ -522,7 +526,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.7.3...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.0...HEAD +[5.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...node-ethereum/5.0.0 [4.7.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...node-ethereum/4.7.3 [4.7.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.1...node-ethereum/4.7.2 [4.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.0...node-ethereum/4.7.1 diff --git a/packages/node/package.json b/packages/node/package.json index c6b6747b07..0385b259c6 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "4.7.4-2", + "version": "5.0.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -58,6 +58,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.7.4-1" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9296e0daf2..92bca85696 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.12.0] - 2024-07-26 ### Changed - Enable ts strict @@ -140,7 +141,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.11.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.12.0...HEAD +[3.12.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.11.0...types-ethereum/3.12.0 [3.11.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.10.0...types-ethereum/3.11.0 [3.10.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.9.0...types-ethereum/3.10.0 [3.9.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.8.0...types-ethereum/3.9.0 diff --git a/packages/types/package.json b/packages/types/package.json index ffe1cfb18b..28005c23ad 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-ethereum", - "version": "3.11.1-0", + "version": "3.12.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.10.0" - }, - "stableVersion": "3.11.0" + } }