@jogak/ui 0.1.0-alpha.0 → 0.1.0-alpha.1

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 +3 -3
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.1] — 2026-05-07
9
+
10
+ ### Changed
11
+
12
+ - **CI**: Switched npm publish authentication from `NPM_TOKEN` secret to npm Trusted Publisher (GitHub Actions OIDC). The release workflow no longer reads `NODE_AUTH_TOKEN`; identity is verified via the OIDC token issued for `id-token: write`. No functional changes to package source code.
13
+
8
14
  ## [0.1.0-alpha.0] — 2026-05-07
9
15
 
10
16
  First public preview release. API is not yet stable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jogak/ui",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "Showcase viewer UI for Jogak — Sidebar / Preview / Controls / Actions and the JogakApp shell.",
5
5
  "keywords": [
6
6
  "jogak",
@@ -55,8 +55,8 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "prism-react-renderer": "^2.4.1",
58
- "@jogak/core": "0.1.0-alpha.0",
59
- "@jogak/react": "0.1.0-alpha.0"
58
+ "@jogak/core": "0.1.0-alpha.1",
59
+ "@jogak/react": "0.1.0-alpha.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.14.0",