Skip to content

Commit 69508f4

Browse files
[ci] release (alpha) (bombshell-dev#399)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b103ad3 commit 69508f4

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
},
1010
"changesets": [
1111
"afraid-socks-deny",
12+
"better-hotels-fall",
1213
"bright-hornets-destroy",
1314
"calm-trains-camp",
15+
"crazy-ducks-shine",
1416
"cruel-hairs-swim",
1517
"curvy-seals-sit",
1618
"dirty-papayas-happen",
@@ -27,6 +29,7 @@
2729
"healthy-kings-play",
2830
"honest-singers-cough",
2931
"hot-turkeys-knock",
32+
"itchy-coins-cry",
3033
"kind-yaks-clean",
3134
"late-squids-obey",
3235
"legal-bags-tie",

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.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- b103ad3: Allow disabled options in multi-select and select prompts.
8+
39
## 1.0.0-alpha.5
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.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.6
4+
5+
### Minor Changes
6+
7+
- 8409f2c: feat: add styleFrame option for spinner
8+
9+
### Patch Changes
10+
11+
- aea4573: Clamp scrolling windows to 5 rows.
12+
- b103ad3: Allow disabled options in multi-select and select prompts.
13+
- Updated dependencies [b103ad3]
14+
- @clack/core@1.0.0-alpha.6
15+
316
## 1.0.0-alpha.5
417

518
### 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.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)