@swc/plugin-styled-jsx 1.5.118 → 1.5.120

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
+ ## 1.5.120
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c9c859: Fix specificity of pseudo classes
8
+
9
+ ## 1.5.119
10
+
11
+ ### Patch Changes
12
+
13
+ - c196add: Ignored recoverable css parsing issues
14
+
3
15
  ## 1.5.118
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 1.5.120
6
+
7
+ ### Patch Changes
8
+
9
+ - 0c9c859: Fix specificity of pseudo classes
10
+
11
+ ## 1.5.119
12
+
13
+ ### Patch Changes
14
+
15
+ - c196add: Ignored recoverable css parsing issues
16
+
5
17
  ## 1.5.118
6
18
 
7
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-styled-jsx",
3
- "version": "1.5.118",
3
+ "version": "1.5.120",
4
4
  "description": "SWC plugin for styled-jsx",
5
5
  "main": "swc_plugin_styled_jsx.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file