From 8c5814abcb286de5e1c6412cc07246c8364740b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:02:53 -0500 Subject: [PATCH] Version Packages (#101) Co-authored-by: github-actions[bot] --- .changeset/tough-steaks-type.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tough-steaks-type.md diff --git a/.changeset/tough-steaks-type.md b/.changeset/tough-steaks-type.md deleted file mode 100644 index 088dca1..0000000 --- a/.changeset/tough-steaks-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pandacss/eslint-plugin': patch ---- - -Fix scope manager diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index c423d7b..a81c6a6 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.9 + +### Patch Changes + +- 15a4f9c: Fix scope manager + ## 0.1.8 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index fc7a323..63cb794 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.8", + "version": "0.1.9", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",