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",