Bump version for 0.14.3 dev

This commit is contained in:
Paul O’Shannessy
2015-11-17 22:39:29 -08:00
parent 9265032a12
commit a43dfdc33d
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "0.14.2",
"version": "0.14.3-alpha",
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^4.1.3",
+2 -2
View File
@@ -1,9 +1,9 @@
{
"name": "react-addons",
"version": "0.14.2",
"version": "0.14.3-alpha",
"main": "index.js",
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.2"
"react": "^0.14.3-alpha"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.2",
"version": "0.14.3-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",
"peerDependencies": {
"react": "^0.14.2"
"react": "^0.14.3-alpha"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.2",
"version": "0.14.3-alpha",
"keywords": [
"react"
],
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '0.14.2';
module.exports = '0.14.3-alpha';
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "0.14.2",
"version": "0.14.3-alpha",
"license": "BSD-3-Clause"
}