Skip to content

Commit

Permalink
bump common packages, cosmos and etherem with codegen fixes (#2239)
Browse files Browse the repository at this point in the history
* bump common packages, cosmos and etherem with codegen fixes

* update changelog

* update changelog
  • Loading branch information
bz888 authored Feb 2, 2024
1 parent 881f0db commit 9b60131
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 370 deletions.
3 changes: 3 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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
- Bump `common-cosmos` Codegen failing on Windows by using forked version of `telescope` (#2239)
- Bump `common-ethereum` with Codegen typechain fix (#2239)

## [4.2.5] - 2023-12-22
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@subql/common": "workspace:*",
"@subql/common-algorand": "^3.1.0",
"@subql/common-concordium": "^3.3.2",
"@subql/common-cosmos": "^4.0.0",
"@subql/common-ethereum": "^3.1.2",
"@subql/common-cosmos": "^4.0.1",
"@subql/common-ethereum": "^3.3.0",
"@subql/common-flare": "^3.1.0",
"@subql/common-near": "^3.0.1",
"@subql/common-stellar": "^3.0.0",
Expand Down
Loading

0 comments on commit 9b60131

Please sign in to comment.