From dba3798e1b88fe7469afb0d6e1882cc259b58d46 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Fri, 2 Jun 2023 16:47:25 +1200 Subject: [PATCH] [release] 20230602 (#42) --- packages/common-near/CHANGELOG.md | 16 +++++++++++++++- packages/common-near/package.json | 5 ++--- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 5 ++--- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/packages/common-near/CHANGELOG.md b/packages/common-near/CHANGELOG.md index 89482336..d7933361 100644 --- a/packages/common-near/CHANGELOG.md +++ b/packages/common-near/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All logs must start with the format: [x.y.z] - yyyy-mm-dd +## [Unreleased] + +## [2.2.0] - 2023-06-02 +### Changed +- update common package (#41) + ## [2.1.1] - 2023-05-17 ## [2.1.0] - 2023-05-17 @@ -21,5 +27,13 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd - Add transaction receipts handlers and filters (#13) ## [1.0.0] - 2023-01-26 - +### Changed Initial Release + +[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/2.2.0...HEAD +[2.1.1]: https://github.com/subquery/subql-near/compare/common-near/2.1.1.../common-near/2.2.0 +[2.1.1]: https://github.com/subquery/subql-near/compare/common-near/2.1.0.../common-near/2.1.1 +[2.1.0]: https://github.com/subquery/subql-near/compare/common-near/2.0.0.../common-near/2.1.0 +[2.0.0]: https://github.com/subquery/subql-near/compare/common-near/1.1.0.../common-near/2.0.0 +[1.1.0]: https://github.com/subquery/subql-near/compare/common-near/1.0.0.../common-near/1.1.0 +[1.0.0]: https://github.com/subquery/subql-near/tags/1.0.0 diff --git a/packages/common-near/package.json b/packages/common-near/package.json index 1957ab32..808763ea 100644 --- a/packages/common-near/package.json +++ b/packages/common-near/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-near", - "version": "2.1.2-0", + "version": "2.2.0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -26,6 +26,5 @@ "@types/bn.js": "4.11.6", "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "2.1.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index ef093857..4556686b 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.0] - 2023-06-02 +### Fixed +- Updated dependencies with fixes and ported over relevant fixes from main sdk (#41) + ## [2.3.1] - 2023-05-25 ### Changed - Updated node-core to fix issue with base58 block hashes and POI @@ -76,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `toJson` method to function args (#9) ## 1.18.0 - 2023-01-26 -[Unreleased]: https://github.com/subquery/subql-near/compare/near/v2.3.1...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/near/v2.5.0...HEAD +[2.5.0]: https://github.com/subquery/subql-near/compare/near/v2.3.1...near/v2.5.0 [2.3.1]: https://github.com/subquery/subql-near/compare/near/v2.3.0...near/v2.3.1 [2.3.0]: https://github.com/subquery/subql-near/compare/node/v2.1.1...node/v2.3.0 diff --git a/packages/node/package.json b/packages/node/package.json index da1abd50..21a33843 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "2.3.2-0", + "version": "2.5.0", "description": "", "author": "Ian He", "license": "Apache-2.0", @@ -60,6 +60,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.3.1" + ] }