@swc/plugin-styled-jsx 7.0.0 → 7.0.1

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
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 95aecbc: Allow legacy nesting syntax
8
+
3
9
  ## 7.0.0
4
10
 
5
11
  ### Major Changes
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 7.0.1
6
+
7
+ ### Patch Changes
8
+
9
+ - 95aecbc: Allow legacy nesting syntax
10
+
5
11
  ## 7.0.0
6
12
 
7
13
  ### Major Changes