@signal9/era-ui 34.10.3 → 34.10.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [34.10.4](https://github.com/sig-nine/era-ui/compare/v34.10.3...v34.10.4) (2026-08-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **button:** clarify nested bar label alignment ([e011a99](https://github.com/sig-nine/era-ui/commit/e011a998c2d53a6805e17889fa5823873db4f9c7))
6
+
1
7
  ## [34.10.3](https://github.com/sig-nine/era-ui/compare/v34.10.2...v34.10.3) (2026-08-30)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "34.10.3",
3
+ "version": "34.10.4",
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.10.4](https://github.com/sig-nine/era-ui/compare/v34.10.3...v34.10.4) (2026-08-30)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **button:** clarify nested bar label alignment ([e011a99](https://github.com/sig-nine/era-ui/commit/e011a998c2d53a6805e17889fa5823873db4f9c7))
8
+
3
9
  ## [34.10.3](https://github.com/sig-nine/era-ui/compare/v34.10.2...v34.10.3) (2026-08-30)
4
10
 
5
11
  ### Bug Fixes
@@ -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.10.3 | 30 | [Read](./34.md) |
8
+ | 34 | 34.0.0–34.10.4 | 31 | [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) |