diff --git a/.changeset/four-elephants-grab.md b/.changeset/four-elephants-grab.md deleted file mode 100644 index 85bf141..0000000 --- a/.changeset/four-elephants-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Allow color opacity in `no-hardcoded-color` rule diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 85b6d89..9452297 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.0.18 + +### Patch Changes + +- 36414a9: Allow color opacity in `no-hardcoded-color` rule + ## 0.0.17 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index fe6aaa7..c29c4ba 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.0.17", + "version": "0.0.18", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",