Skip to content

Commit a818595

Browse files
authored
chore: v1-alpha (#250)
1 parent 4d74348 commit a818595

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/pre.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@example/basic": "0.0.0",
6+
"@example/changesets": "0.0.0",
7+
"@clack/core": "0.4.1",
8+
"@clack/prompts": "0.10.0"
9+
},
10+
"changesets": []
11+
}

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<h4 align="center"><a href="packages/core#readme"><code>@clack/core</code></a>: unstyled, extensible primitives for CLIs</h4>
1313
<h4 align="center"><a href="packages/prompts#readme"><code>@clack/prompts</code></a>: beautiful, ready-to-use CLI prompt components</h4>
1414

15+
> [!WARNING]
16+
> Clack's `main` branch is tracking the [`alpha` release line for `v1.0.0+`](https://github.com/bombshell-dev/clack/pull/250). To view the relatively stable `v0` line, please browse the [v0](https://github.com/bombshell-dev/clack/tree/v0) branch.
17+
1518
<br />
1619
<br />
1720

0 commit comments

Comments
 (0)