diff --git a/.changeset/moody-ducks-pull.md b/.changeset/moody-ducks-pull.md deleted file mode 100644 index 53739d5..0000000 --- a/.changeset/moody-ducks-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': patch ---- - -Fix firefox compatibility issues. Firefox doesn't support `computedStyleMap` function on DOM elements which was breaking fluwy. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7ad0a..b108659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @fluwy/ui +## 0.4.3 + +### Patch Changes + +- 44304bc: Fix firefox compatibility issues. Firefox doesn't support `computedStyleMap` function on DOM elements which was breaking fluwy. + ## 0.4.2 ### Patch Changes diff --git a/package.json b/package.json index 367d7f1..3473d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluwy/ui", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "publishConfig": { "access": "public"