From b8e1004534ebfb9187f2d3f6dd3b8e08bd213c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bosi?= <71827178+bosiraphael@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:23:18 +0200 Subject: [PATCH] Bump twenty-ui to 1.0.0-alpha.0 for first npm pre-release (#22040) Sets `twenty-ui` to `1.0.0-alpha.0` so it can be published as the first pre-release on npm. The package name was previously published once (`0.23.4`) and fully unpublished in Sept 2024. Starting at `1.0.0-alpha.0` avoids the burned version, stays above the old number, and publishes to the `alpha` dist-tag (not `latest`) via the existing twenty-infra publish workflow, so it can be dogfooded before a stable `1.0.0`. Review in cubic --- packages/twenty-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-ui/package.json b/packages/twenty-ui/package.json index f3ee25529d..1fc8b1777d 100644 --- a/packages/twenty-ui/package.json +++ b/packages/twenty-ui/package.json @@ -1,6 +1,6 @@ { "name": "twenty-ui", - "version": "0.1.0", + "version": "1.0.0-alpha.0", "description": "Twenty's shared React UI component library.", "license": "AGPL-3.0", "repository": {