Skip to content

Commit cb562e4

Browse files
committed
feat: Bump versions and update changelogs for ESLint configurations across React, React Native, and Vue packages
2 parents 9371c6d + c42aacc commit cb562e4

File tree

9 files changed

+32
-11
lines changed

9 files changed

+32
-11
lines changed

.changeset/rude-moose-throw.md

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

packages/eslint-config-sylph-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sylphlab/eslint-config-sylph-react
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a114f3]
8+
- @sylphlab/eslint-config-sylph@3.3.0
9+
310
## 5.0.3
411

512
### Patch Changes

packages/eslint-config-sylph-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphlab/eslint-config-sylph-react",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "React ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -60,7 +60,7 @@
6060
},
6161
"peerDependencies": {
6262
"@eslint/js": "^9.24.0",
63-
"@sylphlab/eslint-config-sylph": "^3.2.6",
63+
"@sylphlab/eslint-config-sylph": "^3.3.0",
6464
"@typescript-eslint/eslint-plugin": "^8.29.1",
6565
"@typescript-eslint/parser": "^8.29.1",
6666
"eslint": "^9.24.0",

packages/eslint-config-sylph-rn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphlab/eslint-config-sylph-rn
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- @sylphlab/eslint-config-sylph-react@6.0.0
8+
39
## 5.0.3
410

511
### Patch Changes

packages/eslint-config-sylph-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphlab/eslint-config-sylph-rn",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "React Native ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/eslint-config-sylph-vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sylphlab/eslint-config-sylph-vue
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a114f3]
8+
- @sylphlab/eslint-config-sylph@3.3.0
9+
310
## 5.0.4
411

512
### Patch Changes

packages/eslint-config-sylph-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphlab/eslint-config-sylph-vue",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"description": "Vue 3 ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -61,7 +61,7 @@
6161
},
6262
"peerDependencies": {
6363
"@eslint/js": "^9.24.0",
64-
"@sylphlab/eslint-config-sylph": "^3.2.6",
64+
"@sylphlab/eslint-config-sylph": "^3.3.0",
6565
"@typescript-eslint/eslint-plugin": "^8.29.1",
6666
"@typescript-eslint/parser": "^8.29.1",
6767
"eslint": "^9.24.0",

packages/eslint-config-sylph/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphlab/eslint-config-sylph
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- 5a114f3: revised rules
8+
39
## 3.2.6
410

511
### Patch Changes

packages/eslint-config-sylph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphlab/eslint-config-sylph",
3-
"version": "3.2.6",
3+
"version": "3.3.0",
44
"description": "Strict, AI-optimized ESLint Flat Config for modern TypeScript projects (v9+, TS, Unicorn, Functional, Security, Sonar, Import, Promise, Regexp, Prettier). Core of all SylphLab TypeScript projects.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)