Skip to content

Commit c0575ec

Browse files
authored
Merge pull request #85 from reactjs/sync-91614a51
Sync with react.dev @ 91614a5
2 parents b3f57c5 + 1dbf9fd commit c0575ec

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/content/community/versioning-policy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All stable builds of React go through a high level of testing and follow semanti
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 {/*stable-releases*/}
1414

@@ -24,7 +24,9 @@ Major releases can also contain new features, and any release can include bug fi
2424

2525
Minor releases are the most common type of release.
2626

27-
### Breaking Changes {/*breaking-changes*/}
27+
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.
28+
29+
### Breaking changes {/*breaking-changes*/}
2830

2931
Breaking changes are inconvenient for everyone, so we try to minimize the number of major releases – for example, React 15 was released in April 2016 and React 16 was released in September 2017, and React 17 was released in October 2020.
3032

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -912,13 +912,6 @@
912912
dependencies:
913913
tslib "^2.4.0"
914914

915-
"@emnapi/runtime@^1.2.0":
916-
version "1.3.1"
917-
resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.3.1.tgz#0fcaa575afc31f455fd33534c19381cfce6c6f60"
918-
integrity sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==
919-
dependencies:
920-
tslib "^2.4.0"
921-
922915
"@eslint/eslintrc@^0.4.3":
923916
version "0.4.3"
924917
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz"

0 commit comments

Comments
 (0)