diff --git a/.yarn/versions/2c381cc7.yml b/.yarn/versions/2c381cc7.yml new file mode 100644 index 00000000..6b73f40f --- /dev/null +++ b/.yarn/versions/2c381cc7.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/node-cosmos" diff --git a/.yarn/versions/5dc26b93.yml b/.yarn/versions/5dc26b93.yml new file mode 100644 index 00000000..9b9ce5e9 --- /dev/null +++ b/.yarn/versions/5dc26b93.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/8e5687b3.yml b/.yarn/versions/8e5687b3.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/8e5687b3.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/95765d7c.yml b/.yarn/versions/95765d7c.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/95765d7c.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index 0c0d2f29..6e09a75e 100644 --- a/packages/common-cosmos/CHANGELOG.md +++ b/packages/common-cosmos/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.2] - 2024-08-12 +### Changed +- Update dependencies and enable strict TS setting (#278) + ## [5.0.1] - 2024-07-30 ### Changed - Update cosmos and subql dependencies (#270) @@ -150,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix chainTypes not being in deployments ## [0.0.5] - 2022-06-15 -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.2...HEAD +[5.0.2]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.1...common-cosmos/5.0.2 [5.0.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.0...common-cosmos/5.0.1 [5.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.4.0...common-cosmos/5.0.0 [4.4.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.3.0...common-cosmos/4.4.0 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index ab2aeb16..35e7c49b 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.2-0", + "version": "5.0.2", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -45,6 +45,5 @@ "ejs": "3.1.10", "lodash": "4.17.21", "rimraf": "^3.0.2" - }, - "stableVersion": "5.0.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 9a0117ee..89b2f9ef 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] +## [4.1.0] - 2024-08-12 +### Added +- Support for endpoint configs (#278) + ## [4.0.1] - 2024-07-30 ### Fixed - Chain types not loading correctly (#275) @@ -440,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.0...HEAD +[4.1.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.1...node-cosmos/4.1.0 [4.0.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.0.0...node-cosmos/4.0.1 [4.0.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.1...node-cosmos/4.0.0 [3.12.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.0...node-cosmos/3.12.1 diff --git a/packages/node/package.json b/packages/node/package.json index e6b27b43..32facef1 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.0.2-0", + "version": "4.1.0", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -56,6 +56,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.0.1" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 573d11f7..bd2590c2 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] +## [3.5.2] - 2024-08-12 +### Changed +- Update dependencies and enable strict TS setting (#278) + ## [3.5.1] - 2024-07-30 ### Changed - Update cosmos and subql dependencies (#270) @@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix chainTypes not being in deployments ## [0.0.5] - 2022-06-15 -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.2...HEAD +[3.5.2]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.1...types-cosmos/3.5.2 [3.5.1]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.0...types-cosmos/3.5.1 [3.5.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.4.0...types-cosmos/3.5.0 [3.4.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.3.0...types-cosmos/3.4.0 diff --git a/packages/types/package.json b/packages/types/package.json index 1033dad9..89ff23a0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-cosmos", - "version": "3.5.2-0", + "version": "3.5.2", "description": "", "homepage": "https://github.com/subquery/subql-cosmos", "repository": "github:subquery/subql-cosmos", @@ -20,6 +20,5 @@ "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "^0.32.4", "@subql/types-core": "^1.1.1" - }, - "stableVersion": "3.5.1" + } }