From 5ae206f8c22f440d02d485b37a2bb99ee1dc4dc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:31:38 -0500 Subject: [PATCH] Version Packages (#69) Co-authored-by: github-actions[bot] --- .changeset/slimy-cougars-press.md | 5 ----- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slimy-cougars-press.md diff --git a/.changeset/slimy-cougars-press.md b/.changeset/slimy-cougars-press.md deleted file mode 100644 index b3afc4f..0000000 --- a/.changeset/slimy-cougars-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pandacss/eslint-plugin": patch ---- - -Ignore `no-unsafe-token-fn-usage` rule in css variables diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 4994333..25d3c8a 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @pandacss/eslint-plugin +## 0.1.2 + +### Patch Changes + +- 86d8aab: Ignore `no-unsafe-token-fn-usage` rule in css variables + ## 0.1.1 ### Patch Changes diff --git a/plugin/package.json b/plugin/package.json index 3d07d3e..5c6800f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pandacss/eslint-plugin", - "version": "0.1.1", + "version": "0.1.2", "description": "Eslint plugin for Panda CSS", "author": "Abraham Aremu ", "main": "dist/index.js",