@swc/plugin-formatjs 2.0.6 → 2.2.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,17 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b8c4e6c: Update swc_core to v12
8
+
9
+ ## 2.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 4c8b0e2: Update swc_core
14
+
3
15
  ## 2.0.6
4
16
 
5
17
  ### 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 = "3.0.0" }
24
+ swc_formatjs_transform = { path = "./transform", version = "4.0.0" }
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
+ ## 2.2.0
8
+
9
+ ### Minor Changes
10
+
11
+ - b8c4e6c: Update swc_core to v12
12
+
13
+ ## 2.1.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 4c8b0e2: Update swc_core
18
+
7
19
  ## 2.0.6
8
20
 
9
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "2.0.6",
3
+ "version": "2.2.0",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file