From eeb8dbfe6f76b888342b4b21179a98927a647394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:59:55 -0800 Subject: [PATCH] Version Packages (#34) Co-authored-by: github-actions[bot] --- .changeset/mean-birds-kick.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-birds-kick.md diff --git a/.changeset/mean-birds-kick.md b/.changeset/mean-birds-kick.md deleted file mode 100644 index 47a8af1..0000000 --- a/.changeset/mean-birds-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Add `no-hardcoded-color` rule to recommended config diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index b99e75e..a5f224c 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.0.20 + +### Patch Changes + +- 2a61cf6: Add `no-hardcoded-color` rule to recommended config + ## 0.0.19 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index 2ef7e31..ac3500f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.0.19", + "version": "0.0.20", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",