Skip to content

Commit

Permalink
[release] Bump @subql/common dependency (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 23, 2024
1 parent c603920 commit d58ae39
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/0ea17037.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-cosmos"
3 changes: 3 additions & 0 deletions .yarn/versions/689ddd69.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/node-cosmos"
2 changes: 2 additions & 0 deletions .yarn/versions/9ea41ba3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-cosmos"
7 changes: 6 additions & 1 deletion packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-cosmos",
"version": "5.0.4",
"version": "5.0.5",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:*",
Expand Down
4 changes: 3 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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:*"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit d58ae39

Please sign in to comment.