From 2214da32834c53309f28716f9b31983985fc8860 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:10:41 -0500 Subject: [PATCH] Version Packages (#149) Co-authored-by: github-actions[bot] --- .changeset/spotty-lemons-float.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spotty-lemons-float.md diff --git a/.changeset/spotty-lemons-float.md b/.changeset/spotty-lemons-float.md deleted file mode 100644 index ee54535..0000000 --- a/.changeset/spotty-lemons-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pandacss/eslint-plugin': patch ---- - -Ignore non panda files diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 20f9bbb..a208edb 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.13 + +### Patch Changes + +- b004285: Ignore non panda files + ## 0.1.12 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index b5028c3..2258544 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.12", + "version": "0.1.13", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",