@cssxjs/bundler 0.2.18 → 0.2.27
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.
- package/CHANGELOG.md +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.2.27](https://github.com/startupjs/cssx/compare/v0.2.26...v0.2.27) (2025-12-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cssxjs/bundler
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# v0.2.17 (Mon Nov 10 2025)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cssxjs/bundler",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
4
4
|
"description": "Compile CSSX styles in React Native and Web bundlers",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./metro-config": "./metro-config.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/core": "^7.0.0",
|
|
24
|
-
"@cssxjs/loaders": "^0.2.
|
|
25
|
-
"babel-preset-cssxjs": "^0.2.
|
|
24
|
+
"@cssxjs/loaders": "^0.2.27",
|
|
25
|
+
"babel-preset-cssxjs": "^0.2.27"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "68a2b7e3305e225801f6e636eff421e0a34d4a6c"
|
|
28
28
|
}
|