Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
},
"changesets": [
"afraid-socks-deny",
"better-hotels-fall",
"bright-hornets-destroy",
"calm-trains-camp",
"crazy-ducks-shine",
"cruel-hairs-swim",
"curvy-seals-sit",
"dirty-papayas-happen",
Expand All @@ -27,6 +29,7 @@
"healthy-kings-play",
"honest-singers-cough",
"hot-turkeys-knock",
"itchy-coins-cry",
"kind-yaks-clean",
"late-squids-obey",
"legal-bags-tie",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clack/core

## 1.0.0-alpha.6

### Patch Changes

- b103ad3: Allow disabled options in multi-select and select prompts.

## 1.0.0-alpha.5

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/core",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @clack/prompts

## 1.0.0-alpha.6

### Minor Changes

- 8409f2c: feat: add styleFrame option for spinner

### Patch Changes

- aea4573: Clamp scrolling windows to 5 rows.
- b103ad3: Allow disabled options in multi-select and select prompts.
- Updated dependencies [b103ad3]
- @clack/[email protected]

## 1.0.0-alpha.5

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/prompts",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
Loading