diff --git a/.changeset/gentle-trains-marry.md b/.changeset/gentle-trains-marry.md deleted file mode 100644 index 14773ab..0000000 --- a/.changeset/gentle-trains-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Fix checking non styled props in panda dotted components. i.e. `` diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index c7d9149..4994333 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.1 + +### Patch Changes + +- 28b3dfc: Fix checking non styled props in panda dotted components. i.e. `` + ## 0.1.0 ### Minor Changes diff --git a/plugin/package.json b/plugin/package.json index 8ac40fd..3d07d3e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.0", + "version": "0.1.1", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",