@jogak/ui 0.1.0-alpha.14.4 → 0.1.0-alpha.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to Jogak packages are documented here. The repository follow
5
5
 
6
6
  Version numbers apply to all packages in the workspace (synchronized release).
7
7
 
8
+ ## [0.1.0-alpha.14.5] — 2026-06-04
9
+
10
+ ### Changed
11
+
12
+ - **버전 동기화 (no functional change)**: `@jogak/cli@0.1.0-alpha.14.5` (vite 6.4.3 high severity bump) publish에 맞춰 caret semver 일관성 유지. `@jogak/ui` 소스/dist 변경 없음. 본 패키지의 dev `vite.config.ts`만 `previewIsolation: 'none'` 명시 추가 — VR/local demo가 단일 ui dev server로 동작할 때 alpha.14.1 (`d64a8f8`)부터 도입된 chrome scope `component=null` stub로 인해 component가 hydrate되지 않던 회귀 fix. 사용자 publish 산출물에는 영향 없음.
13
+
8
14
  ## [0.1.0-alpha.14.4] — 2026-05-15
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jogak/ui",
3
- "version": "0.1.0-alpha.14.4",
3
+ "version": "0.1.0-alpha.14.5",
4
4
  "description": "Showcase viewer UI for Jogak — Sidebar / Preview / Controls / Actions and the JogakApp shell.",
5
5
  "keywords": [
6
6
  "jogak",
@@ -62,24 +62,24 @@
62
62
  "registry": "https://registry.npmjs.org/"
63
63
  },
64
64
  "dependencies": {
65
+ "@tailwindcss/vite": "^4.0.0",
65
66
  "clsx": "^2.1.1",
66
67
  "prism-react-renderer": "^2.4.1",
67
68
  "tailwindcss": "^4.0.0",
68
- "@tailwindcss/vite": "^4.0.0",
69
- "@jogak/core": "0.1.0-alpha.14.4"
69
+ "@jogak/core": "0.1.0-alpha.14.5"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "^20.14.0",
73
73
  "@types/react": "^19.0.0",
74
74
  "@types/react-dom": "^19.0.0",
75
75
  "@vitejs/plugin-react": "^4.3.0",
76
+ "happy-dom": "^20.9.0",
76
77
  "react": "^19.0.0",
77
78
  "react-dom": "^19.0.0",
78
79
  "typescript": "^5.5.0",
79
- "vite": "^6.0.0",
80
+ "vite": "^6.4.3",
80
81
  "vite-plugin-dts": "^4.5.4",
81
- "vitest": "^2.0.0",
82
- "happy-dom": "^20.9.0"
82
+ "vitest": "^2.0.0"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@vitejs/plugin-react": "^4.3.0",