Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent 234c3f7 commit 9a19003
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-camels-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-ears-kneel.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-walls-mate.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @effect/cli

## 0.24.1

### Patch Changes

- [#411](https://github.com/Effect-TS/cli/pull/411) [`07b3529`](https://github.com/Effect-TS/cli/commit/07b35297b18401a3b3600bd6ccdbfd8dc496c353) Thanks [@IMax153](https://github.com/IMax153)! - default `CliConfig.finalCheckBuiltIn` to `false`

- [#404](https://github.com/Effect-TS/cli/pull/404) [`70fc225`](https://github.com/Effect-TS/cli/commit/70fc225a2e463ec5b2cea6692491e036ec41fd5b) Thanks [@IMax153](https://github.com/IMax153)! - remove `"type"` option from `Prompt.text` and add `Prompt.password` and `Prompt.hidden` which return `Secret`

- [#416](https://github.com/Effect-TS/cli/pull/416) [`234c3f7`](https://github.com/Effect-TS/cli/commit/234c3f780cd9409386b5b4fbcccaadbe7035c2b9) Thanks [@IMax153](https://github.com/IMax153)! - Make help documentation print built-in options by default

The printing of built-in options in the help documentation can be disabled by providing a custom
`CliConfig` to your CLI application with `showBuiltIns` set to `false`.

## 0.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/cli",
"version": "0.24.0",
"version": "0.24.1",
"type": "module",
"packageManager": "pnpm@8.10.2",
"publishConfig": {
Expand Down

0 comments on commit 9a19003

Please sign in to comment.