From ae8a6895b07130d820dc2bd3cfab3d49f2b411b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jan 2025 11:14:04 +0000 Subject: [PATCH] Version Packages --- .changeset/eight-pigs-bathe.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/eight-pigs-bathe.md diff --git a/.changeset/eight-pigs-bathe.md b/.changeset/eight-pigs-bathe.md deleted file mode 100644 index 5d2ae25..0000000 --- a/.changeset/eight-pigs-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pandacss/eslint-plugin': patch ---- - -Add whitelist option to rules diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index b5eac7c..55edeb4 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.2.4 + +### Patch Changes + +- 8c928df: Add whitelist option to rules + ## 0.2.3 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index e37d3a3..79d4362 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.2.3", + "version": "0.2.4", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",