diff --git a/.changeset/slimy-cougars-press.md b/.changeset/slimy-cougars-press.md deleted file mode 100644 index b3afc4f..0000000 --- a/.changeset/slimy-cougars-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Ignore `no-unsafe-token-fn-usage` rule in css variables diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 4994333..25d3c8a 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.2 + +### Patch Changes + +- 86d8aab: Ignore `no-unsafe-token-fn-usage` rule in css variables + ## 0.1.1 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index 3d07d3e..5c6800f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.1", + "version": "0.1.2", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",