@swc/plugin-styled-jsx 8.0.2 → 8.0.4
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 +12 -0
- package/README.md +12 -0
- package/package.json +1 -1
- package/swc_plugin_styled_jsx.wasm +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# @swc/plugin-styled-jsx
|
|
4
4
|
|
|
5
|
+
## 8.0.4
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 8d5ce5c: Update swc_core to v28.0.0
|
|
10
|
+
|
|
11
|
+
## 8.0.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- ae8b938: Allow specifying multiple selectors in :global
|
|
16
|
+
|
|
5
17
|
## 8.0.2
|
|
6
18
|
|
|
7
19
|
### Patch Changes
|
package/package.json
CHANGED
|
Binary file
|