Skip to content

Commit

Permalink
[release] 20240405 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Apr 4, 2024
1 parent 064cfe9 commit f8d7e24
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
7 changes: 6 additions & 1 deletion packages/types/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]

## [3.2.4] - 2024-04-05
### Changed
- Update `@subql/types-core`

## [3.2.3] - 2024-02-07
### Changed
- Update `@subql/types-core`
Expand Down Expand Up @@ -104,7 +108,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.2.3...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.4...HEAD
[3.2.4]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.3...types-cosmos/3.2.4
[3.2.3]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.2...types-cosmos/3.2.3
[3.2.2]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.1...types-cosmos/3.2.2
[3.2.1]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.2.0...types-cosmos/3.2.1
Expand Down
4 changes: 2 additions & 2 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.2.3",
"version": "3.2.4",
"description": "",
"homepage": "https://github.com/subquery/subql-cosmos",
"repository": "github:subquery/subql-cosmos",
Expand All @@ -19,6 +19,6 @@
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@subql/types-core": "^0.5.0"
"@subql/types-core": "^0.6.0"
}
}
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4115,7 +4115,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.5.0, @subql/types-core@npm:^0.5.0":
"@subql/types-core@npm:0.5.0":
version: 0.5.0
resolution: "@subql/types-core@npm:0.5.0"
dependencies:
Expand All @@ -4133,14 +4133,23 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^0.6.0":
version: 0.6.0
resolution: "@subql/types-core@npm:0.6.0"
dependencies:
package-json-type: ^1.0.3
checksum: 0688f1973f830d1d2ab34864b00fc7efb105228b0328ac485c69950957da3a67a92d9477bc94945e57e3cccbf1b732bdea097c1a452a907e23704e9cbeff31fc
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"
dependencies:
"@cosmjs/cosmwasm-stargate": ^0.30.1
"@cosmjs/proto-signing": ^0.30.1
"@cosmjs/stargate": ^0.30.1
"@subql/types-core": ^0.5.0
"@subql/types-core": ^0.6.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f8d7e24

Please sign in to comment.