css-is-awesome 1.9.2 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.9.4](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.3...v1.9.4) (2026-09-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * **site:** docs pages print as a spec - Table index + On-this-page ([16225f7](https://github.com/Jerry2d3d/css-is-awesome/commit/16225f7e3a03c1e68662552c4076f5419a314fd1))
7
+
8
+ ## [1.9.3](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.2...v1.9.3) (2026-09-06)
9
+
10
+
11
+ ### Features
12
+
13
+ * **site:** the theme editor prints as a Theme Specification ([e00539b](https://github.com/Jerry2d3d/css-is-awesome/commit/e00539b18359345b96eee8b6487614b767545b48))
14
+
1
15
  ## [1.9.2](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.1...v1.9.2) (2026-09-06)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-is-awesome",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "A token-driven SCSS design system with light/dark theming, semantic color tokens, and a 800+ LOC mixin API.",
5
5
  "homepage": "https://github.com/Jerry2d3d/css-is-awesome#readme",
6
6
  "bugs": {