@jogak/ui 0.1.0-alpha.9.1 → 0.1.0-alpha.9.2

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.9.2] — 2026-05-09
9
+
10
+ ### Fixed
11
+
12
+ - **CI**: `release.yml`의 publish 단계가 `jogak-next-*.tgz` 글로브 패턴을 사용해 `next` 패키지 publish 시 `next-adapter` tarball까지 매치되어 npm publish가 EUSAGE(다중 tarball)으로 실패. 이로 인해 알파.9.1에서 `core/react/ui/web-components`만 publish되고 `next/cli` 및 4개 어댑터는 publish 안 됨. 정확한 파일명(`jogak-${pkg}-${VERSION}.tgz`)으로 변경.
13
+
14
+ 기타 패키지: source 변경 없음, synchronized release 유지를 위해 버전만 bump.
15
+
8
16
  ## [0.1.0-alpha.9.1] — 2026-05-09
9
17
 
10
18
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jogak/ui",
3
- "version": "0.1.0-alpha.9.1",
3
+ "version": "0.1.0-alpha.9.2",
4
4
  "description": "Showcase viewer UI for Jogak — Sidebar / Preview / Controls / Actions and the JogakApp shell.",
5
5
  "keywords": [
6
6
  "jogak",
@@ -65,8 +65,8 @@
65
65
  "prism-react-renderer": "^2.4.1",
66
66
  "tailwindcss": "^4.0.0",
67
67
  "@tailwindcss/vite": "^4.0.0",
68
- "@jogak/core": "0.1.0-alpha.9.1",
69
- "@jogak/react": "0.1.0-alpha.9.1"
68
+ "@jogak/core": "0.1.0-alpha.9.2",
69
+ "@jogak/react": "0.1.0-alpha.9.2"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "^20.14.0",