@swc/plugin-styled-jsx 4.0.0 → 5.0.0

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @swc/plugin-styled-jsx
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 4ad7f56: Update swc_core to v5
8
+
9
+ ## 4.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - e55398b: Update lightningcss
14
+
3
15
  ## 4.0.0
4
16
 
5
17
  ### Major Changes
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 5.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - 4ad7f56: Update swc_core to v5
10
+
11
+ ## 4.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - e55398b: Update lightningcss
16
+
5
17
  ## 4.0.0
6
18
 
7
19
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-styled-jsx",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "SWC plugin for styled-jsx",
5
5
  "main": "swc_plugin_styled_jsx.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file