@swc/plugin-styled-jsx 9.0.3 → 10.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,41 @@
1
1
  # @swc/plugin-styled-jsx
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 90c4f87: Drop swc_css mode
8
+
9
+ ## 9.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c324a59: Update swc_core to v45
14
+
15
+ ## 9.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8bad98d: Update swc_core to v44
20
+
21
+ ## 9.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 47be132: Update swc_core to v42
26
+
27
+ ## 9.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 0c9d7a1: build: Update swc_core to v39.0.0
32
+
33
+ ## 9.1.0
34
+
35
+ ### Minor Changes
36
+
37
+ - a872100: build: Update swc_core to v38
38
+
3
39
  ## 9.0.3
4
40
 
5
41
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,42 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 10.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - 90c4f87: Drop swc_css mode
10
+
11
+ ## 9.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - c324a59: Update swc_core to v45
16
+
17
+ ## 9.4.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 8bad98d: Update swc_core to v44
22
+
23
+ ## 9.3.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 47be132: Update swc_core to v42
28
+
29
+ ## 9.2.0
30
+
31
+ ### Minor Changes
32
+
33
+ - 0c9d7a1: build: Update swc_core to v39.0.0
34
+
35
+ ## 9.1.0
36
+
37
+ ### Minor Changes
38
+
39
+ - a872100: build: Update swc_core to v38
40
+
5
41
  ## 9.0.3
6
42
 
7
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@swc/plugin-styled-jsx",
3
- "version": "9.0.3",
3
+ "version": "10.0.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "provenance": true
7
+ },
4
8
  "description": "SWC plugin for styled-jsx",
5
9
  "main": "swc_plugin_styled_jsx.wasm",
6
10
  "homepage": "https://swc.rs",
Binary file