diff --git a/.changeset/quiet-pumas-tap.md b/.changeset/quiet-pumas-tap.md deleted file mode 100644 index 31666eb..0000000 --- a/.changeset/quiet-pumas-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Add `noOpacity` option to `no-hardcoded-color` rule diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 9452297..b99e75e 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.0.19 + +### Patch Changes + +- 22cc4ac: Add `noOpacity` option to `no-hardcoded-color` rule + ## 0.0.18 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index c29c4ba..2ef7e31 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.0.18", + "version": "0.0.19", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",