From 8411857ae6b842957cd2e2ae5084ecd5189f5beb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:23:14 -0800 Subject: [PATCH] Version Packages (#41) Co-authored-by: github-actions[bot] --- .changeset/gentle-trains-marry.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gentle-trains-marry.md 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",