Skip to content

Commit 5c6ef40

Browse files
committed
v16.0.0
1 parent b62d315 commit 5c6ef40

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-build",
33
"private": true,
4-
"version": "16.0.0-rc.3",
4+
"version": "16.0.0",
55
"devDependencies": {
66
"art": "^0.10.1",
77
"async": "^1.5.0",

packages/react-art/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-art",
3-
"version": "16.0.0-rc.3",
43
"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.0.0",
55
"main": "index.js",
66
"repository": "facebook/react",
77
"keywords": [

packages/react-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "16.0.0-rc.3",
3+
"version": "16.0.0",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": "facebook/react",

packages/react-noop-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-noop-renderer",
3-
"version": "16.0.0-rc.3",
3+
"version": "16.0.0",
44
"private": true,
55
"description": "React package for testing the Fiber reconciler.",
66
"main": "index.js",

packages/react-test-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-test-renderer",
3-
"version": "16.0.0-rc.3",
3+
"version": "16.0.0",
44
"description": "React package for snapshot testing.",
55
"main": "index.js",
66
"repository": "facebook/react",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "16.0.0-rc.3",
54
"keywords": [
65
"react"
76
],
7+
"version": "16.0.0",
88
"homepage": "https://facebook.github.io/react/",
99
"bugs": "https://github.com/facebook/react/issues",
1010
"license": "MIT",

src/ReactVersion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
'use strict';
1111

12-
module.exports = '16.0.0-rc.3';
12+
module.exports = '16.0.0';

0 commit comments

Comments
 (0)