emily-css 1.0.22 → 1.0.23

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to `emily-css` are documented here.
4
4
 
5
5
  ---
6
6
 
7
+ ## v1.0.23 — May 2026
8
+
9
+ **colour system redesign — brand/accent tokens + semantic colours (v1.0.23)**
10
+
11
+ ### Added
12
+ - colour system redesign — brand/accent tokens + semantic colours (v1.0.23)
13
+
14
+ ---
7
15
  ## v1.0.22 — May 2026
8
16
 
9
17
  **· Improve purge extraction and package robustness tests**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emily-css",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "A config-driven utility CSS framework. Define your brand once, generate the CSS.",
5
5
  "main": "src/index.js",
6
6
  "bin": {