Bump version in master for 0.15 development

This commit is contained in:
Paul O’Shannessy
2015-10-07 09:57:53 -07:00
parent c8374d6db8
commit 59cd224a03
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "0.14.0-rc1",
"version": "0.15.0-alpha",
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^4.1.3",

View File

@@ -1,9 +1,9 @@
{
"name": "react-addons",
"version": "0.14.0-rc1",
"version": "0.15.0-alpha",
"main": "index.js",
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.0-rc1"
"react": "^0.15.0-alpha"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.0-rc1",
"version": "0.15.0-alpha",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": {
@@ -16,6 +16,6 @@
},
"homepage": "https://github.com/facebook/react/tree/master/npm-react-dom",
"dependencies": {
"react": "^0.14.0-rc1"
"react": "^0.15.0-alpha"
}
}

View File

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

View File

@@ -11,4 +11,4 @@
'use strict';
module.exports = '0.14.0-rc1';
module.exports = '0.15.0-alpha';