@signal9/era-ui 34.5.0 → 34.6.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [34.6.0](https://github.com/sig-nine/era-ui/compare/v34.5.0...v34.6.0) (2026-08-28)
2
+
3
+ ### Features
4
+
5
+ * **docs:** add navi accent ([e874413](https://github.com/sig-nine/era-ui/commit/e874413180e8edf296fcab4a0d435e67a92cff6f))
6
+
1
7
  ## [34.5.0](https://github.com/sig-nine/era-ui/compare/v34.4.1...v34.5.0) (2026-08-28)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "34.5.0",
3
+ "version": "34.6.0",
4
4
  "packageManager": "npm@11.19.0",
5
5
  "engines": {
6
6
  "node": ">=24 <27",
@@ -1,5 +1,11 @@
1
1
  # Era UI v34 release history
2
2
 
3
+ ## [34.6.0](https://github.com/sig-nine/era-ui/compare/v34.5.0...v34.6.0) (2026-08-28)
4
+
5
+ ### Features
6
+
7
+ * **docs:** add navi accent ([e874413](https://github.com/sig-nine/era-ui/commit/e874413180e8edf296fcab4a0d435e67a92cff6f))
8
+
3
9
  ## [34.5.0](https://github.com/sig-nine/era-ui/compare/v34.4.1...v34.5.0) (2026-08-28)
4
10
 
5
11
  ### Features
@@ -5,7 +5,7 @@ Load only the major versions crossed by an upgrade; use the package-root `CHANGE
5
5
 
6
6
  | Major | Range | Releases | History |
7
7
  | ---: | --- | ---: | --- |
8
- | 34 | 34.0.0–34.5.0 | 18 | [Read](./34.md) |
8
+ | 34 | 34.0.0–34.6.0 | 19 | [Read](./34.md) |
9
9
  | 33 | 33.0.0–33.0.1 | 2 | [Read](./33.md) |
10
10
  | 32 | 32.0.0–32.0.1 | 2 | [Read](./32.md) |
11
11
  | 31 | 31.0.0–31.0.0 | 1 | [Read](./31.md) |