Compare commits

...

1 Commits

Author SHA1 Message Date
Flarnie Marchan
911603b46e 15.6.0 2017-06-13 09:05:41 -07:00
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "15.6.0-rc.1",
"version": "15.6.0",
"devDependencies": {
"aliasify": "^2.0.0",
"art": "^0.10.1",

View File

@@ -1,6 +1,6 @@
{
"name": "react-addons-template",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
@@ -13,7 +13,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.6.0-rc.1"
"react": "^15.6.0"
},
"files": [
"LICENSE",

View File

@@ -1,6 +1,6 @@
{
"name": "react-dom-factories",
"version": "15.6.0-rc",
"version": "15.6.0",
"description": "React package for DOM factory methods.",
"main": "index.js",
"repository": "facebook/react",

View File

@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-renderer",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"description": "React package for use inside react-native.",
"main": "index.js",
"repository": "facebook/react",

View File

@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": "facebook/react",

View File

@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"keywords": [
"react"
],

View File

@@ -11,4 +11,4 @@
'use strict';
module.exports = '15.6.0-rc.1';
module.exports = '15.6.0';