Skip to content

Commit 45132a8

Browse files
merging all conflicts
2 parents 9b7ffb0 + 91614a5 commit 45132a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/community/versioning-policy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: 版本策略
88

99
</Intro>
1010

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.
1212

1313
## 稳定版本 {/*stable-releases*/}
1414

@@ -24,7 +24,13 @@ For a list of previous releases, see the [Versions](/versions) page.
2424

2525
次要版本发布是最常见的发布类型。
2626

27+
<<<<<<< HEAD
2728
### 破坏性版本 {/*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.
31+
32+
### Breaking changes {/*breaking-changes*/}
33+
>>>>>>> 91614a51a1be9078777bc337ba83fc62e606cc14
2834
2935
破坏性改变对每个人都不方便,因此我们试图尽量减少主要版本的发布数量 - 例如,React 15 发布于 2016 年 4 月,React 16 发布于 2017 年 9 月,React 17 发布于 2020 年 10 月。
3036

0 commit comments

Comments
 (0)