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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ React의 모든 안정적인 빌드는 높은 수준의 테스트를 거치고
7
7
8
8
</Intro>
9
9
10
-
This versioning policy describes our approach to version numbers for packages such as `react` and `react-dom`. 지난 버전을 확인하려면, [React 버전](/versions) 페이지를 참고해주세요.
10
+
이 버전 관리 정책에서는 `react`와 `react-dom` 같은 패키지의 버전을 정하는 방식을 설명합니다. 지난 버전을 확인하려면, [React 버전](/versions) 페이지를 참고해주세요.
11
11
12
12
## Stable releases {/*stable-releases*/}
13
13
14
-
Stable React releases (also known as "Latest" release channel) follow [semantic versioning (semver)](https://semver.org/lang/ko/)principles.
14
+
안정적인 React 릴리즈(최신 릴리즈 채널이라고도 합니다)는 [유의적 버전(SemVer)](https://semver.org/lang/ko/)원칙을 따릅니다.
15
15
16
16
버전 번호 **x.y.z**를 사용할 때 다음과 같습니다.
17
17
@@ -23,7 +23,7 @@ Stable React releases (also known as "Latest" release channel) follow [semantic
23
23
24
24
마이너 릴리즈는 릴리즈의 가장 흔한 유형입니다.
25
25
26
-
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.
26
+
사용자들이 프로덕션 환경에서 이전 버전의 React를 계속 사용한다는 점을 알고 있습니다. React에서 보안 취약점이 발견되면, 해당 취약점의 영향을 받는 모든 메이저 버전에 수정 사항을 백포트해 릴리즈합니다.
0 commit comments