From bbf85d5f3c01ea5de0fdea52c2a5c43547daee7e Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 18 Mar 2025 09:54:39 -0500 Subject: [PATCH 1/3] chore(v1): enter pre alpha --- .changeset/pre.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000..b046dbc2 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,11 @@ +{ + "mode": "pre", + "tag": "alpha", + "initialVersions": { + "@example/basic": "0.0.0", + "@example/changesets": "0.0.0", + "@clack/core": "0.4.1", + "@clack/prompts": "0.10.0" + }, + "changesets": [] +} From c0678f89bf89c5fb0159542e584a408ecadd8643 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 18 Mar 2025 09:54:46 -0500 Subject: [PATCH 2/3] chore(v1): add warning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f5af3339..0e038409 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@

@clack/core: unstyled, extensible primitives for CLIs

@clack/prompts: beautiful, ready-to-use CLI prompt components

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

From 7e58ef30c5e874832ffa7482afbe53ddd127b059 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 18 Mar 2025 10:03:45 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e038409..c17c698f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

@clack/prompts: beautiful, ready-to-use CLI prompt components

> [!WARNING] -> Clack's `main` branch is tracking the `alpha` release line for `v1.0.0+`. To view the relatively stable `v0` line, please browse the [v0](https://github.com/bombshell-dev/clack/tree/v0) branch. +> 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.