From 4bc01e9e15ce3fcc12e72594eee43ef1aee82e79 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Tue, 27 Aug 2024 10:25:15 +1200 Subject: [PATCH] [release] 20240827 (#343) --- .yarn/versions/7bda7b1c.yml | 3 +++ .yarn/versions/c65f3a9e.yml | 3 +++ packages/common-ethereum/CHANGELOG.md | 5 ++++- packages/common-ethereum/package.json | 5 ++--- packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- 6 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 .yarn/versions/7bda7b1c.yml create mode 100644 .yarn/versions/c65f3a9e.yml diff --git a/.yarn/versions/7bda7b1c.yml b/.yarn/versions/7bda7b1c.yml new file mode 100644 index 0000000000..1abe0096c5 --- /dev/null +++ b/.yarn/versions/7bda7b1c.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/types-ethereum" diff --git a/.yarn/versions/c65f3a9e.yml b/.yarn/versions/c65f3a9e.yml new file mode 100644 index 0000000000..3274be4cbe --- /dev/null +++ b/.yarn/versions/c65f3a9e.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-ethereum" + - "@subql/types-ethereum" diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index 5227d039d3..1c574e06ea 100644 --- a/packages/common-ethereum/CHANGELOG.md +++ b/packages/common-ethereum/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [4.5.2] - 2024-08-27 ### Fixed - Abi validation not working with `!null` filter (#341) @@ -206,7 +208,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.5.1...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.2...HEAD +[4.5.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...common-ethereum/4.5.2 [4.5.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.0...common-ethereum/4.5.1 [4.5.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.4.0...common-ethereum/4.5.0 [4.4.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.3.0...common-ethereum/4.4.0 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index 02888f1122..8d2939f21d 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-ethereum", - "version": "4.5.2-0", + "version": "4.5.2", "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.5.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 61b1461ae4..19c8e9a7f8 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,6 +5,8 @@ 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.1.2] - 2024-08-27 ### Changed - Use constant for filter `!null` value (#341) @@ -545,7 +547,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/5.1.1...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...HEAD +[5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2 [5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1 [5.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...node-ethereum/5.1.0 [5.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.0...node-ethereum/5.0.1 diff --git a/packages/node/package.json b/packages/node/package.json index b5e67f6f1b..c0d5130875 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "5.1.2-0", + "version": "5.1.2", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "5.1.1" + ] }