Skip to content

Commit 82f67d6

Browse files
committed
Updating package versions for release 16.3.2
1 parent 66c44a7 commit 82f67d6

File tree

11 files changed

+12
-12
lines changed

11 files changed

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

packages/react-call-return/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-call-return",
33
"description": "Experimental APIs for multi-pass rendering in React.",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"repository": "facebook/react",
66
"files": [
77
"LICENSE",

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.3.1",
3+
"version": "16.3.2",
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.3.1",
3+
"version": "16.3.2",
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.9.0",
4+
"version": "0.10.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.3.1",
3+
"version": "16.3.2",
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.3.1"
21+
"react-is": "^16.3.2"
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.3.1",
7+
"version": "16.3.2",
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.3.1';
11+
module.exports = '16.3.2';

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

0 commit comments

Comments
 (0)