From 9b9c51c736b7d6e4eecb94e73fec31b31486fdc6 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Fri, 16 Aug 2024 13:51:14 +1200 Subject: [PATCH] [release] 20240816 (#338) --- .yarn/versions/3759c153.yml | 3 +++ .yarn/versions/62fff7b7.yml | 3 +++ .yarn/versions/b7b00d4d.yml | 3 +++ packages/common-ethereum/CHANGELOG.md | 5 ++++- packages/common-ethereum/package.json | 5 ++--- packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- packages/types/CHANGELOG.md | 5 ++++- packages/types/package.json | 5 ++--- 9 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 .yarn/versions/3759c153.yml create mode 100644 .yarn/versions/62fff7b7.yml create mode 100644 .yarn/versions/b7b00d4d.yml diff --git a/.yarn/versions/3759c153.yml b/.yarn/versions/3759c153.yml new file mode 100644 index 0000000000..3274be4cbe --- /dev/null +++ b/.yarn/versions/3759c153.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-ethereum" + - "@subql/types-ethereum" diff --git a/.yarn/versions/62fff7b7.yml b/.yarn/versions/62fff7b7.yml new file mode 100644 index 0000000000..8d00cf0c43 --- /dev/null +++ b/.yarn/versions/62fff7b7.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/node-ethereum" diff --git a/.yarn/versions/b7b00d4d.yml b/.yarn/versions/b7b00d4d.yml new file mode 100644 index 0000000000..1abe0096c5 --- /dev/null +++ b/.yarn/versions/b7b00d4d.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-ethereum" + - "@subql/types-ethereum" diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index 7e6de97f4b..354c1c8642 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.1] - 2024-08-16 ### Changed - Update `@subql/common` (#337) @@ -202,7 +204,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.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...HEAD +[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 [4.3.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.2.0...common-ethereum/4.3.0 diff --git a/packages/common-ethereum/package.json b/packages/common-ethereum/package.json index 4c42a1bbea..562805ae23 100644 --- a/packages/common-ethereum/package.json +++ b/packages/common-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-ethereum", - "version": "4.5.1-0", + "version": "4.5.1", "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.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 7b7a45be21..00da28d166 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.1] - 2024-08-16 ### Fixed - Empty dictionary v2 response resulting in all blocks within that range being indexed (#336) @@ -541,7 +543,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.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...HEAD +[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 [5.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...node-ethereum/5.0.0 diff --git a/packages/node/package.json b/packages/node/package.json index 6b772e7d8d..e24ef1e82c 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "5.1.1-1", + "version": "5.1.1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "5.1.1-0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 6d6264e076..2e46cb527f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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] + +## [3.13.1] - 2024-08-16 ### Changed - Update `@subql/types-core` with fix for datasource processors (#337) @@ -147,7 +149,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.13.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.1...HEAD +[3.13.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.0...types-ethereum/3.13.1 [3.13.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.12.0...types-ethereum/3.13.0 [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 diff --git a/packages/types/package.json b/packages/types/package.json index 3e16ab8640..afaa028c09 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-ethereum", - "version": "3.13.1-0", + "version": "3.13.1", "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": "^1.1.1" - }, - "stableVersion": "3.13.0" + } }