@swc/plugin-formatjs 5.1.2 → 6.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,23 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 562e755: Update swc_core to v33
8
+
9
+ ## 5.1.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 9a27285: fix(formatjs): Fix description extract for the template literal string
14
+
15
+ ## 5.1.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 85719ca: Update swc_core to v32
20
+
3
21
  ## 5.1.2
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,30 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 6.0.0
8
+
9
+ ### Major Changes
10
+
11
+ - 562e755: Update swc_core to v33
12
+
13
+ ## 5.1.4
14
+
15
+ ### Patch Changes
16
+
17
+ - 9a27285: fix(formatjs): Fix description extract for the template literal string
18
+
19
+ ## 5.1.3
20
+
21
+ ### Patch Changes
22
+
23
+ - 85719ca: Update swc_core to v32
24
+
25
+ ## 5.1.2
26
+
27
+ ### Patch Changes
28
+
29
+ - 467573b: fix(formatjs): Fix ast transform in jsx
30
+
7
31
  ## 5.1.1
8
32
 
9
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "5.1.2",
3
+ "version": "6.0.0",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file