diff --git a/.changeset/eighty-forks-attack.md b/.changeset/eighty-forks-attack.md deleted file mode 100644 index 7c8f885..0000000 --- a/.changeset/eighty-forks-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@alexaka1/tailwindcss-oklch": patch ---- - -Remove ::placeholder selector from ring color -Fixes issue https://github.com/MartijnCuppens/tailwindcss-oklch/issues/12 on upstream diff --git a/src/tailwindcss-oklch/CHANGELOG.md b/src/tailwindcss-oklch/CHANGELOG.md index 26a5444..3594b41 100644 --- a/src/tailwindcss-oklch/CHANGELOG.md +++ b/src/tailwindcss-oklch/CHANGELOG.md @@ -1,5 +1,12 @@ # @alexaka1/tailwindcss-oklch +## 0.0.2 + +### Patch Changes + +- 9c9da0c: Remove ::placeholder selector from ring color + Fixes issue https://github.com/MartijnCuppens/tailwindcss-oklch/issues/12 on upstream + ## 0.0.1 ### Patch Changes diff --git a/src/tailwindcss-oklch/package.json b/src/tailwindcss-oklch/package.json index f8a2de5..59fd30d 100644 --- a/src/tailwindcss-oklch/package.json +++ b/src/tailwindcss-oklch/package.json @@ -1,6 +1,6 @@ { "name": "@alexaka1/tailwindcss-oklch", - "version": "0.0.1", + "version": "0.0.2", "private": false, "description": "Bring OKLCH colors to tailwind and introduces handy color utilities", "repository": "https://github.com/alexaka1/tailwindcss-oklch",