Skip to content

Commit 0b87b27

Browse files
committed
Updating package versions for release 16.4.1
1 parent 65eb6b9 commit 0b87b27

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "16.4.0",
3+
"version": "16.4.1",
44
"workspaces": [
55
"packages/*"
66
],

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

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.4.0",
4+
"version": "16.4.1",
55
"main": "index.js",
66
"repository": "facebook/react",
77
"keywords": [

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.4.0",
3+
"version": "16.4.1",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": "facebook/react",

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.4.0",
3+
"version": "16.4.1",
44
"description": "Brand checking of React Elements.",
55
"main": "index.js",
66
"repository": "facebook/react",

packages/react-reconciler/package.json

Lines changed: 1 addition & 1 deletion
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.11.0",
4+
"version": "0.12.0",
55
"keywords": [
66
"react"
77
],

packages/react-test-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.4.0",
3+
"version": "16.4.1",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -18,7 +18,7 @@
1818
"fbjs": "^0.8.16",
1919
"object-assign": "^4.1.1",
2020
"prop-types": "^15.6.0",
21-
"react-is": "^16.4.0"
21+
"react-is": "^16.4.1"
2222
},
2323
"peerDependencies": {
2424
"react": "^16.0.0"

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.4.0",
7+
"version": "16.4.1",
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
@@ -8,4 +8,4 @@
88
'use strict';
99

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

packages/simple-cache-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-cache-provider",
33
"description": "A basic cache for React applications",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"repository": "facebook/react",
66
"files": [
77
"LICENSE",

0 commit comments

Comments
 (0)