Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 9fcd18f

Browse files
authored
Merge pull request #2 from sylphlab/changeset-release/main
Version Packages
2 parents 79c9878 + 0d9ee7b commit 9fcd18f

File tree

9 files changed

+47
-12
lines changed

9 files changed

+47
-12
lines changed

.changeset/purple-steaks-tell.md

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

packages/base/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sylphlab/eslint-config-sylph
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 742404e: separate packages

packages/base/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": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Base ESLint Flat Config (TS, Airbnb, Unicorn, Prettier) for SylphLab projects.",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @sylphlab/eslint-config-sylph-react
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 742404e: separate packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [742404e]
12+
- @sylphlab/eslint-config-sylph@2.0.0

packages/react/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-react",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "React ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

packages/rn/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @sylphlab/eslint-config-sylph-rn
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 742404e: separate packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [742404e]
12+
- @sylphlab/eslint-config-sylph-react@2.0.0

packages/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": "1.0.1",
3+
"version": "2.0.0",
44
"description": "React Native ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

packages/vue/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @sylphlab/eslint-config-sylph-vue
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 742404e: separate packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [742404e]
12+
- @sylphlab/eslint-config-sylph@2.0.0

packages/vue/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-vue",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Vue 3 ESLint Flat Config for SylphLab projects.",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)