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] 20240202 #229

Merged
merged 1 commit into from
Feb 2, 2024
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/087ac188.yml

This file was deleted.

Empty file removed .yarn/versions/1897f8ec.yml
Empty file.
Empty file removed .yarn/versions/4bf8d781.yml
Empty file.
Empty file removed .yarn/versions/58d6389d.yml
Empty file.
Empty file removed .yarn/versions/5e2505c2.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/71e04cbc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/764e4ca5.yml

This file was deleted.

Empty file removed .yarn/versions/ba37c598.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/c8702b01.yml

This file was deleted.

Empty file removed .yarn/versions/ca8156e8.yml
Empty file.
5 changes: 4 additions & 1 deletion packages/common-cosmos/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]

## [4.0.1] - 2024-02-02
### Fixed
- Codegen failing on Windows by using forked version of `telescope` (#226)

Expand Down Expand Up @@ -120,7 +122,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.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.0.0...common-cosmos/4.0.1
[4.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.2.1...common-cosmos/4.0.0
[3.2.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.2.0...common-cosmos/3.2.1
[3.2.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.1...common-cosmos/3.2.0
Expand Down
5 changes: 2 additions & 3 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.0.1-2",
"version": "4.0.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -45,6 +45,5 @@
"ejs": "3.1.7",
"lodash": "4.17.21",
"rimraf": "^3.0.2"
},
"stableVersion": "4.0.1-1"
}
}
Loading