diff --git a/.github/stale.yml b/.github/stale.yml index 25f65e7c3d4aa..0d33381a10deb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,7 @@ exemptLabels: - "Type: Discussion" - "Type: Needs Investigation" - "Type: Regression" + - "Type: Feature Request" # Label to use when marking an issue as stale staleLabel: "Resolution: Stale" issues: diff --git a/CHANGELOG-canary.md b/CHANGELOG-canary.md index 6040a0b246cb3..048f6a542e642 100644 --- a/CHANGELOG-canary.md +++ b/CHANGELOG-canary.md @@ -1,3 +1,8 @@ +## March 22, 2024 (18.3.0-canary-670811593-20240322) + +## React +- Added `useActionState` to replace `useFormState` and added `pending` value ([#28491](https://github.com/facebook/react/pull/28491)). + ## October 5, 2023 (18.3.0-canary-546178f91-20231005) ### React diff --git a/ReactVersions.js b/ReactVersions.js index ef97ee7e3afc3..e70d2e5ad60f2 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -7,18 +7,18 @@ // // The @latest channel uses the version as-is, e.g.: // -// 18.3.0 +// 19.0.0 // // The @canary channel appends additional information, with the scheme // -