From 21a6662a5775d5c88f518cf7f6d1f403d31fd492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:24:29 +0200 Subject: [PATCH] Version Packages (#12) Co-authored-by: github-actions[bot] --- .changeset/eighty-forks-attack.md | 6 ------ src/tailwindcss-oklch/CHANGELOG.md | 7 +++++++ src/tailwindcss-oklch/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/eighty-forks-attack.md 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",