diff --git a/.yarn/versions/1fcaf5da.yml b/.yarn/versions/1fcaf5da.yml deleted file mode 100644 index 5e7ad956..00000000 --- a/.yarn/versions/1fcaf5da.yml +++ /dev/null @@ -1,2 +0,0 @@ -undecided: - - "@subql/common-near" diff --git a/.yarn/versions/9701e350.yml b/.yarn/versions/9701e350.yml deleted file mode 100644 index 9dd9ca0c..00000000 --- a/.yarn/versions/9701e350.yml +++ /dev/null @@ -1,3 +0,0 @@ -undecided: - - "@subql/common-near" - - "@subql/types-near" diff --git a/.yarn/versions/edaab499.yml b/.yarn/versions/edaab499.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/common-near/CHANGELOG.md b/packages/common-near/CHANGELOG.md index c7b00ec4..7b077a09 100644 --- a/packages/common-near/CHANGELOG.md +++ b/packages/common-near/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2023-08-02 +### Changed +- update license and `@subql/common` (#56) + ## [2.3.0] - 2023-06-27 ### Changed - Sync with main sdk and update deps (#51) @@ -35,12 +39,13 @@ 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/2.3.0...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/2.4.0...HEAD +[2.4.0]: https://github.com/subquery/subql-near/compare/common-near/2.3.0...common-near/2.4.0 [2.3.0]: https://github.com/subquery/subql-near/compare/common-near/2.2.1...common-near/2.3.0 -[2.2.1]: https://github.com/subquery/subql-near/compare/common-near/2.2.0.../common-near/2.2.1 -[2.2.0]: 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 +[2.2.1]: https://github.com/subquery/subql-near/compare/common-near/2.2.0...common-near/2.2.1 +[2.2.0]: 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 6711df62..0a88307d 100644 --- a/packages/common-near/package.json +++ b/packages/common-near/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-near", - "version": "2.3.1-0", + "version": "2.4.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.3.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index aef33b88..76b1f68d 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.10.0] - 2023-08-02 +### Changed +- Sync with main sdk (#56) + ## [2.8.0] - 2023-06-27 ### Changed - Sync with main sdk and update deps (#51) @@ -106,7 +110,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/2.8.0...HEAD +[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/2.10.0...HEAD +[2.10.0]: https://github.com/subquery/subql-near/compare/node-near/2.8.0...node-near/2.10.0 [2.8.0]: https://github.com/subquery/subql-near/compare/node-near/2.6.1...node-near/2.8.0 [2.6.1]: https://github.com/subquery/subql-near/compare/node-near/2.6.0...node-near/2.6.1 [2.6.0]: https://github.com/subquery/subql-near/compare/node-near/2.5.2...node-near/2.6.0 diff --git a/packages/node/package.json b/packages/node/package.json index 631359dc..1909038f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "2.8.1-0", + "version": "2.10.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.8.0" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 50d2cc22..af8033f3 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.1.2] - 2023-08-02 +### Changed +- update license (#56) + ## [2.1.1] - 2023-05-17 ## [2.1.0] - 2023-05-17 @@ -32,3 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release +[Unreleased]: https://github.com/subquery/subql-near/compare/types-near/v2.1.2...HEAD +[2.1.2]: https://github.com/subquery/subql-near/compare/types-near/v2.1.1...types-near/v2.1.2 +[2.1.1]: https://github.com/subquery/subql-near/compare/types-near/v2.1.0...types-near/v2.1.1 +[2.1.0]: https://github.com/subquery/subql-near/compare/types-near/v2.0.0...types-near/v2.1.0 +[2.0.0]: https://github.com/subquery/subql-near/compare/types-near/v1.1.1...types-near/v2.0.0 +[1.1.1]: https://github.com/subquery/subql-near/compare/types-near/v1.1.0...types-near/v1.1.1 +[1.1.0]: https://github.com/subquery/subql-near/compare/types-near/v1.0.1...types-near/v1.1.0 +[1.0.1]: https://github.com/subquery/subql-near/compare/types-near/v1.0.0...types-near/v1.0.1 +[1.0.0]: https://github.com/subquery/subql-near/tags/1.0.0 \ No newline at end of file diff --git a/packages/types/package.json b/packages/types/package.json index d3e81d21..ba0bfe54 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-near", - "version": "2.1.2-0", + "version": "2.1.2", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -21,6 +21,5 @@ }, "devDependencies": { "@types/app-module-path": "^2.2.0" - }, - "stableVersion": "2.1.1" + } }