You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/community/versioning-policy.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ title: 版本策略
8
8
9
9
</Intro>
10
10
11
-
For a list of previous releases, see the [Versions](/versions) page.
11
+
This versioning policy describes our approach to version numbers for packages such as `react` and `react-dom`. For a list of previous releases, see the [Versions](/versions) page.
12
12
13
13
## 稳定版本 {/*stable-releases*/}
14
14
@@ -24,7 +24,13 @@ For a list of previous releases, see the [Versions](/versions) page.
24
24
25
25
次要版本发布是最常见的发布类型。
26
26
27
+
<<<<<<< HEAD
27
28
### 破坏性版本 {/*breaking-changes*/}
29
+
=======
30
+
We know our users continue to use old versions of React in production. If we learn of a security vulnerability in React, we release a backported fix for all major versions that are affected by the vulnerability.
0 commit comments