From 1bfae4022126acfad42a1096154030dde166b1b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:14:05 -0500 Subject: [PATCH] Version Packages (#138) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-points-invent.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-points-invent.md diff --git a/.changeset/fuzzy-points-invent.md b/.changeset/fuzzy-points-invent.md deleted file mode 100644 index 1b7a504..0000000 --- a/.changeset/fuzzy-points-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pandacss/eslint-plugin': patch ---- - -Let `no-dynamic-styling` rule, report dynamic properties. diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 2027d57..7f6ba93 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.11 + +### Patch Changes + +- ac21839: Let `no-dynamic-styling` rule, report dynamic properties. + ## 0.1.10 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index f936c10..927723c 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.10", + "version": "0.1.11", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",