@zvk/ui 0.1.1 → 0.1.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/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,9 +20,10 @@ import "@zvk/ui/styles.css";
20
20
 
21
21
  ## Release Status
22
22
 
23
- GitHub Actions currently builds, verifies, and packs `@zvk/ui` for inspection.
24
- Registry publishing is intentionally disabled until package distribution policy
25
- is approved.
23
+ GitHub Actions runs `npm run preflight` before release publishing. Release Please opens
24
+ reviewable version-bump PRs from conventional commits; merging a release PR creates the
25
+ GitHub release and publishes `@zvk/ui` to npm through trusted publishing in the protected
26
+ `npm-publish` environment.
26
27
 
27
28
  ## First Slice
28
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zvk/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A polished, zero-runtime-dependency React component library for Liano applications.",
5
5
  "private": false,
6
6
  "type": "module",