From a1fde8d74f1a4f667cb9fb89535cb75499f9575c Mon Sep 17 00:00:00 2001 From: LBU Date: Thu, 20 Aug 2026 09:04:34 +0200 Subject: [PATCH] FSHSP-143 chore(release): cut @4sh/ui-kit 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves [Unreleased] (FSHSP-138, 139, 140, 141, 142) to [0.5.0] and bumps projects/ui-kit/package.json. MINOR: FSHSP-140/142 change what ng-add produces by default and how ng add @4sh/ui-kit behaves — tolerated as MINOR under the 0.x policy in docs/VERSIONING.md. projects/ui-kit-schematics carries the same number, stamped from the kit's at assembly time — nothing to bump there by hand. --- CHANGELOG.md | 2 ++ projects/ui-kit/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e679d1bd..338b59fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Le format suit [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/) et le pr ## [Unreleased] +## [0.5.0] - 2026-08-20 + ### Fixed - **Le serveur MCP compagnon était absent du tarball `@4sh/ui-kit` publié** (FSHSP-141). `npm run ui-kit:build`, seul appelé par `publish-ui-kit.yml`, n'embarque jamais `mcp/` — cette étape ne vit que dans `ui-kit:pack` (`ui-kit:build && mcp-embed && npm pack`), jamais utilisé par le workflow de publication. La 0.4.0 a donc été publiée sans `mcp/`, sans qu'aucune étape ne le détecte. Le workflow appelle maintenant explicitement `scripts/ui-kit-mcp-embed.build.mjs` après le build, dans les jobs `verify` et `publish` — un bundle manquant fait désormais échouer le job au lieu d'atteindre le registre. diff --git a/projects/ui-kit/package.json b/projects/ui-kit/package.json index a0aaf592..ef0929c1 100644 --- a/projects/ui-kit/package.json +++ b/projects/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@4sh/ui-kit", - "version": "0.4.0", + "version": "0.5.0", "description": "Headless Angular components from the 4SH Design System: signals + Angular CDK, styled exclusively through design tokens.", "homepage": "https://4sh.github.io/starter-angular/?path=/docs/introduction--docs", "repository": {