@swc/plugin-formatjs 2.0.3 → 2.0.5

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.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f436a09: Update swc_core to v10.
8
+
9
+ ## 2.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 2ae5319: Fix parsing of unicode
14
+
3
15
  ## 2.0.3
4
16
 
5
17
  ### Patch Changes
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.0.5
8
+
9
+ ### Patch Changes
10
+
11
+ - f436a09: Update swc_core to v10.
12
+
13
+ ## 2.0.4
14
+
15
+ ### Patch Changes
16
+
17
+ - 2ae5319: Fix parsing of unicode
18
+
7
19
  ## 2.0.3
8
20
 
9
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "+https://github.com/swc-project/plugins.git"
9
+ "url": "git+https://github.com/swc-project/plugins.git",
10
+ "directory": "packages/formatjs"
10
11
  },
11
12
  "bugs": {
12
13
  "url": "https://github.com/swc-project/plugins/issues"
Binary file