Skip to content

Commit

Permalink
[release] 20240202 (#2240)
Browse files Browse the repository at this point in the history
* [release] 20240202

* update release version
  • Loading branch information
bz888 authored Feb 2, 2024
1 parent 9b60131 commit 10a404b
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/08d3c29c.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed .yarn/versions/39c19c2e.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/4ac5f103.yml

This file was deleted.

Empty file removed .yarn/versions/4ceec351.yml
Empty file.
4 changes: 0 additions & 4 deletions .yarn/versions/4e548745.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/5aea313e.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .yarn/versions/61519225.yml

This file was deleted.

Empty file removed .yarn/versions/6374261b.yml
Empty file.
Empty file removed .yarn/versions/6dff66f3.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/821a68f5.yml

This file was deleted.

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

This file was deleted.

Empty file removed .yarn/versions/aa60b606.yml
Empty file.
Empty file removed .yarn/versions/b67b2bda.yml
Empty file.
10 changes: 0 additions & 10 deletions .yarn/versions/b763333b.yml

This file was deleted.

Empty file removed .yarn/versions/cc80a691.yml
Empty file.
Empty file removed .yarn/versions/e9cb9b36.yml
Empty file.
5 changes: 4 additions & 1 deletion packages/cli/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.2.6] - 2024-02-02
### Fixed
- Bump `common-cosmos` Codegen failing on Windows by using forked version of `telescope` (#2239)
- Bump `common-ethereum` with Codegen typechain fix (#2239)
Expand Down Expand Up @@ -521,7 +523,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.5...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.6...HEAD
[4.2.6]: https://github.com/subquery/subql/compare/cli/4.2.5...cli/4.2.6
[4.2.5]: https://github.com/subquery/subql/compare/cli/4.2.4...cli/4.2.5
[4.2.4]: https://github.com/subquery/subql/compare/cli/4.2.3...cli/4.2.4
[4.2.3]: https://github.com/subquery/subql/compare/cli/4.2.2...cli/4.2.3
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "4.2.6-1",
"version": "4.2.6",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.2.6-0"
}
}

0 comments on commit 10a404b

Please sign in to comment.