@swc/plugin-formatjs 3.2.3 → 4.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,23 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d5ce5c: Update swc_core to v28.0.0
8
+
9
+ ## 4.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - cf2636b: Update swc_core to v27
14
+
15
+ ## 3.2.4
16
+
17
+ ### Patch Changes
18
+
19
+ - e3e743d: Update swc_core to v27
20
+
3
21
  ## 3.2.3
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
+ ## 4.0.1
8
+
9
+ ### Patch Changes
10
+
11
+ - 8d5ce5c: Update swc_core to v28.0.0
12
+
13
+ ## 4.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - cf2636b: Update swc_core to v27
18
+
19
+ ## 3.2.4
20
+
21
+ ### Patch Changes
22
+
23
+ - e3e743d: Update swc_core to v27
24
+
25
+ ## 3.2.3
26
+
27
+ ### Patch Changes
28
+
29
+ - f226c4b: Generate the same ID after React Compiler
30
+
7
31
  ## 3.2.2
8
32
 
9
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "3.2.3",
3
+ "version": "4.0.1",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file