@swc/plugin-formatjs 1.0.1 → 2.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,29 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c9e75ce: Bump crate versions
8
+
9
+ ## 2.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 4574a70: Update swc_core to v8.0.1
14
+
15
+ ## 1.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - f3cea5f: Bump versions
20
+
21
+ ## 1.0.2
22
+
23
+ ### Patch Changes
24
+
25
+ - a73664c: Update swc_core to v6.0.2
26
+
3
27
  ## 1.0.1
4
28
 
5
29
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -4,11 +4,11 @@ authors = [
4
4
  "DongYoon Kang <kdy1997.dev@gmail.com>",
5
5
  ]
6
6
  description = "formatjs plugin for SWC"
7
- edition.workspace = true
8
- license.workspace = true
7
+ edition = { workspace = true }
8
+ license = { workspace = true }
9
9
  name = "swc_plugin_formatjs"
10
10
  publish = false
11
- repository.workspace = true
11
+ repository = { workspace = true }
12
12
  version = "1.0.0"
13
13
 
14
14
  [lib]
@@ -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 = "2.0.0" }
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
+ ## 2.0.1
8
+
9
+ ### Patch Changes
10
+
11
+ - c9e75ce: Bump crate versions
12
+
13
+ ## 2.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - 4574a70: Update swc_core to v8.0.1
18
+
19
+ ## 1.0.3
20
+
21
+ ### Patch Changes
22
+
23
+ - f3cea5f: Bump versions
24
+
25
+ ## 1.0.2
26
+
27
+ ### Patch Changes
28
+
29
+ - a73664c: Update swc_core to v6.0.2
30
+
7
31
  ## 1.0.1
8
32
 
9
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "1.0.1",
3
+ "version": "2.0.1",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file