mirror of
https://github.com/facebook/react.git
synced 2026-02-25 22:45:00 +00:00
Bump version in master for 0.15 development
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = '0.14.0-rc1';
|
||||
module.exports = '0.15.0-alpha';
|
||||
|
||||
Reference in New Issue
Block a user