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

Commit

Permalink
Version Packages (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 10, 2023
1 parent 486dcdd commit 29c2915
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 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.

5 changes: 0 additions & 5 deletions .changeset/violet-rings-hear.md

This file was deleted.

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

## 0.25.0

### Minor Changes

- [#417](https://github.com/Effect-TS/cli/pull/417) [`486dcdd`](https://github.com/Effect-TS/cli/commit/486dcddf60ee603fb02ca30d09e984826c1f66e5) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### 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.25.0",
"type": "module",
"packageManager": "[email protected]",
"publishConfig": {
Expand Down

0 comments on commit 29c2915

Please sign in to comment.