@cssxjs/runtime 0.2.0 → 0.2.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.2.2 (Tue Nov 04 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: support dynamic css var() for colors ([@cray0000](https://github.com/cray0000))
6
+
7
+ #### Authors: 1
8
+
9
+ - Pavel Zhukov ([@cray0000](https://github.com/cray0000))
10
+
11
+ ---
12
+
1
13
  # v0.2.0 (Tue Nov 04 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cssxjs/runtime",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "micro-memoize": "^3.0.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@startupjs/css-to-react-native-transform": "^2.1.0-0",
40
+ "@startupjs/css-to-react-native-transform": "^2.1.0-1",
41
41
  "mocha": "^8.1.1"
42
42
  },
43
43
  "peerDependencies": {
@@ -52,5 +52,5 @@
52
52
  "optional": true
53
53
  }
54
54
  },
55
- "gitHead": "a80a44b4d14c116871ca03997ce772b6beabf5d8"
55
+ "gitHead": "ac21101fdcc9a9a6e5eeeb3f89825bf237e5066a"
56
56
  }