diff --git a/.changeset/smart-spoons-relate.md b/.changeset/smart-spoons-relate.md deleted file mode 100644 index d4b047c7..00000000 --- a/.changeset/smart-spoons-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"unify-ui": patch ---- - -modify the cursor style of the select component diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fa9ee4..0868c32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # unify-ui +## 0.14.19 + +### Patch Changes + +- 26f4f0a: modify the cursor style of the select component + ## 0.14.18 ### Patch Changes diff --git a/package.json b/package.json index 10773421..3b7a8ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unify-ui", - "version": "0.14.18", + "version": "0.14.19", "main": "dist/unify-ui.js", "types": "types/index.d.ts", "scripts": {