@swc/plugin-formatjs 6.1.0 → 7.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,35 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 25e0c2c: Update swc_core to v46.0.0
8
+
9
+ ## 6.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c324a59: Update swc_core to v45
14
+
15
+ ## 6.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8bad98d: Update swc_core to v44
20
+
21
+ ## 6.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 47be132: Update swc_core to v42
26
+
27
+ ## 6.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 0c9d7a1: build: Update swc_core to v39.0.0
32
+
3
33
  ## 6.1.0
4
34
 
5
35
  ### Minor Changes
package/README.md CHANGED
@@ -95,6 +95,36 @@ Will extract the metadata: `{project: "web", locale: "en", region: "us"}` that g
95
95
 
96
96
  # @swc/plugin-formatjs
97
97
 
98
+ ## 7.0.0
99
+
100
+ ### Major Changes
101
+
102
+ - 25e0c2c: Update swc_core to v46.0.0
103
+
104
+ ## 6.5.0
105
+
106
+ ### Minor Changes
107
+
108
+ - c324a59: Update swc_core to v45
109
+
110
+ ## 6.4.0
111
+
112
+ ### Minor Changes
113
+
114
+ - 8bad98d: Update swc_core to v44
115
+
116
+ ## 6.3.0
117
+
118
+ ### Minor Changes
119
+
120
+ - 47be132: Update swc_core to v42
121
+
122
+ ## 6.2.0
123
+
124
+ ### Minor Changes
125
+
126
+ - 0c9d7a1: build: Update swc_core to v39.0.0
127
+
98
128
  ## 6.1.0
99
129
 
100
130
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "provenance": true
7
+ },
4
8
  "description": "FormatJS SWC plugin",
5
9
  "main": "swc_plugin_formatjs.wasm",
6
10
  "homepage": "https://swc.rs",
Binary file