bump versions for next release (#24725)

This commit is contained in:
Josh Story 2022-06-14 13:24:00 -07:00 committed by GitHub
parent 89bae8f371
commit 5cc2487e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 33 additions and 33 deletions

View File

@ -18,25 +18,25 @@
//
// 0.0.0-experimental-241c4467e-20200129
const ReactVersion = '18.2.0';
const ReactVersion = '18.3.0';
// The label used by the @next channel. Represents the upcoming release's
// stability. Could be "alpha", "beta", "rc", etc.
const nextChannelLabel = 'next';
const stablePackages = {
'eslint-plugin-react-hooks': '4.6.0',
'jest-react': '0.14.0',
'eslint-plugin-react-hooks': '4.7.0',
'jest-react': '0.15.0',
react: ReactVersion,
'react-art': ReactVersion,
'react-dom': ReactVersion,
'react-is': ReactVersion,
'react-reconciler': '0.29.0',
'react-refresh': '0.14.0',
'react-reconciler': '0.30.0',
'react-refresh': '0.15.0',
'react-test-renderer': ReactVersion,
'use-subscription': '1.8.0',
'use-sync-external-store': '1.2.0',
scheduler: '0.23.0',
'use-subscription': '1.9.0',
'use-sync-external-store': '1.3.0',
scheduler: '0.24.0',
};
// These packages do not exist in the @next or @latest channel, only

View File

@ -1,7 +1,7 @@
{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "4.5.0",
"version": "4.6.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",

View File

@ -1,6 +1,6 @@
{
"name": "jest-react",
"version": "0.13.1",
"version": "0.14.0",
"description": "Jest matchers and utilities for testing React components.",
"main": "index.js",
"repository": {
@ -20,8 +20,8 @@
"homepage": "https://reactjs.org/",
"peerDependencies": {
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
"react": "^18.1.0",
"react-test-renderer": "^18.1.0"
"react": "^18.2.0",
"react-test-renderer": "^18.2.0"
},
"files": [
"LICENSE",

View File

@ -1,7 +1,7 @@
{
"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).",
"version": "18.1.0",
"version": "18.2.0",
"main": "index.js",
"repository": {
"type": "git",
@ -25,10 +25,10 @@
"art": "^0.10.1",
"create-react-class": "^15.6.2",
"loose-envify": "^1.1.0",
"scheduler": "^0.22.0"
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "^18.2.0"
},
"files": [
"LICENSE",

View File

@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "18.1.0",
"version": "18.2.0",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": {
@ -18,10 +18,10 @@
"homepage": "https://reactjs.org/",
"dependencies": {
"loose-envify": "^1.1.0",
"scheduler": "^0.22.0"
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "^18.2.0"
},
"files": [
"LICENSE",

View File

@ -1,6 +1,6 @@
{
"name": "react-is",
"version": "18.1.0",
"version": "18.2.0",
"description": "Brand checking of React Elements.",
"main": "index.js",
"repository": {

View File

@ -1,7 +1,7 @@
{
"name": "react-reconciler",
"description": "React package for creating custom renderers.",
"version": "0.28.0",
"version": "0.29.0",
"keywords": [
"react"
],
@ -26,11 +26,11 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "^18.2.0"
},
"dependencies": {
"loose-envify": "^1.1.0",
"scheduler": "^0.22.0"
"scheduler": "^0.23.0"
},
"browserify": {
"transform": [

View File

@ -4,7 +4,7 @@
"keywords": [
"react"
],
"version": "0.13.0",
"version": "0.14.0",
"homepage": "https://reactjs.org/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "18.1.0",
"version": "18.2.0",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": {
@ -19,12 +19,12 @@
},
"homepage": "https://reactjs.org/",
"dependencies": {
"react-is": "^18.1.0",
"react-is": "^18.2.0",
"react-shallow-renderer": "^16.15.0",
"scheduler": "^0.22.0"
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "^18.2.0"
},
"files": [
"LICENSE",

View File

@ -4,7 +4,7 @@
"keywords": [
"react"
],
"version": "18.1.0",
"version": "18.2.0",
"homepage": "https://reactjs.org/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "scheduler",
"version": "0.22.0",
"version": "0.23.0",
"description": "Cooperative scheduler for the browser environment.",
"main": "index.js",
"repository": {

View File

@ -13,4 +13,4 @@
// 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
// process, and use the ReactVersions.js module as the single source of truth.
export default '18.1.0';
export default '18.2.0';

View File

@ -1,7 +1,7 @@
{
"name": "use-subscription",
"description": "Reusable hooks",
"version": "1.7.0",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
@ -21,6 +21,6 @@
"rxjs": "^5.5.6"
},
"dependencies": {
"use-sync-external-store": "^1.1.0"
"use-sync-external-store": "^1.2.0"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "use-sync-external-store",
"description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
"version": "1.1.0",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",