@swc/plugin-formatjs 1.0.3 → 2.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,23 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f155bce: Update swc_core to v9
8
+
9
+ ## 2.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c9e75ce: Bump crate versions
14
+
15
+ ## 2.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - 4574a70: Update swc_core to v8.0.1
20
+
3
21
  ## 1.0.3
4
22
 
5
23
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -21,4 +21,4 @@ swc_core = { workspace = true, features = [
21
21
  "ecma_plugin_transform",
22
22
  "ecma_ast_serde",
23
23
  ] }
24
- swc_formatjs_transform = { path = "./transform", version = "1.0.0" }
24
+ swc_formatjs_transform = { path = "./transform", version = "3.0.0" }
package/README.md CHANGED
@@ -4,6 +4,24 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 2.0.2
8
+
9
+ ### Patch Changes
10
+
11
+ - f155bce: Update swc_core to v9
12
+
13
+ ## 2.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ - c9e75ce: Bump crate versions
18
+
19
+ ## 2.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - 4574a70: Update swc_core to v8.0.1
24
+
7
25
  ## 1.0.3
8
26
 
9
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "1.0.3",
3
+ "version": "2.0.2",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file