Skip to content

Commit 7388c26

Browse files
author
Brian Vaughn
committed
Bump package numbers 16.13.1 -> 17.0.0-alpha.0 to fix DevTools Suspense heuristic
1 parent e474a56 commit 7388c26

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/create-subscription/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-subscription",
33
"description": "utility for subscribing to external data sources inside React components",
4-
"version": "16.13.1",
4+
"version": "17.0.0-alpha.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

packages/react-art/package.json

Lines changed: 1 addition & 1 deletion
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": "16.13.1",
4+
"version": "17.0.0-alpha.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

packages/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "16.13.1",
3+
"version": "17.0.0-alpha.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {

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": "16.13.1",
3+
"version": "17.0.0-alpha.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"repository": {

packages/react-test-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.13.1",
3+
"version": "17.0.0-alpha.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": {

packages/react/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": "16.13.1",
7+
"version": "17.0.0-alpha.0",
88
"homepage": "https://reactjs.org/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",

packages/shared/ReactVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
*/
77

88
// TODO: this is special because it gets imported during build.
9-
export default '16.13.1';
9+
export default '17.0.0-alpha.0';

0 commit comments

Comments
 (0)