kempo-css 2.2.1 → 2.2.3

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
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.2.3] - 2026-05-03
6
+
7
+ ### Fixed
8
+ - `<hr>` inside flex container had collapsing width, fixed.
9
+
10
+ ## [2.2.2] - 2026-04-18
11
+
12
+ ### Fixed
13
+ - Build now copies `src/kempo.css` to `dist/kempo.css` so `dist/shake.js` can resolve it at runtime when installed from npm
14
+ - CLI `kempo-css-shake` now accepts `--color-mode light|dark` flag to resolve `light-dark()` functions
15
+
16
+ ## [2.2.1] - 2026-04-18
17
+
18
+ ### Changed
19
+ - Version bump
20
+
5
21
  ## [2.2.0] - 2026-04-18
6
22
 
7
23
  ### Added