@swc/plugin-formatjs 1.0.1 → 1.0.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
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f3cea5f: Bump versions
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - a73664c: Update swc_core to v6.0.2
14
+
3
15
  ## 1.0.1
4
16
 
5
17
  ### 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]
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
+ ## 1.0.3
8
+
9
+ ### Patch Changes
10
+
11
+ - f3cea5f: Bump versions
12
+
13
+ ## 1.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - a73664c: Update swc_core to v6.0.2
18
+
7
19
  ## 1.0.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": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file