@swc/plugin-styled-jsx 1.5.114 → 1.5.115

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,11 @@
1
1
  # @swc/plugin-styled-jsx
2
2
 
3
+ ## 1.5.115
4
+
5
+ ### Patch Changes
6
+
7
+ - ed6beaa: Fix logic for stripping comments out
8
+
3
9
  ## 1.5.114
4
10
 
5
11
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -5,7 +5,7 @@ edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  name = "swc_plugin_styled_jsx"
7
7
  publish = false
8
- version = "0.20.0"
8
+ version = "0.20.1"
9
9
 
10
10
  [lib]
11
11
  crate-type = ["cdylib", "rlib"]
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 1.5.115
6
+
7
+ ### Patch Changes
8
+
9
+ - ed6beaa: Fix logic for stripping comments out
10
+
5
11
  ## 1.5.114
6
12
 
7
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-styled-jsx",
3
- "version": "1.5.114",
3
+ "version": "1.5.115",
4
4
  "description": "SWC plugin for styled-jsx",
5
5
  "main": "swc_plugin_styled_jsx.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file