css-is-awesome 1.9.3 → 1.9.5

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.9.5](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.4...v1.9.5) (2026-09-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **site:** docs print index harvests on beforeprint - was showing stale headings ([21a066b](https://github.com/Jerry2d3d/css-is-awesome/commit/21a066bdaa7b488f012333e5e07fa6fd34c57086))
7
+ * **site:** docs screen TOC re-harvests per page - was frozen on page one ([e746ab4](https://github.com/Jerry2d3d/css-is-awesome/commit/e746ab47072b407c627e9f375819cad9c3d7abab))
8
+ * **site:** print docs left nav hidden - the On this page bullets are the index ([8fb6b19](https://github.com/Jerry2d3d/css-is-awesome/commit/8fb6b19e656382d7d2c708ba8ef62466d03f4983))
9
+
10
+ ## [1.9.4](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.3...v1.9.4) (2026-09-06)
11
+
12
+
13
+ ### Features
14
+
15
+ * **site:** docs pages print as a spec - Table index + On-this-page ([16225f7](https://github.com/Jerry2d3d/css-is-awesome/commit/16225f7e3a03c1e68662552c4076f5419a314fd1))
16
+
1
17
  ## [1.9.3](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.9.2...v1.9.3) (2026-09-06)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-is-awesome",
3
- "version": "1.9.3",
3
+ "version": "1.9.5",
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": {