diff --git a/.changeset/warm-moles-sit.md b/.changeset/warm-moles-sit.md deleted file mode 100644 index 5b8bd97..0000000 --- a/.changeset/warm-moles-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@studiocms/ui": patch ---- - -Fixes icons getting cut off in certain circumstances and changes dropdown links to include icons diff --git a/packages/studiocms_ui/CHANGELOG.md b/packages/studiocms_ui/CHANGELOG.md index f750b39..37fff0c 100644 --- a/packages/studiocms_ui/CHANGELOG.md +++ b/packages/studiocms_ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @studiocms/ui +## 0.4.3 + +### Patch Changes + +- [#46](https://github.com/withstudiocms/ui/pull/46) [`29ea967`](https://github.com/withstudiocms/ui/commit/29ea967c2cee935715de0f4787b603d69997e84b) Thanks [@louisescher](https://github.com/louisescher)! - Fixes icons getting cut off in certain circumstances and changes dropdown links to include icons + ## 0.4.2 ### Patch Changes diff --git a/packages/studiocms_ui/package.json b/packages/studiocms_ui/package.json index 4b7aa1a..8b89a61 100644 --- a/packages/studiocms_ui/package.json +++ b/packages/studiocms_ui/package.json @@ -1,6 +1,6 @@ { "name": "@studiocms/ui", - "version": "0.4.2", + "version": "0.4.3", "description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.", "repository": { "type": "git",