From 206807674facaad1f572c5032ad83ac92bc520ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:44:52 +0000 Subject: [PATCH] [ci] release --- .changeset/fresh-components-sync.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fresh-components-sync.md diff --git a/.changeset/fresh-components-sync.md b/.changeset/fresh-components-sync.md deleted file mode 100644 index f4b67ca8c..000000000 --- a/.changeset/fresh-components-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fulldev-ui": minor ---- - -Refresh existing Astro components against current data-slot wrappers and shadcn/ui Base UI Vega, including updated behavior, styling, public props, and registry dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index 242150c90..9a0ab468b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Fulldev UI +## 0.10.0 + +### Minor Changes + +- [#182](https://github.com/fulldotdev/ui/pull/182) [`751434e`](https://github.com/fulldotdev/ui/commit/751434ed8557b7b5e9250fcc4774eec7661e0ce6) Thanks [@silveltman](https://github.com/silveltman)! - Refresh existing Astro components against current data-slot wrappers and shadcn/ui Base UI Vega, including updated behavior, styling, public props, and registry dependencies. + ## 0.9.3 ### Patch Changes diff --git a/package.json b/package.json index 34462c4a6..09418d555 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fulldev-ui", "type": "module", - "version": "0.9.5", + "version": "0.10.0", "description": "Open-source Astro UI components and blocks", "homepage": "https://ui.full.dev", "bugs": "https://github.com/fulldotdev/ui/issues",