@signal9/era-ui 33.0.0 → 33.0.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 +2 -14
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,20 +1,8 @@
1
- ## [33.0.0](https://github.com/sig-nine/era-ui/compare/v32.0.1...v33.0.0) (2026-08-22)
2
-
3
- ### ⚠ BREAKING CHANGES
4
-
5
- * generated documentation is no longer tracked; component metadata aggregates are generated; new primitives must use local contracts and executable fixtures; CI and deployment now require the pinned Node/npm/Playwright toolchain.
6
- * Development and release tooling now requires Node 24+ and npm 11+. The public /measurements and /audit documentation routes are removed; agent instrumentation now lives at /__harness/audit. Component import specifiers remain unchanged.
7
-
8
- ### Features
9
-
10
- * introduce contract-driven development architecture ([7fe2d18](https://github.com/sig-nine/era-ui/commit/7fe2d18f6f4cc6d704f6f21d097297a2b865b2e2))
11
- * make era self-operating ([3d84958](https://github.com/sig-nine/era-ui/commit/3d8495820168bc890dceec710458fe794c91dcd4))
1
+ ## [33.0.1](https://github.com/sig-nine/era-ui/compare/v33.0.0...v33.0.1) (2026-08-22)
12
2
 
13
3
  ### Bug Fixes
14
4
 
15
- * **ci:** bound the release browser proof ([2f009c0](https://github.com/sig-nine/era-ui/commit/2f009c0925d673797814f7ff13aff2ca9eb33c33))
16
- * **ci:** isolate generated consumer artifacts ([e069670](https://github.com/sig-nine/era-ui/commit/e06967000a0d12f2d2b7586a02a970c1af43a70f))
17
- * **ci:** stabilize bounded verification ([2c5e940](https://github.com/sig-nine/era-ui/commit/2c5e94066df8fa1c97f7630206c06499c81ce0ed))
5
+ * **release:** authenticate registry byte proof ([cd99e0a](https://github.com/sig-nine/era-ui/commit/cd99e0a618295dc3b40d2dd6e16ec3a0883f214c))
18
6
 
19
7
  ## [32.0.1](https://github.com/sig-nine/era-ui/compare/v32.0.0...v32.0.1) (2026-08-22)
20
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "33.0.0",
3
+ "version": "33.0.1",
4
4
  "packageManager": "npm@11.19.0",
5
5
  "engines": {
6
6
  "node": ">=24 <27",