Skip to content

Commit

Permalink
15.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomocchino committed Nov 16, 2016
1 parent 4436835 commit 1c1f68e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "15.4.0-rc.4",
"version": "15.4.0",
"devDependencies": {
"aliasify": "^2.0.0",
"art": "^0.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-addons-template",
"version": "15.4.0-rc.4",
"version": "15.4.0",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"dependencies": {},
"peerDependencies": {
"react": "^15.4.0-rc.4"
"react": "^15.4.0"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "15.4.0-rc.4",
"version": "15.4.0",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -18,7 +18,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.4.0-rc.4"
"react": "^15.4.0"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-renderer",
"version": "15.4.0-rc.4",
"version": "15.4.0",
"description": "React package for use inside react-native.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -18,7 +18,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.4.0-rc.4"
"react": "^15.4.0"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "15.4.0-rc.4",
"version": "15.4.0",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://facebook.github.io/react/",
"peerDependencies": {
"react": "^15.4.0-rc.4"
"react": "^15.4.0"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "15.4.0-rc.4",
"version": "15.4.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion src/ReactVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '15.4.0-rc.4';
module.exports = '15.4.0';

0 comments on commit 1c1f68e

Please sign in to comment.