diff --git a/packages/common-near/CHANGELOG.md b/packages/common-near/CHANGELOG.md index 3294e7dd..7cc7bf57 100644 --- a/packages/common-near/CHANGELOG.md +++ b/packages/common-near/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.0] - 2024-04-10 ### Changed - version bump with `@subql/common` @@ -77,7 +78,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/3.3.1...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/3.4.0...HEAD +[3.4.0]: https://github.com/subquery/subql-near/compare/common-near/3.3.1...common-near/3.4.0 [3.3.1]: https://github.com/subquery/subql-near/compare/common-near/3.3.0...common-near/3.3.1 [3.3.0]: https://github.com/subquery/subql-near/compare/common-near/3.2.0...common-near/3.3.0 [3.2.0]: https://github.com/subquery/subql-near/compare/common-near/3.1.1...common-near/3.2.0 diff --git a/packages/common-near/package.json b/packages/common-near/package.json index af4bbadf..3baa0b30 100644 --- a/packages/common-near/package.json +++ b/packages/common-near/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-near", - "version": "3.3.2-1", + "version": "3.4.0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -27,6 +27,5 @@ "@types/bn.js": "4.11.6", "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "3.3.2-0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 364fc112..ebe86805 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.10.0] - 2024-04-10 ### Changed - Updated with node-core. Now dictionary supports multiple endpoints, indexer will fetch and switch dictionaries based on available blocks + ### Fixed - Updated with node-core ,also fixed: - Fix modulo block didn't apply correctly with multiple dataSources - Now when `workers` set to 0, it will use block dispatcher instead of throw and exit - ## [3.9.1] - 2024-03-14 ### Changed - Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix @@ -220,7 +221,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/3.9.1...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/3.10.0...HEAD +[3.10.0]: https://github.com/subquery/subql-near/compare/node-near/3.9.1...node-near/3.10.0 [3.9.1]: https://github.com/subquery/subql-near/compare/node-near/3.9.0...node-near/3.9.1 [3.9.0]: https://github.com/subquery/subql-near/compare/node-near/3.8.1...node-near/3.9.0 [3.8.1]: https://github.com/subquery/subql-near/compare/node-near/3.8.0...node-near/3.8.1 diff --git a/packages/node/package.json b/packages/node/package.json index 34c15f11..bff11383 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "3.9.2-1", + "version": "3.10.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.9.2-0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f8cc94e2..c4c48e07 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2024-04-10 ### Changed - Update `@subql/types-core` - ## [3.1.3] - 2024-02-07 ### Changed - Update `@subql/types-core` @@ -67,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Args type for funciton calls (#9) ## [1.0.0] - 2023-01-26 -[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/3.2.0...HEAD +[3.2.0]: https://github.com/subquery/subql-near/compare/types-near/3.1.3...types-near/3.2.0 [3.1.3]: https://github.com/subquery/subql-near/compare/types-near/3.1.2...types-near/3.1.3 [3.1.2]: https://github.com/subquery/subql-near/compare/types-near/3.1.1...types-near/3.1.2 [3.1.1]: https://github.com/subquery/subql-near/compare/types-near/3.1.0...types-near/3.1.1 diff --git a/packages/types/package.json b/packages/types/package.json index 875f78a4..3a2d030c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-near", - "version": "3.1.4-1", + "version": "3.2.0", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -23,6 +23,5 @@ }, "devDependencies": { "@types/app-module-path": "^2.2.0" - }, - "stableVersion": "3.1.4-0" + } }