From 29c29150a7d60d2e5f3168bffc36e0cb609d23b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:29:16 +1300 Subject: [PATCH] Version Packages (#413) Co-authored-by: github-actions[bot] --- .changeset/large-camels-fly.md | 5 ----- .changeset/neat-ears-kneel.md | 5 ----- .changeset/tough-walls-mate.md | 8 -------- .changeset/violet-rings-hear.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 6 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 .changeset/large-camels-fly.md delete mode 100644 .changeset/neat-ears-kneel.md delete mode 100644 .changeset/tough-walls-mate.md delete mode 100644 .changeset/violet-rings-hear.md diff --git a/.changeset/large-camels-fly.md b/.changeset/large-camels-fly.md deleted file mode 100644 index 4fc820d..0000000 --- a/.changeset/large-camels-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -default `CliConfig.finalCheckBuiltIn` to `false` diff --git a/.changeset/neat-ears-kneel.md b/.changeset/neat-ears-kneel.md deleted file mode 100644 index 41f1e82..0000000 --- a/.changeset/neat-ears-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -remove `"type"` option from `Prompt.text` and add `Prompt.password` and `Prompt.hidden` which return `Secret` diff --git a/.changeset/tough-walls-mate.md b/.changeset/tough-walls-mate.md deleted file mode 100644 index 6d4cf2c..0000000 --- a/.changeset/tough-walls-mate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@effect/cli": patch ---- - -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`. diff --git a/.changeset/violet-rings-hear.md b/.changeset/violet-rings-hear.md deleted file mode 100644 index d692e71..0000000 --- a/.changeset/violet-rings-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": minor ---- - -update effect diff --git a/CHANGELOG.md b/CHANGELOG.md index f88539b..15b9677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2e5c43a..98e4a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/cli", - "version": "0.24.0", + "version": "0.25.0", "type": "module", "packageManager": "pnpm@8.10.2", "publishConfig": {