@swc/plugin-formatjs 5.1.3 → 6.0.2

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,29 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 6.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 27cae40: Disallow typescript types to shrink size
8
+
9
+ ## 6.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - df280ad: Update swc_core to v34.0.0
14
+
15
+ ## 6.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - 562e755: Update swc_core to v33
20
+
21
+ ## 5.1.4
22
+
23
+ ### Patch Changes
24
+
25
+ - 9a27285: fix(formatjs): Fix description extract for the template literal string
26
+
3
27
  ## 5.1.3
4
28
 
5
29
  ### 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.2
8
+
9
+ ### Patch Changes
10
+
11
+ - 27cae40: Disallow typescript types to shrink size
12
+
13
+ ## 6.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ - df280ad: Update swc_core to v34.0.0
18
+
19
+ ## 6.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - 562e755: Update swc_core to v33
24
+
25
+ ## 5.1.4
26
+
27
+ ### Patch Changes
28
+
29
+ - 9a27285: fix(formatjs): Fix description extract for the template literal string
30
+
7
31
  ## 5.1.3
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.3",
3
+ "version": "6.0.2",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file