Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Oct 7, 2015
1 parent 0811e63 commit 3603d45
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ sass:
sass_dir: _css
gems:
- jekyll-redirect-from
react_version: 0.14.0-alpha
react_version: 0.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "0.14.0-rc1",
"version": "0.14.0",
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^4.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-addons",
"version": "0.14.0-rc1",
"version": "0.14.0",
"main": "index.js",
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.0-rc1"
"react": "^0.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.0-rc1",
"version": "0.14.0",
"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.0-rc1"
"react": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.0-rc1",
"version": "0.14.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion src/ReactVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '0.14.0-rc1';
module.exports = '0.14.0';

0 comments on commit 3603d45

Please sign in to comment.