diff --git a/.changeset/stable-components-release.md b/.changeset/stable-components-release.md deleted file mode 100644 index d30158d0..00000000 --- a/.changeset/stable-components-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gouvfr-lasuite/ui-components": major ---- - -Publish the unified component library as the stable 1.0.0 release. diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 4c7cf439..1b5bf207 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -11,6 +11,7 @@ - Expose SVG components from `/icons` and provide explicit public paths for component styles, Material Icons and the Roboto, Marianne and La Suite fonts. - Use the enriched UI Kit provider as the single public `CunninghamProvider`. +- Publish the unified component library as the stable 1.0.0 release. ### Historical UI Kit releases diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 2237e17b..8cbd2974 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/ui-components", - "version": "0.29.0", + "version": "1.0.0", "private": false, "license": "MIT", "type": "module",