Bump next prerelease version numbers (#34639)
Sebastian "Sebbie" Silbermann committed
Oct 1, 2025 at 15:15 UTC
5667a41fe4d81aa806f6c1e8814b17975e33b317
17 files changed
+29
-29
ReactVersions.js
+2
-2
@@ -7,12 +7,12 @@
7
//
8
// The @latest channel uses the version as-is, e.g.:
9
//
10
-// 19.1.0
10
+// 19.2.0
11
//
12
// The @canary channel appends additional information, with the scheme
13
// <version>-<label>-<commit_sha>, e.g.:
14
//
15
-// 19.1.0-canary-a1c2d3e4
15
+// 19.2.0-canary-a1c2d3e4
16
//
17
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
18
//
packages/react-art/package.json
+2
-2
@@ -1,7 +1,7 @@
1
{
2
"name": "react-art",
3
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"main": "index.js",
6
"repository": {
7
"type": "git",
@@ -27,7 +27,7 @@
27
"scheduler": "^0.26.0"
28
},
29
"peerDependencies": {
30
- "react": "^19.1.0"
30
+ "react": "^19.2.0"
31
},
32
"files": [
33
"LICENSE",
packages/react-dom-bindings/package.json
+1
-1
@@ -1,7 +1,7 @@
1
{
2
"name": "react-dom-bindings",
3
"description": "React implementation details for react-dom.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"private": true,
6
"main": "index.js",
7
"repository": {
packages/react-dom/package.json
+2
-2
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dom",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
"description": "React package for working with the DOM.",
5
"main": "index.js",
6
"repository": {
@@ -20,7 +20,7 @@
20
"scheduler": "^0.26.0"
21
},
22
"peerDependencies": {
23
- "react": "^19.1.0"
23
+ "react": "^19.2.0"
24
},
25
"files": [
26
"LICENSE",
packages/react-is/package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "react-is",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
"description": "Brand checking of React Elements.",
5
"main": "index.js",
6
"sideEffects": false,
packages/react-markup/package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "react-markup",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
5
"main": "index.js",
6
"repository": {
packages/react-reconciler/package.json
+2
-2
@@ -1,7 +1,7 @@
1
{
2
"name": "react-reconciler",
3
"description": "React package for creating custom renderers.",
4
- "version": "0.32.0",
4
+ "version": "0.33.0",
5
"keywords": [
6
"react"
7
],
@@ -26,7 +26,7 @@
26
"node": ">=0.10.0"
27
},
28
"peerDependencies": {
29
- "react": "^19.1.0"
29
+ "react": "^19.2.0"
30
},
31
"dependencies": {
32
"scheduler": "^0.26.0"
packages/react-refresh/package.json
+1
-1
@@ -4,7 +4,7 @@
4
"keywords": [
5
"react"
6
],
7
- "version": "0.17.0",
7
+ "version": "0.18.0",
8
"homepage": "https://react.dev/",
9
"bugs": "https://github.com/facebook/react/issues",
10
"license": "MIT",
packages/react-server-dom-esm/package.json
+1
-1
@@ -1,7 +1,7 @@
1
{
2
"name": "react-server-dom-esm",
3
"description": "React Server Components bindings for DOM using ESM. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"keywords": [
6
"react"
7
],
packages/react-server-dom-parcel/package.json
+3
-3
@@ -1,7 +1,7 @@
1
{
2
"name": "react-server-dom-parcel",
3
"description": "React Server Components bindings for DOM using Parcel. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"keywords": [
6
"react"
7
],
@@ -79,7 +79,7 @@
79
"node": ">=0.10.0"
80
},
81
"peerDependencies": {
82
- "react": "^19.1.0",
83
- "react-dom": "^19.1.0"
82
+ "react": "^19.2.0",
83
+ "react-dom": "^19.2.0"
84
}
85
}
packages/react-server-dom-turbopack/package.json
+3
-3
@@ -1,7 +1,7 @@
1
{
2
"name": "react-server-dom-turbopack",
3
"description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"keywords": [
6
"react"
7
],
@@ -79,8 +79,8 @@
79
"node": ">=0.10.0"
80
},
81
"peerDependencies": {
82
- "react": "^19.1.0",
83
- "react-dom": "^19.1.0"
82
+ "react": "^19.2.0",
83
+ "react-dom": "^19.2.0"
84
},
85
"dependencies": {
86
"acorn-loose": "^8.3.0",
packages/react-server-dom-webpack/package.json
+3
-3
@@ -1,7 +1,7 @@
1
{
2
"name": "react-server-dom-webpack",
3
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
"keywords": [
6
"react"
7
],
@@ -100,8 +100,8 @@
100
"node": ">=0.10.0"
101
},
102
"peerDependencies": {
103
- "react": "^19.1.0",
104
- "react-dom": "^19.1.0",
103
+ "react": "^19.2.0",
104
+ "react-dom": "^19.2.0",
105
"webpack": "^5.59.0"
106
},
107
"dependencies": {
packages/react-test-renderer/package.json
+3
-3
@@ -1,6 +1,6 @@
1
{
2
"name": "react-test-renderer",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
"description": "React package for snapshot testing.",
5
"main": "index.js",
6
"repository": {
@@ -19,11 +19,11 @@
19
},
20
"homepage": "https://react.dev/",
21
"dependencies": {
22
- "react-is": "^19.1.0",
22
+ "react-is": "^19.2.0",
23
"scheduler": "^0.26.0"
24
},
25
"peerDependencies": {
26
- "react": "^19.1.0"
26
+ "react": "^19.2.0"
27
},
28
"files": [
29
"LICENSE",
packages/react/package.json
+1
-1
@@ -4,7 +4,7 @@
4
"keywords": [
5
"react"
6
],
7
- "version": "19.1.0",
7
+ "version": "19.2.0",
8
"homepage": "https://react.dev/",
9
"bugs": "https://github.com/facebook/react/issues",
10
"license": "MIT",
packages/shared/ReactVersion.js
+1
-1
@@ -12,4 +12,4 @@
12
// TODO: This module is used both by the release scripts and to expose a version
13
// at runtime. We should instead inject the version number as part of the build
14
// process, and use the ReactVersions.js module as the single source of truth.
15
-export default '19.1.0';
15
+export default '19.2.0';
packages/use-subscription/package.json
+1
-1
@@ -1,7 +1,7 @@
1
{
2
"name": "use-subscription",
3
"description": "Reusable hooks",
4
- "version": "1.11.0",
4
+ "version": "1.12.0",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/facebook/react.git",
packages/use-sync-external-store/package.json
+1
-1
@@ -1,7 +1,7 @@
1
{
2
"name": "use-sync-external-store",
3
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
4
- "version": "1.5.0",
4
+ "version": "1.6.0",
5
"exports": {
6
".": "./index.js",
7
"./with-selector": "./with-selector.js",