Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Oct 28, 2015
1 parent 6e2450e commit b247f68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "0.14.1-alpha",
"version": "0.14.1",
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^4.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-addons/package.json
@@ -1,9 +1,9 @@
{
"name": "react-addons",
"version": "0.14.1-alpha",
"version": "0.14.1",
"main": "index.js",
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.1-alpha"
"react": "^0.14.1"
}
}
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.1-alpha",
"version": "0.14.1",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": {
Expand All @@ -16,6 +16,6 @@
},
"homepage": "https://github.com/facebook/react/tree/master/npm-react-dom",
"dependencies": {
"react": "^0.14.1-alpha"
"react": "^0.14.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.1-alpha",
"version": "0.14.1",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion src/ReactVersion.js
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '0.14.1-alpha';
module.exports = '0.14.1';

0 comments on commit b247f68

Please sign in to comment.