@signal9/era-ui 34.9.0 → 34.9.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [34.9.1](https://github.com/sig-nine/era-ui/compare/v34.9.0...v34.9.1) (2026-08-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **docs:** equalize card header edge gaps ([573c828](https://github.com/sig-nine/era-ui/commit/573c8288af38d2db6ab8cfdbec36c79d8815ffef))
6
+
1
7
  ## [34.9.0](https://github.com/sig-nine/era-ui/compare/v34.8.1...v34.9.0) (2026-08-30)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "34.9.0",
3
+ "version": "34.9.1",
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.9.1](https://github.com/sig-nine/era-ui/compare/v34.9.0...v34.9.1) (2026-08-30)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **docs:** equalize card header edge gaps ([573c828](https://github.com/sig-nine/era-ui/commit/573c8288af38d2db6ab8cfdbec36c79d8815ffef))
8
+
3
9
  ## [34.9.0](https://github.com/sig-nine/era-ui/compare/v34.8.1...v34.9.0) (2026-08-30)
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.9.0 | 24 | [Read](./34.md) |
8
+ | 34 | 34.0.0–34.9.1 | 25 | [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) |