Skip to content

Commit 62310b6

Browse files
[ci] release (alpha)
1 parent 99831e9 commit 62310b6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"free-wasps-decide",
2020
"happy-parents-explain",
2121
"healthy-candles-admire",
22+
"healthy-kings-play",
2223
"honest-singers-cough",
2324
"hot-turkeys-knock",
2425
"legal-bags-tie",

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 17d3650: Use a default import for picocolors to avoid run time errors in some environments.
8+
39
## 1.0.0-alpha.1
410

511
### Minor Changes

packages/prompts/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",
@@ -21,7 +21,10 @@
2121
"url": "https://github.com/bombshell-dev/clack/issues"
2222
},
2323
"homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme",
24-
"files": ["dist", "CHANGELOG.md"],
24+
"files": [
25+
"dist",
26+
"CHANGELOG.md"
27+
],
2528
"author": {
2629
"name": "Nate Moore",
2730
"email": "[email protected]",

0 commit comments

Comments
 (0)