diff --git a/.yarn/versions/1115b468.yml b/.yarn/versions/1115b468.yml new file mode 100644 index 00000000..5e7ad956 --- /dev/null +++ b/.yarn/versions/1115b468.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-near" diff --git a/.yarn/versions/705cd242.yml b/.yarn/versions/705cd242.yml new file mode 100644 index 00000000..e69de29b diff --git a/packages/common-near/CHANGELOG.md b/packages/common-near/CHANGELOG.md index 756b1c8c..d213c73a 100644 --- a/packages/common-near/CHANGELOG.md +++ b/packages/common-near/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.1.5] - 2024-11-27 ### Changed - Bump `@subql/common` dependency @@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add transaction receipts handlers and filters (#13) ## [1.0.0] - 2023-01-26 -[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.1.5...HEAD +[4.1.5]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...common-near/4.1.5 [4.1.4]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...common-near/4.1.4 [4.1.3]: https://github.com/subquery/subql-near/compare/common-near/4.1.0...common-near/4.1.3 [4.1.0]: https://github.com/subquery/subql-near/compare/common-near/4.0.0...common-near/4.1.0 diff --git a/packages/common-near/package.json b/packages/common-near/package.json index d24e8849..1ccd1223 100644 --- a/packages/common-near/package.json +++ b/packages/common-near/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-near", - "version": "4.1.5-0", + "version": "4.1.5", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -27,6 +27,5 @@ "@types/bn.js": "5.1.5", "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "4.1.4" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index fb67fc9a..21d6d87f 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,11 +5,12 @@ 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.1.0] - 2024-11-27 ### Added - Support for historical indexing by timestamp as well as block height - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. - ## [4.0.5] - 2024-10-23 ### Changed - Bump `@subql/common` dependency @@ -265,7 +266,8 @@ 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/node-near/4.0.5...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.1.0...HEAD +[4.1.0]: https://github.com/subquery/subql-near/compare/node-near/4.0.5...node-near/4.1.0 [4.0.5]: https://github.com/subquery/subql-near/compare/node-near/4.0.4...node-near/4.0.5 [4.0.4]: https://github.com/subquery/subql-near/compare/node-near/4.0.1...node-near/4.0.4 [4.0.1]: https://github.com/subquery/subql-near/compare/node-near/4.0.0...node-near/4.0.1 diff --git a/packages/node/package.json b/packages/node/package.json index ba987640..5bb230c1 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "4.0.6-0", + "version": "4.1.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -49,6 +49,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.0.5" + ] }