diff --git a/.changeset/tender-chefs-help.md b/.changeset/tender-chefs-help.md deleted file mode 100644 index cb969dc..0000000 --- a/.changeset/tender-chefs-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pandacss/eslint-plugin': patch ---- - -Fix array syntax in `no-dynamic-styling` diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 7f6ba93..20f9bbb 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.12 + +### Patch Changes + +- 7dbd78e: Fix array syntax in `no-dynamic-styling` + ## 0.1.11 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index 927723c..b5028c3 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.11", + "version": "0.1.12", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",