Skip to content

Commit

Permalink
[release] 20240701 (#269)
Browse files Browse the repository at this point in the history
* [release] 20240701

* Update deps and include other packages in release

* Update packages/common-cosmos/CHANGELOG.md

Co-authored-by: Jay Ji <[email protected]>

---------

Co-authored-by: Jay Ji <[email protected]>
  • Loading branch information
stwiname and jiqiang90 authored Jul 1, 2024
1 parent dcc27d5 commit 3a2222a
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/168bce8e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/node-cosmos"
- "@subql/types-cosmos"
3 changes: 3 additions & 0 deletions .yarn/versions/17e47b29.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/node-cosmos"
3 changes: 3 additions & 0 deletions .yarn/versions/a0dfddf3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/types-cosmos"
6 changes: 4 additions & 2 deletions packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0] - 2024-07-01
### Added
- Add alias follow type of `CosmosNetworkModule`. Also add method `networkCliCodegen` include steps of cosmos codegen. (#267)
- Add alias follow type of `CosmosNetworkModule`. Also add method `projectCodegen` include steps of cosmos codegen. (#267)

## [4.4.0] - 2024-06-21
### Changed
Expand Down Expand Up @@ -145,7 +146,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/4.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.0...HEAD
[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
[4.3.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.2.0...common-cosmos/4.3.0
[4.2.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.1.1...common-cosmos/4.2.0
Expand Down
7 changes: 3 additions & 4 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": "4.4.1-1",
"version": "5.0.0",
"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": "^3.9.1-0",
"@subql/common": "^4.0.0",
"@subql/types-cosmos": "workspace:*",
"@subql/x-cosmology-telescope": "^1.4.14",
"fs-extra": "^11.1.1",
Expand All @@ -45,6 +45,5 @@
"ejs": "3.1.10",
"lodash": "4.17.21",
"rimraf": "^3.0.2"
},
"stableVersion": "4.4.1-0"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.12.1] - 2024-07-01
### Fixed
- Error creating dynamic ds if filter values are undefined (#268)

Expand Down Expand Up @@ -420,7 +422,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/3.12.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.1...HEAD
[3.12.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.0...node-cosmos/3.12.1
[3.12.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.2...node-cosmos/3.12.0
[3.11.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.1...node-cosmos/3.11.2
[3.11.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.0...node-cosmos/3.11.1
Expand Down
9 changes: 4 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "3.12.1-0",
"version": "3.12.1",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.8.0",
"@subql/common": "^4.0.0",
"@subql/common-cosmos": "workspace:*",
"@subql/node-core": "^10.6.0",
"@subql/node-core": "^10.10.0",
"@subql/types-cosmos": "workspace:*",
"lodash": "^4.17.21",
"protobufjs": "^6.11.4",
Expand All @@ -57,6 +57,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.12.0"
]
}
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]

## [3.5.0] - 2024-07-01
### Added
- Add type `CosmosNetworkModule` to support cosmos module (#267)

Expand Down Expand Up @@ -119,7 +120,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.0...HEAD
[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
[3.3.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.4...types-cosmos/3.3.0
[3.2.4]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.3...types-cosmos/3.2.4
Expand Down
7 changes: 3 additions & 4 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.4.1-0",
"version": "3.5.0",
"description": "",
"homepage": "https://github.com/subquery/subql-cosmos",
"repository": "github:subquery/subql-cosmos",
Expand All @@ -19,7 +19,6 @@
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@subql/types-core": "^0.8.1-1"
},
"stableVersion": "3.4.0"
"@subql/types-core": "^0.9.0"
}
}
96 changes: 39 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6268,7 +6268,7 @@ __metadata:
"@protobufs/google": ^0.0.10
"@protobufs/ibc": ^0.1.0
"@protobufs/tendermint": ^0.0.10
"@subql/common": ^3.9.1-0
"@subql/common": ^4.0.0
"@subql/types-cosmos": "workspace:*"
"@subql/x-cosmology-telescope": ^1.4.14
"@types/bn.js": 4.11.6
Expand All @@ -6291,29 +6291,11 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.8.0, @subql/common@npm:^3.8.0":
version: 3.8.0
resolution: "@subql/common@npm:3.8.0"
dependencies:
"@subql/types-core": 0.7.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: c4eb96996f99e5a47546613fbc177fba436b9cf62cebfd589898f734cca1fc463dd643acf56bc20319bf3bd256504084c4eef227b636be162a2da35d4e3350cd
languageName: node
linkType: hard

"@subql/common@npm:^3.9.1-0":
version: 3.9.1-0
resolution: "@subql/common@npm:3.9.1-0"
"@subql/common@npm:4.0.0, @subql/common@npm:^4.0.0":
version: 4.0.0
resolution: "@subql/common@npm:4.0.0"
dependencies:
"@subql/types-core": 0.8.1-1
"@subql/types-core": 0.9.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6323,22 +6305,22 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: db23560ee596b590c0a497708c55a8f142af085ad61a42b636624f883b8557e30b0f59cfb8b40870899651df02548ccae6a99778cb303c38a66ad31a496cbd9e
checksum: 7c3b0f88aa9d6b388ce6129d1bb385d7269edd441b5970522e42911ac812862d9d2336a92dca8f3aa5b0bf4d56c2de32ccc68fa986f44de26d6fd027a492bdf0
languageName: node
linkType: hard

"@subql/node-core@npm:^10.6.0":
version: 10.6.0
resolution: "@subql/node-core@npm:10.6.0"
"@subql/node-core@npm:^10.10.0":
version: 10.10.0
resolution: "@subql/node-core@npm:10.10.0"
dependencies:
"@apollo/client": ^3.8.8
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/common": 3.8.0
"@subql/testing": 2.1.2
"@subql/types": 3.6.1
"@subql/utils": 2.11.0
"@subql/common": 4.0.0
"@subql/testing": 2.2.0
"@subql/types": 3.8.0
"@subql/utils": 2.12.0
"@willsoto/nestjs-prometheus": ^5.4.0
async-lock: ^1.4.0
async-mutex: ^0.4.0
Expand All @@ -6356,7 +6338,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: d91b4cc5a64b1bff7ecb2a7686abb772a481b8241d2ba544f19f4cbda5ef282c9f0e02b1526cfc6e646b823dc22feada870ecd7512e03ca509aa248063ba3e30
checksum: 5954bf41c23eb29a189f6200330c8858228b32920f1919ee73d83d51bae5f9194daf96f19151102c8f876df676ba7be39058b93e14074364f1af700b48cea2f9
languageName: node
linkType: hard

Expand All @@ -6376,9 +6358,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.8.0
"@subql/common": ^4.0.0
"@subql/common-cosmos": "workspace:*"
"@subql/node-core": ^10.6.0
"@subql/node-core": ^10.10.0
"@subql/types-cosmos": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand All @@ -6400,30 +6382,30 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/testing@npm:2.1.2":
version: 2.1.2
resolution: "@subql/testing@npm:2.1.2"
"@subql/testing@npm:2.2.0":
version: 2.2.0
resolution: "@subql/testing@npm:2.2.0"
dependencies:
"@subql/types-core": ^0.7.0
checksum: e9703f7a39afb7692ef25f7ca34aa92ff641a7355f236d202194d18324eca2fb953239ed65de67886c1aff98c207cf31900ba96db5cd30efa5115d90a70147ba
"@subql/types-core": ^0.8.0
checksum: 21bc10d8e664514566243f6bc37007093b694de28ebce5432abd29852535ab2d83478b47ddfab56fa5b4af03b3974509d6f4da1653b6e4db5595477f1768d573
languageName: node
linkType: hard

"@subql/types-core@npm:0.7.0, @subql/types-core@npm:^0.7.0":
version: 0.7.0
resolution: "@subql/types-core@npm:0.7.0"
"@subql/types-core@npm:0.9.0, @subql/types-core@npm:^0.9.0":
version: 0.9.0
resolution: "@subql/types-core@npm:0.9.0"
dependencies:
package-json-type: ^1.0.3
checksum: ba8d140333d315e80c28b44f29f56511302d0179001048e55ef2bbdded51deb7ddd37d77eee3d6fff1c18f2b944f2cd9f4e39da39e9f4bd9216d4e1b4bbf6378
checksum: e219221a2d8ebcb8281295ee67665e32b96924da32da67735cf041621b46a88f8e1787a0dab1f01c3af22af907aa862627f5b5fcbce48943cbb3050c04e70ccc
languageName: node
linkType: hard

"@subql/types-core@npm:0.8.1-1, @subql/types-core@npm:^0.8.1-1":
version: 0.8.1-1
resolution: "@subql/types-core@npm:0.8.1-1"
"@subql/types-core@npm:^0.8.0":
version: 0.8.0
resolution: "@subql/types-core@npm:0.8.0"
dependencies:
package-json-type: ^1.0.3
checksum: 403ddeb1f3902a3256b67523a297cbadc5b964e07f2c94631554f76c7b14d1780445db6164b01f87113e5e21e4b497ae7f1fb1578d7e508405efc535c92ef1a3
checksum: 4523ab756a794cee0a40d7d107395c4cf3ab238457787babe8038a1f0a5ce2badabb8cfbd00d500142a567c037b470a4e0d54095e6be65440082a489e735449e
languageName: node
linkType: hard

Expand All @@ -6434,24 +6416,24 @@ __metadata:
"@cosmjs/cosmwasm-stargate": ^0.32.3
"@cosmjs/proto-signing": ^0.32.3
"@cosmjs/stargate": ^0.32.3
"@subql/types-core": ^0.8.1-1
"@subql/types-core": ^0.9.0
languageName: unknown
linkType: soft

"@subql/types@npm:3.6.1":
version: 3.6.1
resolution: "@subql/types@npm:3.6.1"
"@subql/types@npm:3.8.0":
version: 3.8.0
resolution: "@subql/types@npm:3.8.0"
dependencies:
"@subql/types-core": 0.7.0
"@subql/types-core": 0.9.0
peerDependencies:
"@polkadot/api": ^11
checksum: 0f8dd18b3dd381227dc788bf6caf28e8dff09eddc1b511bc66c39078552791b585ab0ec5bf00b88815a2c933d690d957362973ed1136a26b0e493b133d4a4f51
checksum: 8268fd013ef4705c4bfa85c4102396cc0017b5add0bab09ec244e923e5015ff4498209435387f4423b0c1a5a43de240710706704997493ddecd1dc6b98e23b12
languageName: node
linkType: hard

"@subql/utils@npm:2.11.0":
version: 2.11.0
resolution: "@subql/utils@npm:2.11.0"
"@subql/utils@npm:2.12.0":
version: 2.12.0
resolution: "@subql/utils@npm:2.12.0"
dependencies:
"@polkadot/util": ^12.6.2
"@polkadot/util-crypto": ^12.6.2
Expand All @@ -6467,7 +6449,7 @@ __metadata:
rotating-file-stream: ^3.0.2
semver: ^7.5.2
tar: ^6.2.1
checksum: d99c7c4513d4641474e6aea217ba6fa9f3f47dfdff5721b70783c861bd5916389ca2b7fc09797a484400fa877b53b5aeedaaab1bd91abe6adfcf4980da3ba47b
checksum: 8429de153814ce5d9f468b16395ccae572c3d53719f92c7104939c50ca12899805ebd31b5a65789efde87b390b465e6dcbb86ce6ec7e48864ff5bd8aa2ba5c4f
languageName: node
linkType: hard

Expand Down

0 comments on commit 3a2222a

Please sign in to comment.