Skip to content

Commit c695b23

Browse files
committed
React v16.7.0
1 parent 1c5aa2f commit c695b23

File tree

11 files changed

+18
-17
lines changed

11 files changed

+18
-17
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.6.1",
4+
"version": "16.7.0",
55
"repository": "facebook/react",
66
"files": [
77
"LICENSE",

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.4.0",
3+
"version": "0.5.0",
44
"description": "Jest matchers and utilities for testing React components.",
55
"main": "index.js",
66
"repository": "facebook/react",

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": "16.6.1",
4+
"version": "16.7.0",
55
"main": "index.js",
66
"repository": "facebook/react",
77
"keywords": [
@@ -23,7 +23,7 @@
2323
"loose-envify": "^1.1.0",
2424
"object-assign": "^4.1.1",
2525
"prop-types": "^15.6.2",
26-
"scheduler": "^0.11.0"
26+
"scheduler": "^0.12.0"
2727
},
2828
"peerDependencies": {
2929
"react": "^16.0.0"

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": "16.6.1",
3+
"version": "16.7.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -16,7 +16,7 @@
1616
"loose-envify": "^1.1.0",
1717
"object-assign": "^4.1.1",
1818
"prop-types": "^15.6.2",
19-
"scheduler": "^0.11.0"
19+
"scheduler": "^0.12.0"
2020
},
2121
"peerDependencies": {
2222
"react": "^16.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": "16.6.1",
3+
"version": "16.7.0",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"repository": "facebook/react",

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.17.0",
4+
"version": "0.18.0",
55
"keywords": [
66
"react"
77
],
@@ -29,7 +29,7 @@
2929
"loose-envify": "^1.1.0",
3030
"object-assign": "^4.1.1",
3131
"prop-types": "^15.6.2",
32-
"scheduler": "^0.11.0"
32+
"scheduler": "^0.12.0"
3333
},
3434
"browserify": {
3535
"transform": [

packages/react-test-renderer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.6.1",
3+
"version": "16.7.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"object-assign": "^4.1.1",
1919
"prop-types": "^15.6.2",
20-
"react-is": "^16.6.1",
21-
"scheduler": "^0.11.0"
20+
"react-is": "^16.7.0",
21+
"scheduler": "^0.12.0"
2222
},
2323
"peerDependencies": {
2424
"react": "^16.0.0"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": [
55
"react"
66
],
7-
"version": "16.6.1",
7+
"version": "16.7.0",
88
"homepage": "https://reactjs.org/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"loose-envify": "^1.1.0",
2626
"object-assign": "^4.1.1",
2727
"prop-types": "^15.6.2",
28-
"scheduler": "^0.11.0"
28+
"scheduler": "^0.12.0"
2929
},
3030
"browserify": {
3131
"transform": [

packages/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scheduler",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Cooperative scheduler for the browser environment.",
55
"main": "index.js",
66
"repository": "facebook/react",

packages/shared/ReactVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
'use strict';
99

1010
// TODO: this is special because it gets imported during build.
11-
module.exports = '16.6.1';
11+
module.exports = '16.7.0';

scripts/error-codes/codes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,5 +304,6 @@
304304
"302": "It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling",
305305
"303": "suspense fallback not found, something is broken",
306306
"304": "Maximum number of concurrent React renderers exceeded. This can happen if you are not properly destroying the Readable provided by React. Ensure that you call .destroy() on it if you no longer want to read from it, and did not read to the end. If you use .pipe() this should be automatic.",
307-
"305": "The current renderer does not support hydration. This error is likely caused by a bug in React. Please file an issue."
307+
"305": "The current renderer does not support hydration. This error is likely caused by a bug in React. Please file an issue.",
308+
"306": "Element type is invalid. Received a promise that resolves to: %s. Lazy element type must resolve to a class or function.%s"
308309
}

0 commit comments

Comments
 (0)