Skip to content

Commit b2379d4

Browse files
committed
Updating package versions for release 16.3.0
1 parent 6294b67 commit b2379d4

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
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.0-rc.0",
3+
"version": "16.3.0",
44
"workspaces": [
55
"packages/*"
66
],

packages/create-subscription/package.json

Lines changed: 2 additions & 2 deletions
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": "0.1.0-rc.0",
4+
"version": "0.1.0",
55
"repository": "facebook/react",
66
"files": [
77
"LICENSE",
@@ -13,7 +13,7 @@
1313
"fbjs": "^0.8.16"
1414
},
1515
"peerDependencies": {
16-
"react": "^16.3.0-alpha.1 || 16.3.0-rc.0"
16+
"react": "^16.3.0-alpha.1"
1717
},
1818
"devDependencies": {
1919
"rxjs": "^5.5.6"

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.3.0-rc.0",
4+
"version": "16.3.0",
55
"main": "index.js",
66
"repository": "facebook/react",
77
"keywords": [
@@ -26,7 +26,7 @@
2626
"prop-types": "^15.6.0"
2727
},
2828
"peerDependencies": {
29-
"react": "^16.0.0 || 16.3.0-rc.0"
29+
"react": "^16.0.0"
3030
},
3131
"files": [
3232
"LICENSE",

packages/react-call-return/package.json

Lines changed: 2 additions & 2 deletions
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.6.0-rc.0",
4+
"version": "0.6.0",
55
"repository": "facebook/react",
66
"files": [
77
"LICENSE",
@@ -14,6 +14,6 @@
1414
"object-assign": "^4.1.1"
1515
},
1616
"peerDependencies": {
17-
"react": "^16.0.0 || 16.3.0-rc.0"
17+
"react": "^16.0.0"
1818
}
1919
}

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.3.0-rc.0",
3+
"version": "16.3.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -19,7 +19,7 @@
1919
"prop-types": "^15.6.0"
2020
},
2121
"peerDependencies": {
22-
"react": "^16.0.0 || 16.3.0-rc.0"
22+
"react": "^16.0.0"
2323
},
2424
"files": [
2525
"LICENSE",

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.0-rc.0",
3+
"version": "16.3.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.8.0-rc.0",
4+
"version": "0.8.0",
55
"keywords": [
66
"react"
77
],
@@ -22,7 +22,7 @@
2222
"node": ">=0.10.0"
2323
},
2424
"peerDependencies": {
25-
"react": "^16.0.0 || 16.3.0-rc.0"
25+
"react": "^16.0.0"
2626
},
2727
"dependencies": {
2828
"fbjs": "^0.8.16",

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.3.0-rc.0",
3+
"version": "16.3.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": "facebook/react",
@@ -18,10 +18,10 @@
1818
"fbjs": "^0.8.16",
1919
"object-assign": "^4.1.1",
2020
"prop-types": "^15.6.0",
21-
"react-is": "^16.3.0-rc.0"
21+
"react-is": "^16.3.0"
2222
},
2323
"peerDependencies": {
24-
"react": "^16.0.0 || 16.3.0-rc.0"
24+
"react": "^16.0.0"
2525
},
2626
"files": [
2727
"LICENSE",

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

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

0 commit comments

Comments
 (0)