From 1f907816a60b3088eddba1193ac51ccb456ca338 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:57:36 -0800 Subject: [PATCH] Version Packages (#32) Co-authored-by: github-actions[bot] --- .changeset/four-elephants-grab.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-elephants-grab.md diff --git a/.changeset/four-elephants-grab.md b/.changeset/four-elephants-grab.md deleted file mode 100644 index 85bf141..0000000 --- a/.changeset/four-elephants-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Allow color opacity in `no-hardcoded-color` rule diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 85b6d89..9452297 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.0.18 + +### Patch Changes + +- 36414a9: Allow color opacity in `no-hardcoded-color` rule + ## 0.0.17 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index fe6aaa7..c29c4ba 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.0.17", + "version": "0.0.18", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",