Skip to content

Commit

Permalink
[release] 20240925 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Sep 25, 2024
1 parent 9d63feb commit 19558a5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/5aa857c9.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/eaa6e623.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/types-cosmos"
7 changes: 4 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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]
### Fixed
- Kyve dependency with breaking change (#285)

## [4.1.2] - 2024-09-25
### Fixed
- Kyve dependency with breaking change (#285)
- Bump node-core, fix cron filter issue (#284)

## [4.1.1] - 2024-08-23
Expand Down Expand Up @@ -458,7 +458,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.1...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.2...HEAD
[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
[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
Expand Down
5 changes: 2 additions & 3 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.2-0",
"version": "4.1.2",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -56,6 +56,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.1.1"
]
}
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.5.3] - 2024-09-25
### Changed
- Enable strict TS setting (#282)

## [3.5.2] - 2024-08-12
### Changed
- Update dependencies and enable strict TS setting (#278)
Expand Down Expand Up @@ -128,7 +132,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.2...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.5.3...HEAD
[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
[3.5.0]: https://github.com/subquery/subql-cosmos/compare/types-cosmos/3.4.0...types-cosmos/3.5.0
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.3-0",
"version": "3.5.3",
"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": "^1.1.1"
},
"stableVersion": "3.5.2"
}
}

0 comments on commit 19558a5

Please sign in to comment.