@jogak/ui 0.1.0-alpha.14.2 → 0.1.0-alpha.14.3
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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
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.3] — 2026-05-15
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **버전 동기화 (no functional change)**: `@jogak/core@0.1.0-alpha.14.3` 결함 fix(web-components iframe 어댑터 + codegen strict typecheck) publish에 맞춰 동기화. `@jogak/ui` 소스/dist 변경 없음.
|
|
13
|
+
|
|
8
14
|
## [0.1.0-alpha.14.2] — 2026-05-11
|
|
9
15
|
|
|
10
16
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jogak/ui",
|
|
3
|
-
"version": "0.1.0-alpha.14.
|
|
3
|
+
"version": "0.1.0-alpha.14.3",
|
|
4
4
|
"description": "Showcase viewer UI for Jogak — Sidebar / Preview / Controls / Actions and the JogakApp shell.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jogak",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"prism-react-renderer": "^2.4.1",
|
|
67
67
|
"tailwindcss": "^4.0.0",
|
|
68
68
|
"@tailwindcss/vite": "^4.0.0",
|
|
69
|
-
"@jogak/core": "0.1.0-alpha.14.
|
|
69
|
+
"@jogak/core": "0.1.0-alpha.14.3"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/node": "^20.14.0",
|