diff --git a/packages/common-near/package.json b/packages/common-near/package.json index 6c75ca5a..2a5f41db 100644 --- a/packages/common-near/package.json +++ b/packages/common-near/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-near", - "version": "2.4.2-0", + "version": "2.4.1", "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.4.1" + } } diff --git a/packages/node/package.json b/packages/node/package.json index 2de64ea3..fb76b577 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-near", - "version": "2.10.3-0", + "version": "2.10.2", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.10.2" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7857e5b7..255c4a1c 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -49,4 +49,4 @@ Initial Release [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 +[1.0.0]: https://github.com/subquery/subql-near/tags/1.0.0