Skip to content

Commit ac819e6

Browse files
[ci] release
1 parent 134a1a1 commit ac819e6

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

.changeset/afraid-donkeys-sin.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/big-pants-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clack/core
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 9786226: Externalize `fast-string-width` and `fast-wrap-ansi` to avoid double dependencies
8+
39
## 1.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @clack/prompts
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 9786226: Externalize `fast-string-width` and `fast-wrap-ansi` to avoid double dependencies
8+
9+
### Patch Changes
10+
11+
- 134a1a1: Fix the `path` prompt so `directory: true` correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
12+
- Updated dependencies [9786226]
13+
- @clack/core@1.2.0
14+
315
## 1.1.0
416

517
### Minor Changes

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)