Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20231005 #183

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .yarn/versions/04541044.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/2f78370c.yml

This file was deleted.

Empty file removed .yarn/versions/3df52bfe.yml
Empty file.
Empty file removed .yarn/versions/88428237.yml
Empty file.
Empty file removed .yarn/versions/9b5f784f.yml
Empty file.
Empty file removed .yarn/versions/e16ac526.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/f4abbe6a.yml

This file was deleted.

7 changes: 6 additions & 1 deletion packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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]
## [3.0.1] - 2023-10-05
### Update
- Bump `subql/types-cosmos`

## [3.0.0] - 2023-10-04
### Fixed
- Fixed Missing chainTypes on deployment (#175)
Expand Down Expand Up @@ -82,7 +86,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/3.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.0...common-cosmos/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/2.5.1...common-cosmos/3.0.0
[2.5.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/2.5.0...common-cosmos/2.5.1
[2.5.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/2.4.1...common-cosmos/2.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-cosmos",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
10 changes: 8 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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]
## [3.0.1] - 2023-10-05
### Update
- Bump `subql/types-cosmos`

## [3.0.0] - 2023-10-04
### Changed
- Updated NetworkConfig to use `chaintypes` instead of `chainTypes` (#180)
Expand Down Expand Up @@ -262,9 +266,11 @@ 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.0.0..HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.0...node-cosmos/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.3...node-cosmos/3.0.0
[2.10.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.1...node-cosmos/2.10.3
[2.10.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.2...node-cosmos/2.10.3
[2.10.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.1...node-cosmos/2.10.2
[2.10.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.0...node-cosmos/2.10.1
[2.10.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.8.0...node-cosmos/2.10.0
[2.8.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.5.3...node-cosmos/2.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"author": "Naveen Veluswamy",
"license": "GPL-3.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ 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.0.1] - 2023-10-05
### Fixed
- Fixed RuntimeDatasourceTemplate's generic typing (#182)

## [3.0.0] - 2023-10-04
### Added
- Added `cosmwasm` messages types (#168)

### Changed
- Updated NetworkConfig to use `chaintypes` instead of `chainTypes` (#180)

Expand Down Expand Up @@ -70,7 +73,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/3.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-cosmos/compare/types/3.0.0...types/3.0.1
[3.0.0]: https://github.com/subquery/subql-cosmos/compare/types/2.2.0...types/3.0.0
[2.2.1]: https://github.com/subquery/subql-cosmos/compare/types/2.2.0...types/2.2.1
[2.2.0]: https://github.com/subquery/subql-cosmos/compare/types/2.1.0...types/2.2.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.0.1-0",
"version": "3.0.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -19,6 +19,5 @@
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@subql/types-core": "^0.1.0"
},
"stableVersion": "3.0.0"
}
}
Loading