@aleph-alpha/config-css 0.14.0 → 0.14.2

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.14.2 (2025-05-30)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **deps:** update unocss monorepo to v66.1.3
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Renovatebot
10
+
11
+ ## 0.14.1 (2025-05-15)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **deps:** update unocss monorepo to v66.1.2
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Renovatebot
20
+
1
21
  ## 0.14.0 (2025-05-13)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "0.14.0",
4
+ "version": "0.14.2",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@tokens-studio/sd-transforms": "1.3.0",
18
- "@unocss/preset-legacy-compat": "66.1.1",
18
+ "@unocss/preset-legacy-compat": "66.1.3",
19
19
  "token-transformer": "0.0.33",
20
20
  "unocss": "^66.0.0",
21
21
  "unocss-preset-animations": "1.2.1",