Skip to content

Commit 0ca2c4c

Browse files
[ci] release (alpha) (#368)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37e6131 commit 0ca2c4c

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,19 @@
2626
"hot-turkeys-knock",
2727
"legal-bags-tie",
2828
"lemon-monkeys-help",
29+
"light-waves-jog",
2930
"mean-mice-train",
3031
"mean-turkeys-help",
3132
"mean-years-remain",
3233
"moody-baboons-greet",
3334
"nasty-parrots-laugh",
3435
"orange-deers-battle",
36+
"rich-plants-call",
3537
"sharp-lemons-build",
3638
"short-taxis-cross",
39+
"shy-ideas-shout",
3740
"slimy-roses-own",
41+
"solid-goats-shop",
3842
"strong-ravens-greet",
3943
"sweet-deers-smell",
4044
"tall-cows-fold",

packages/core/CHANGELOG.md

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

3+
## 1.0.0-alpha.3
4+
5+
### Minor Changes
6+
7+
- 1604f97: Add `clearOnError` option to password prompt to automatically clear input when validation fails
8+
9+
### Patch Changes
10+
11+
- 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
12+
313
## 1.0.0-alpha.2
414

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

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.3
4+
5+
### Minor Changes
6+
7+
- 76fd17f: Added new `box` prompt for rendering boxed text, similar a note.
8+
- 1604f97: Add `clearOnError` option to password prompt to automatically clear input when validation fails
9+
10+
### Patch Changes
11+
12+
- 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
13+
- 4c89dd7: chore: use more accurate type to replace any in group select
14+
- Updated dependencies [1a45f93]
15+
- Updated dependencies [1604f97]
16+
- @clack/core@1.0.0-alpha.3
17+
318
## 1.0.0-alpha.2
419

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

0 commit comments

Comments
 (0)