@swc/plugin-formatjs 5.1.1 → 5.1.3

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-formatjs
2
2
 
3
+ ## 5.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 85719ca: Update swc_core to v32
8
+
9
+ ## 5.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 467573b: fix(formatjs): Fix ast transform in jsx
14
+
3
15
  ## 5.1.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,18 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 5.1.3
8
+
9
+ ### Patch Changes
10
+
11
+ - 85719ca: Update swc_core to v32
12
+
13
+ ## 5.1.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 467573b: fix(formatjs): Fix ast transform in jsx
18
+
7
19
  ## 5.1.1
8
20
 
9
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file