diff --git a/.yarn/versions/0ea17037.yml b/.yarn/versions/0ea17037.yml new file mode 100644 index 00000000..ba5310bc --- /dev/null +++ b/.yarn/versions/0ea17037.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-cosmos" diff --git a/.yarn/versions/689ddd69.yml b/.yarn/versions/689ddd69.yml new file mode 100644 index 00000000..6b73f40f --- /dev/null +++ b/.yarn/versions/689ddd69.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/node-cosmos" diff --git a/.yarn/versions/9ea41ba3.yml b/.yarn/versions/9ea41ba3.yml new file mode 100644 index 00000000..e4923df0 --- /dev/null +++ b/.yarn/versions/9ea41ba3.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index 93845101..a2244b96 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.5] - 2024-10-23 +### Changed +- Bump `@subql/common` dependency + ## [5.0.4] - 2024-10-22 ### Changed - Bump `@subql/common` dependency (#292) @@ -162,7 +166,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.4...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.5...HEAD +[5.0.5]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.4...common-cosmos/5.0.5 [5.0.4]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.3...common-cosmos/5.0.4 [5.0.3]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.2...common-cosmos/5.0.3 [5.0.2]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.1...common-cosmos/5.0.2 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index 82d15959..1d687240 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.4", + "version": "5.0.5", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -22,7 +22,7 @@ "@protobufs/google": "^0.0.10", "@protobufs/ibc": "^0.1.0", "@protobufs/tendermint": "^0.0.10", - "@subql/common": "^5.1.3", + "@subql/common": "^5.1.4", "@subql/types-cosmos": "workspace:*", "@subql/x-cosmology-telescope": "^1.4.14", "fs-extra": "^11.1.1", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 6fae2fdd..6aefb158 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.4] - 2024-10-23 +### Changed +- Bump `@subql/common` dependency + ## [4.1.3] - 2024-10-22 ### Changed - Use tendermint-rpc fork to allow support for finalizeBlockEvents (#291) @@ -463,7 +467,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.1.3...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.4...HEAD +[4.1.4]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.3...node-cosmos/4.1.4 [4.1.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.2...node-cosmos/4.1.3 [4.1.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.1...node-cosmos/4.1.2 [4.1.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.0...node-cosmos/4.1.1 diff --git a/packages/node/package.json b/packages/node/package.json index bd77a9f3..2425c0fc 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.1.3", + "version": "4.1.4", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -29,7 +29,7 @@ "@nestjs/event-emitter": "^2.0.0", "@nestjs/platform-express": "^9.4.0", "@nestjs/schedule": "^3.0.1", - "@subql/common": "^5.1.3", + "@subql/common": "^5.1.4", "@subql/common-cosmos": "workspace:*", "@subql/node-core": "^14.1.6", "@subql/types-cosmos": "workspace:*", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f650532b..fd8b79c6 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2024-10-23 ### Changed - Bump `@subql/types-core` dependency (#292) @@ -135,7 +136,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.3...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/4.0.0...HEAD +[4.0.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.3...types-cosmos/4.0.0 [3.5.3]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.2...types-cosmos/3.5.3 [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 diff --git a/packages/types/package.json b/packages/types/package.json index b0c8b3dd..ba5c7d83 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-cosmos", - "version": "3.5.4-0", + "version": "4.0.0", "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": "^2.0.0" - }, - "stableVersion": "3.5.3" + } } diff --git a/yarn.lock b/yarn.lock index 676ffa1e..5406f2e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4194,7 +4194,7 @@ __metadata: "@protobufs/google": ^0.0.10 "@protobufs/ibc": ^0.1.0 "@protobufs/tendermint": ^0.0.10 - "@subql/common": ^5.1.3 + "@subql/common": ^5.1.4 "@subql/types-cosmos": "workspace:*" "@subql/x-cosmology-telescope": ^1.4.14 "@types/bn.js": 4.11.6 @@ -4217,7 +4217,7 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3": +"@subql/common@npm:5.1.3": version: 5.1.3 resolution: "@subql/common@npm:5.1.3" dependencies: @@ -4233,6 +4233,22 @@ __metadata: languageName: node linkType: hard +"@subql/common@npm:^5.1.4": + version: 5.1.4 + resolution: "@subql/common@npm:5.1.4" + dependencies: + "@subql/types-core": 2.0.0 + axios: ^0.28.0 + class-transformer: ^0.5.1 + class-validator: ^0.14.1 + js-yaml: ^4.1.0 + reflect-metadata: ^0.1.14 + semver: ^7.6.3 + update-notifier: ^5.1.0 + checksum: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092 + languageName: node + linkType: hard + "@subql/node-core@npm:^14.1.6": version: 14.1.6 resolution: "@subql/node-core@npm:14.1.6" @@ -4281,7 +4297,7 @@ __metadata: "@nestjs/schedule": ^3.0.1 "@nestjs/schematics": ^9.2.0 "@nestjs/testing": ^9.4.0 - "@subql/common": ^5.1.3 + "@subql/common": ^5.1.4 "@subql/common-cosmos": "workspace:*" "@subql/node-core": ^14.1.6 "@subql/types-cosmos": "workspace:*" @@ -4321,6 +4337,13 @@ __metadata: languageName: node linkType: hard +"@subql/types-core@npm:2.0.0, @subql/types-core@npm:^2.0.0": + version: 2.0.0 + resolution: "@subql/types-core@npm:2.0.0" + checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c + languageName: node + linkType: hard + "@subql/types-core@npm:^0.9.1": version: 0.9.1 resolution: "@subql/types-core@npm:0.9.1" @@ -4330,13 +4353,6 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@npm:^2.0.0": - version: 2.0.0 - resolution: "@subql/types-core@npm:2.0.0" - checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c - languageName: node - linkType: hard - "@subql/types-cosmos@workspace:*, @subql/types-cosmos@workspace:packages/types": version: 0.0.0-use.local resolution: "@subql/types-cosmos@workspace:packages/types"