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

Commit de29a51

Browse files
Version Packages
1 parent e1f0ef4 commit de29a51

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

.changeset/twenty-baboons-love.md

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

packages/biome-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sylphlab/biome-config
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e1f0ef4: migrate to biome

packages/biome-config/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
{
22
"name": "@sylphlab/biome-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared Biome configuration for SylphLab projects",
5-
"keywords": ["biome", "biome-config", "config", "formatter", "linter", "sylphlab"],
5+
"keywords": [
6+
"biome",
7+
"biome-config",
8+
"config",
9+
"formatter",
10+
"linter",
11+
"sylphlab"
12+
],
613
"license": "MIT",
714
"type": "module",
815
"exports": {
916
".": "./biome.json",
1017
"./strict": "./biome.strict.json"
1118
},
12-
"files": ["biome.json", "biome.config.js"],
19+
"files": [
20+
"biome.json",
21+
"biome.config.js"
22+
],
1323
"peerDependencies": {
1424
"@biomejs/biome": ">=1.9.0"
1525
},

packages/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sylphlab/typescript-docs
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e1f0ef4: migrate to biome

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphlab/typescript-docs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "Documentation site for the SylphLab TypeScript Ecosystem",
66
"scripts": {

0 commit comments

Comments
 (0)