diff --git a/.changeset/eighty-books-post.md b/.changeset/eighty-books-post.md deleted file mode 100644 index 75656310d..000000000 --- a/.changeset/eighty-books-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@radui/ui": minor ---- - -Renamed the select to combobox primitive and separated themed components for select and combobox diff --git a/.changeset/rude-forks-admire.md b/.changeset/rude-forks-admire.md deleted file mode 100644 index 5abf10a4d..000000000 --- a/.changeset/rude-forks-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@radui/ui": minor ---- - -Addition of color and radius api support in TextArea and new styling diff --git a/CHANGELOG.md b/CHANGELOG.md index b42e0a937..35fd88fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @radui/ui +## 0.2.0 + +### Minor Changes + +- 140d24d: Renamed the select to combobox primitive and separated themed components for select and combobox +- bdf63a1: Addition of color and radius api support in TextArea and new styling + ## 0.1.10 ### Patch Changes diff --git a/package.json b/package.json index f75a3bca6..d417f31e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radui/ui", - "version": "0.1.10", + "version": "0.2.0", "description": "", "main": "dist", "type": "module",