@gouno/ui 0.3.2 → 0.3.4

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -16,6 +16,18 @@ All notable changes to this project are documented here.
16
16
  - Participating controls use English fallback consistently. Configure zhCN to retain Chinese defaults; existing explicit text remains authoritative. See [migration](docs/component-localization.md).
17
17
  - Review completion retains scope/evidence and can reopen after a defect instead of requiring every catalog entry to remain permanently at 100.
18
18
 
19
+ ## [0.3.4] - 2026-09-13
20
+
21
+ ### Fixed
22
+
23
+ - Bound the npm release job to the `npm` GitHub Environment so configured npm Trusted Publishing can authenticate tag-driven releases with provenance.
24
+
25
+ ## [0.3.3] - 2026-09-13
26
+
27
+ ### Changed
28
+
29
+ - Switched the release path to npm Trusted Publishing with GitHub Actions provenance after publisher configuration was completed.
30
+
19
31
  ## [0.3.2] - 2026-09-13
20
32
 
21
33
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gouno/ui",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Gouno product family UI, themes and administration template",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rushairer.github.io/gouno-ui/",