Skip to content

Commit 96b8dc1

Browse files
chore(release): 4 packages (#57)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7914588 commit 96b8dc1

File tree

8 files changed

+57
-10
lines changed

8 files changed

+57
-10
lines changed

packages/rosetta-admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.9 (2025-12-13)
4+
5+
### 🐛 Bug Fixes
6+
7+
- **rosetta-next:** separate server and client code bundles ([646cf27](https://github.com/SylphxAI/rosetta/commit/646cf27baf1e0e748514c0ebc34e87146832c0db))
8+
39
## 0.3.8 (2025-12-12)
410

511
### ♻️ Refactoring

packages/rosetta-admin/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphx/rosetta-admin",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "Headless translation admin hooks for @sylphx/rosetta",
55
"license": "MIT",
66
"type": "module",
@@ -22,7 +22,9 @@
2222
"import": "./dist/server/trpc.js"
2323
}
2424
},
25-
"files": ["dist"],
25+
"files": [
26+
"dist"
27+
],
2628
"scripts": {
2729
"build": "bunup src/index.ts --format esm --dts --external react --external @sylphx/rosetta --splitting=false --target browser && bunup src/react/index.ts --format esm --dts --external react --external @sylphx/rosetta --no-clean --splitting=false --target browser --out-dir dist/react && bunup src/server/index.ts src/server/trpc.ts --format esm --dts --external react --external @sylphx/rosetta --external @trpc/server --external zod --no-clean --splitting=false --target node --out-dir dist/server",
2830
"dev": "bunup src/index.ts src/react/index.ts src/server/index.ts src/server/trpc.ts --format esm --dts --external react --external @sylphx/rosetta --watch",
@@ -69,5 +71,12 @@
6971
"bugs": {
7072
"url": "https://github.com/SylphxAI/rosetta/issues"
7173
},
72-
"keywords": ["i18n", "translation", "admin", "rosetta", "headless", "react-hooks"]
74+
"keywords": [
75+
"i18n",
76+
"translation",
77+
"admin",
78+
"rosetta",
79+
"headless",
80+
"react-hooks"
81+
]
7382
}

packages/rosetta-drizzle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.3 (2025-12-13)
4+
5+
### 🐛 Bug Fixes
6+
7+
- **rosetta-next:** separate server and client code bundles ([646cf27](https://github.com/SylphxAI/rosetta/commit/646cf27baf1e0e748514c0ebc34e87146832c0db))
8+
39
## 0.2.2 (2025-12-12)
410

511
### 🐛 Bug Fixes

packages/rosetta-drizzle/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphx/rosetta-drizzle",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Drizzle ORM storage adapter for @sylphx/rosetta",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,9 @@
1616
"require": "./dist/schema.cjs"
1717
}
1818
},
19-
"files": ["dist"],
19+
"files": [
20+
"dist"
21+
],
2022
"scripts": {
2123
"build": "tsup src/index.ts src/schema.ts --dts --format esm,cjs --external @sylphx/rosetta",
2224
"dev": "bunup src/index.ts src/schema.ts --dts --format esm,cjs --external drizzle-orm --external @sylphx/rosetta --watch",
@@ -51,5 +53,12 @@
5153
"bugs": {
5254
"url": "https://github.com/SylphxAI/rosetta/issues"
5355
},
54-
"keywords": ["i18n", "drizzle", "drizzle-orm", "translation", "rosetta", "storage-adapter"]
56+
"keywords": [
57+
"i18n",
58+
"drizzle",
59+
"drizzle-orm",
60+
"translation",
61+
"rosetta",
62+
"storage-adapter"
63+
]
5564
}

packages/rosetta-next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.2 (2025-12-13)
4+
5+
### 🐛 Bug Fixes
6+
7+
- remove unused import ([7914588](https://github.com/SylphxAI/rosetta/commit/79145889ec527857c1f979f46973bd4ee193aa0a))
8+
- **rosetta-next:** separate server and client code bundles ([646cf27](https://github.com/SylphxAI/rosetta/commit/646cf27baf1e0e748514c0ebc34e87146832c0db))
9+
310
## 0.4.1 (2025-12-12)
411

512
### 🐛 Bug Fixes

packages/rosetta-next/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphx/rosetta-next",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Next.js integration for @sylphx/rosetta i18n",
55
"license": "MIT",
66
"type": "module",
@@ -28,7 +28,9 @@
2828
"require": "./dist/sync.cjs"
2929
}
3030
},
31-
"files": ["dist"],
31+
"files": [
32+
"dist"
33+
],
3234
"scripts": {
3335
"build": "NODE_ENV=production bunup src/locales.ts --format esm --dts --external react --external @sylphx/rosetta --splitting=false --target browser && bunup src/index.tsx --format esm --dts --external react --external @sylphx/rosetta --jsx.runtime automatic --jsx.import-source react --no-clean --splitting=false --target browser && bunup src/server.tsx --format esm --dts --external react --external @sylphx/rosetta --jsx.runtime automatic --jsx.import-source react --no-clean --splitting=false --target node && bunup src/loader.ts src/sync.ts --format esm,cjs --dts --external react --external @sylphx/rosetta --no-clean --splitting=false --target node && bun run build:fix",
3436
"build:fix": "find dist -name '*.js' -exec sed -i.bak 's/jsx-dev-runtime/jsx-runtime/g; s/jsxDEV/jsx/g' {} \\; && find dist -name '*.bak' -delete",

packages/rosetta/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.9 (2025-12-13)
4+
5+
### 🐛 Bug Fixes
6+
7+
- **rosetta-next:** separate server and client code bundles ([646cf27](https://github.com/SylphxAI/rosetta/commit/646cf27baf1e0e748514c0ebc34e87146832c0db))
8+
39
## 0.5.8 (2025-12-12)
410

511
### ♻️ Refactoring

packages/rosetta/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sylphx/rosetta",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Lightweight i18n library - pure utilities, zero Node.js dependencies",
55
"license": "MIT",
66
"type": "module",
@@ -26,7 +26,9 @@
2626
"bin": {
2727
"rosetta": "./dist/cli/index.js"
2828
},
29-
"files": ["dist"],
29+
"files": [
30+
"dist"
31+
],
3032
"scripts": {
3133
"build": "bunup src/index.ts --dts --format esm,cjs --target browser && bunup src/icu.ts --dts --clean=false --splitting=false --target browser && bunup src/adapters/index.ts src/cli/index.ts --dts --clean=false --splitting=false --target node",
3234
"dev": "bunup src/index.ts src/icu.ts src/adapters/index.ts --dts --watch",

0 commit comments

Comments
 (0)