@swc/plugin-formatjs 6.5.0 → 8.0.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
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 593f438: Update swc_core to v47
8
+
9
+ ## 7.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 25e0c2c: Update swc_core to v46.0.0
14
+
3
15
  ## 6.5.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -95,6 +95,18 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g
95
95
 
96
96
  # @swc/plugin-formatjs
97
97
 
98
+ ## 8.0.0
99
+
100
+ ### Major Changes
101
+
102
+ - 593f438: Update swc_core to v47
103
+
104
+ ## 7.0.0
105
+
106
+ ### Major Changes
107
+
108
+ - 25e0c2c: Update swc_core to v46.0.0
109
+
98
110
  ## 6.5.0
99
111
 
100
112
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "6.5.0",
3
+ "version": "8.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
Binary file