@swc/plugin-styled-jsx 7.0.10 → 8.0.1
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 +18 -0
- package/README.md +18 -0
- package/package.json +1 -1
- package/swc_plugin_styled_jsx.wasm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @swc/plugin-styled-jsx
|
|
2
2
|
|
|
3
|
+
## 8.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1bd58bf: Fix interpolation in svg
|
|
8
|
+
|
|
9
|
+
## 8.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- cf2636b: Update swc_core to v27
|
|
14
|
+
|
|
15
|
+
## 7.0.11
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- e3e743d: Update swc_core to v27
|
|
20
|
+
|
|
3
21
|
## 7.0.10
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# @swc/plugin-styled-jsx
|
|
4
4
|
|
|
5
|
+
## 8.0.1
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 1bd58bf: Fix interpolation in svg
|
|
10
|
+
|
|
11
|
+
## 8.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- cf2636b: Update swc_core to v27
|
|
16
|
+
|
|
17
|
+
## 7.0.11
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- e3e743d: Update swc_core to v27
|
|
22
|
+
|
|
5
23
|
## 7.0.10
|
|
6
24
|
|
|
7
25
|
### Patch Changes
|
package/package.json
CHANGED
|
Binary file
|