mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Bump next prerelease version numbers (#31676)
Updates the version numbers in the prerelease (canary and experimental) channels. --------- Co-authored-by: Jack Pope <jackpope1@gmail.com>
This commit is contained in:
parent
6928bf2f7c
commit
c86542b240
|
|
@ -7,18 +7,18 @@
|
||||||
//
|
//
|
||||||
// The @latest channel uses the version as-is, e.g.:
|
// The @latest channel uses the version as-is, e.g.:
|
||||||
//
|
//
|
||||||
// 19.0.0
|
// 19.1.0
|
||||||
//
|
//
|
||||||
// The @canary channel appends additional information, with the scheme
|
// The @canary channel appends additional information, with the scheme
|
||||||
// <version>-<label>-<commit_sha>, e.g.:
|
// <version>-<label>-<commit_sha>, e.g.:
|
||||||
//
|
//
|
||||||
// 19.0.0-canary-a1c2d3e4
|
// 19.1.0-canary-a1c2d3e4
|
||||||
//
|
//
|
||||||
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
|
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
|
||||||
//
|
//
|
||||||
// 0.0.0-experimental-241c4467e-20200129
|
// 0.0.0-experimental-241c4467e-20200129
|
||||||
|
|
||||||
const ReactVersion = '19.0.0';
|
const ReactVersion = '19.1.0';
|
||||||
|
|
||||||
// The label used by the @canary channel. Represents the upcoming release's
|
// The label used by the @canary channel. Represents the upcoming release's
|
||||||
// stability. Most of the time, this will be "canary", but we may temporarily
|
// stability. Most of the time, this will be "canary", but we may temporarily
|
||||||
|
|
@ -33,8 +33,8 @@ const canaryChannelLabel = 'rc';
|
||||||
const rcNumber = 1;
|
const rcNumber = 1;
|
||||||
|
|
||||||
const stablePackages = {
|
const stablePackages = {
|
||||||
'eslint-plugin-react-hooks': '5.1.0',
|
'eslint-plugin-react-hooks': '5.2.0',
|
||||||
'jest-react': '0.16.0',
|
'jest-react': '0.17.0',
|
||||||
react: ReactVersion,
|
react: ReactVersion,
|
||||||
'react-art': ReactVersion,
|
'react-art': ReactVersion,
|
||||||
'react-dom': ReactVersion,
|
'react-dom': ReactVersion,
|
||||||
|
|
@ -42,12 +42,12 @@ const stablePackages = {
|
||||||
'react-server-dom-turbopack': ReactVersion,
|
'react-server-dom-turbopack': ReactVersion,
|
||||||
'react-server-dom-parcel': ReactVersion,
|
'react-server-dom-parcel': ReactVersion,
|
||||||
'react-is': ReactVersion,
|
'react-is': ReactVersion,
|
||||||
'react-reconciler': '0.31.0',
|
'react-reconciler': '0.32.0',
|
||||||
'react-refresh': '0.16.0',
|
'react-refresh': '0.17.0',
|
||||||
'react-test-renderer': ReactVersion,
|
'react-test-renderer': ReactVersion,
|
||||||
'use-subscription': '1.10.0',
|
'use-subscription': '1.11.0',
|
||||||
'use-sync-external-store': '1.4.0',
|
'use-sync-external-store': '1.5.0',
|
||||||
scheduler: '0.25.0',
|
scheduler: '0.26.0',
|
||||||
};
|
};
|
||||||
|
|
||||||
// These packages do not exist in the @canary or @latest channel, only
|
// These packages do not exist in the @canary or @latest channel, only
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "eslint-plugin-react-hooks",
|
"name": "eslint-plugin-react-hooks",
|
||||||
"description": "ESLint rules for React Hooks",
|
"description": "ESLint rules for React Hooks",
|
||||||
"version": "5.0.0",
|
"version": "5.2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jest-react",
|
"name": "jest-react",
|
||||||
"version": "0.14.0",
|
"version": "0.17.0",
|
||||||
"description": "Jest matchers and utilities for testing React components.",
|
"description": "Jest matchers and utilities for testing React components.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-art",
|
"name": "react-art",
|
||||||
"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).",
|
"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).",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"art": "^0.10.1",
|
"art": "^0.10.1",
|
||||||
"create-react-class": "^15.6.2",
|
"create-react-class": "^15.6.2",
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^19.0.0"
|
"react": "^19.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-dom-bindings",
|
"name": "react-dom-bindings",
|
||||||
"description": "React implementation details for react-dom.",
|
"description": "React implementation details for react-dom.",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-dom",
|
"name": "react-dom",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"description": "React package for working with the DOM.",
|
"description": "React package for working with the DOM.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://react.dev/",
|
"homepage": "https://react.dev/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^19.0.0"
|
"react": "^19.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-is",
|
"name": "react-is",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"description": "Brand checking of React Elements.",
|
"description": "Brand checking of React Elements.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-markup",
|
"name": "react-markup",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
"version": "16.0.0",
|
"version": "16.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
"directory": "packages/react-native-renderer"
|
"directory": "packages/react-native-renderer"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^18.0.0"
|
"react": "^18.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-reconciler",
|
"name": "react-reconciler",
|
||||||
"description": "React package for creating custom renderers.",
|
"description": "React package for creating custom renderers.",
|
||||||
"version": "0.29.0",
|
"version": "0.32.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|
@ -29,6 +29,6 @@
|
||||||
"react": "^19.0.0"
|
"react": "^19.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"version": "0.14.0",
|
"version": "0.17.0",
|
||||||
"homepage": "https://react.dev/",
|
"homepage": "https://react.dev/",
|
||||||
"bugs": "https://github.com/facebook/react/issues",
|
"bugs": "https://github.com/facebook/react/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-server-dom-esm",
|
"name": "react-server-dom-esm",
|
||||||
"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.",
|
"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.",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
"directory": "packages/react-server-dom-fb"
|
"directory": "packages/react-server-dom-fb"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-server-dom-turbopack",
|
"name": "react-server-dom-turbopack",
|
||||||
"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.",
|
"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.",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|
@ -71,8 +71,8 @@
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
"directory": "packages/react-server-dom-turbopack"
|
"directory": "packages/react-server-dom-turbopack"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-server-dom-webpack",
|
"name": "react-server-dom-webpack",
|
||||||
"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.",
|
"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.",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|
@ -92,8 +92,8 @@
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
"directory": "packages/react-server-dom-webpack"
|
"directory": "packages/react-server-dom-webpack"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-test-renderer",
|
"name": "react-test-renderer",
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"description": "React package for snapshot testing.",
|
"description": "React package for snapshot testing.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://react.dev/",
|
"homepage": "https://react.dev/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-is": "^18.2.0",
|
"react-is": "^19.0.0",
|
||||||
"scheduler": "^0.23.0"
|
"scheduler": "^0.25.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^19.0.0"
|
"react": "^19.0.0"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"version": "19.0.0",
|
"version": "19.1.0",
|
||||||
"homepage": "https://react.dev/",
|
"homepage": "https://react.dev/",
|
||||||
"bugs": "https://github.com/facebook/react/issues",
|
"bugs": "https://github.com/facebook/react/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scheduler",
|
"name": "scheduler",
|
||||||
"version": "0.23.0",
|
"version": "0.25.0",
|
||||||
"description": "Cooperative scheduler for the browser environment.",
|
"description": "Cooperative scheduler for the browser environment.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@
|
||||||
// TODO: This module is used both by the release scripts and to expose a version
|
// TODO: This module is used both by the release scripts and to expose a version
|
||||||
// at runtime. We should instead inject the version number as part of the build
|
// at runtime. We should instead inject the version number as part of the build
|
||||||
// process, and use the ReactVersions.js module as the single source of truth.
|
// process, and use the ReactVersions.js module as the single source of truth.
|
||||||
export default '19.0.0';
|
export default '19.1.0';
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "use-subscription",
|
"name": "use-subscription",
|
||||||
"description": "Reusable hooks",
|
"description": "Reusable hooks",
|
||||||
"version": "1.8.0",
|
"version": "1.11.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
@ -21,6 +21,6 @@
|
||||||
"rxjs": "^5.5.6"
|
"rxjs": "^5.5.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"use-sync-external-store": "^1.2.0"
|
"use-sync-external-store": "^1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "use-sync-external-store",
|
"name": "use-sync-external-store",
|
||||||
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
|
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
|
||||||
"version": "1.2.0",
|
"version": "1.5.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
|
||||||
|
|
@ -7351,6 +7351,7 @@ eslint-plugin-no-unsanitized@4.0.2:
|
||||||
|
|
||||||
"eslint-plugin-react-internal@link:./scripts/eslint-rules":
|
"eslint-plugin-react-internal@link:./scripts/eslint-rules":
|
||||||
version "0.0.0"
|
version "0.0.0"
|
||||||
|
uid ""
|
||||||
|
|
||||||
eslint-plugin-react@^6.7.1:
|
eslint-plugin-react@^6.7.1:
|
||||||
version "6.10.3"
|
version "6.10.3"
|
||||||
|
|
@ -13820,7 +13821,7 @@ rc@1.2.8, rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
|
||||||
object-assign "^4.1.1"
|
object-assign "^4.1.1"
|
||||||
scheduler "^0.20.2"
|
scheduler "^0.20.2"
|
||||||
|
|
||||||
react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, react-is@^18.2.0, "react-is@npm:react-is":
|
react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, "react-is@npm:react-is":
|
||||||
version "18.3.1"
|
version "18.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
|
||||||
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
|
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user