Skip to content

Commit 2937e65

Browse files
release: version packages (#163)
1 parent c41d37e commit 2937e65

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/serious-carpets-retire.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/eslint-config-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- c41d37e: downgrade stylelint to v15 for transition
8+
9+
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.
10+
311
## 6.0.1
412

513
### Patch Changes

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silverhand/eslint-config-react",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Shared ESLint (React) config for Silverhand.",
55
"author": "Gao Sun <gaosun.dev@gmail.com>",
66
"homepage": "https://github.com/silverhand-io/configs#readme",

0 commit comments

Comments
 (0)