diff --git a/.changeset/young-points-cry.md b/.changeset/young-points-cry.md deleted file mode 100644 index 149c2c12..00000000 --- a/.changeset/young-points-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidev/sigil": patch ---- - -Improve `Combobox` trigger styles diff --git a/CHANGELOG.md b/CHANGELOG.md index b70cf071..0f64dabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @omnidev/sigil +## 0.10.10 + +### Patch Changes + +- [#110](https://github.com/omnidotdev/sigil/pull/110) [`d8d124e`](https://github.com/omnidotdev/sigil/commit/d8d124e830cc36e3b6d907bfef6c44d3854ae79a) Thanks [@coopbri](https://github.com/coopbri)! - Improve `Combobox` trigger styles + ## 0.10.9 ### Patch Changes diff --git a/package.json b/package.json index 037394da..1dbcb814 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@omnidev/sigil", "description": "Omni Sigil design system and library", "author": "Brian Cooper ", - "version": "0.10.9", + "version": "0.10.10", "license": "MIT", "main": "build/sigil.js", "module": "build/sigil.mjs",