From 0fe24ec904f4f6bb5bf236152b3a72acf9480f59 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Mon, 22 May 2023 15:18:13 +1200 Subject: [PATCH] [release] 20230522 fix (#92) --- packages/node/CHANGELOG.md | 1 + packages/node/package.json | 5 ++--- packages/types/CHANGELOG.md | 7 ++++++- packages/types/package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 93a5662672..f5758f0faf 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] + ## [2.2.2] - 2023-05-22 ### Changed - Update to latest `@subql/node-core` diff --git a/packages/node/package.json b/packages/node/package.json index 698ba2056b..6d4a6b800d 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-ethereum", - "version": "2.2.1-4", + "version": "2.2.2", "description": "", "author": "Ian He", "license": "Apache-2.0", @@ -67,6 +67,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.2.1-3" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index d8e942e5a5..a8b8aff3bc 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.1] - 2023-05-22 +### Fixed +- Previous release failed + ## [2.2.0] - 2023-05-22 ### Fixed - Add chainId to global (#77) @@ -44,7 +48,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/v2.2.0...HEAD +[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.1...HEAD +[2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1 [2.2.0]: https://github.com/subquery/subql-ethereum/compare/types/v2.1.0...types/v2.2.0 [2.1.0]: https://github.com/subquery/subql-ethereum/compare/types/2.0.0v.../types/v2.1.0 [2.0.0]: https://github.com/subquery/subql-ethereum/compare/types/1.0.1v.../types/v2.0.0 diff --git a/packages/types/package.json b/packages/types/package.json index 6407c79b9c..8edb596192 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-ethereum", - "version": "2.2.0", + "version": "2.2.1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql",