From 26acfa13dbb66b602a60bba9719d91b1651c592c Mon Sep 17 00:00:00 2001 From: silverhand-bot Date: Thu, 18 Apr 2024 12:09:41 +0000 Subject: [PATCH] release: version packages --- .changeset/serious-carpets-retire.md | 7 ------- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/serious-carpets-retire.md diff --git a/.changeset/serious-carpets-retire.md b/.changeset/serious-carpets-retire.md deleted file mode 100644 index d838b8c..0000000 --- a/.changeset/serious-carpets-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@silverhand/eslint-config-react": patch ---- - -downgrade stylelint to v15 for transition - -stylelint v16 removed a lot of deprecated rules and we need to update our stylelint config to work with the new version. this is a temporary downgrade to v15 to give us time to update our stylelint config. diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 99eceb1..4df53cf 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 6.0.2 + +### Patch Changes + +- c41d37e: downgrade stylelint to v15 for transition + + stylelint v16 removed a lot of deprecated rules and we need to update our stylelint config to work with the new version. this is a temporary downgrade to v15 to give us time to update our stylelint config. + ## 6.0.1 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 833ab07..392a011 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@silverhand/eslint-config-react", - "version": "6.0.1", + "version": "6.0.2", "description": "Shared ESLint (React) config for Silverhand.", "author": "Gao Sun ", "homepage": "https://github.com/silverhand-io/configs#readme",