Skip to content

Commit 0a77b34

Browse files
committed
Bump next prerelease version numbers
Updates the version numbers in the prerelease (canary and experimental) channels.
1 parent 1c9b138 commit 0a77b34

File tree

19 files changed

+38
-38
lines changed

19 files changed

+38
-38
lines changed

ReactVersions.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
//
88
// The @latest channel uses the version as-is, e.g.:
99
//
10-
// 19.0.0
10+
// 19.1.0
1111
//
1212
// The @canary channel appends additional information, with the scheme
1313
// <version>-<label>-<commit_sha>, e.g.:
1414
//
15-
// 19.0.0-canary-a1c2d3e4
15+
// 19.1.0-canary-a1c2d3e4
1616
//
1717
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
1818
//
1919
// 0.0.0-experimental-241c4467e-20200129
2020

21-
const ReactVersion = '19.0.0';
21+
const ReactVersion = '19.1.0';
2222

2323
// The label used by the @canary channel. Represents the upcoming release's
2424
// stability. Most of the time, this will be "canary", but we may temporarily
@@ -33,20 +33,20 @@ const canaryChannelLabel = 'rc';
3333
const rcNumber = 1;
3434

3535
const stablePackages = {
36-
'eslint-plugin-react-hooks': '5.1.0',
37-
'jest-react': '0.16.0',
36+
'eslint-plugin-react-hooks': '5.2.0',
37+
'jest-react': '0.17.0',
3838
react: ReactVersion,
3939
'react-art': ReactVersion,
4040
'react-dom': ReactVersion,
4141
'react-server-dom-webpack': ReactVersion,
4242
'react-server-dom-turbopack': ReactVersion,
4343
'react-is': ReactVersion,
44-
'react-reconciler': '0.31.0',
45-
'react-refresh': '0.16.0',
44+
'react-reconciler': '0.32.0',
45+
'react-refresh': '0.17.0',
4646
'react-test-renderer': ReactVersion,
47-
'use-subscription': '1.10.0',
48-
'use-sync-external-store': '1.4.0',
49-
scheduler: '0.25.0',
47+
'use-subscription': '1.11.0',
48+
'use-sync-external-store': '1.5.0',
49+
scheduler: '0.26.0',
5050
};
5151

5252
// These packages do not exist in the @canary or @latest channel, only

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-react-hooks",
33
"description": "ESLint rules for React Hooks",
4-
"version": "5.0.0",
4+
"version": "5.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

packages/jest-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-react",
3-
"version": "0.14.0",
3+
"version": "0.17.0",
44
"description": "Jest matchers and utilities for testing React components.",
55
"main": "index.js",
66
"repository": {

packages/react-art/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-art",
33
"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.0.0",
4+
"version": "19.1.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"art": "^0.10.1",
2626
"create-react-class": "^15.6.2",
27-
"scheduler": "^0.23.0"
27+
"scheduler": "^0.25.0"
2828
},
2929
"peerDependencies": {
3030
"react": "^19.0.0"

packages/react-dom-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dom-bindings",
33
"description": "React implementation details for react-dom.",
4-
"version": "19.0.0",
4+
"version": "19.1.0",
55
"private": true,
66
"main": "index.js",
77
"repository": {

packages/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {
@@ -17,7 +17,7 @@
1717
},
1818
"homepage": "https://react.dev/",
1919
"dependencies": {
20-
"scheduler": "^0.23.0"
20+
"scheduler": "^0.25.0"
2121
},
2222
"peerDependencies": {
2323
"react": "^19.0.0"

packages/react-is/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-is",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"sideEffects": false,

packages/react-markup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-markup",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
55
"main": "index.js",
66
"repository": {

packages/react-reconciler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-reconciler",
33
"description": "React package for creating custom renderers.",
4-
"version": "0.29.0",
4+
"version": "0.32.0",
55
"keywords": [
66
"react"
77
],
@@ -29,6 +29,6 @@
2929
"react": "^19.0.0"
3030
},
3131
"dependencies": {
32-
"scheduler": "^0.23.0"
32+
"scheduler": "^0.25.0"
3333
}
3434
}

packages/react-refresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"react"
66
],
7-
"version": "0.14.0",
7+
"version": "0.17.0",
88
"homepage": "https://react.dev/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",

0 commit comments

Comments
 (0)