Skip to content

Commit b247f68

Browse files
committed
0.14.1
1 parent 6e2450e commit b247f68

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-build",
33
"private": true,
4-
"version": "0.14.1-alpha",
4+
"version": "0.14.1",
55
"devDependencies": {
66
"babel": "^5.8.3",
77
"babel-eslint": "^4.1.3",

packages/react-addons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-addons",
3-
"version": "0.14.1-alpha",
3+
"version": "0.14.1",
44
"main": "index.js",
55
"license": "BSD-3-Clause",
66
"peerDependencies": {
7-
"react": "^0.14.1-alpha"
7+
"react": "^0.14.1"
88
}
99
}

packages/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom",
3-
"version": "0.14.1-alpha",
3+
"version": "0.14.1",
44
"description": "React package for working with the DOM.",
55
"main": "index.js",
66
"repository": {
@@ -16,6 +16,6 @@
1616
},
1717
"homepage": "https://github.com/facebook/react/tree/master/npm-react-dom",
1818
"dependencies": {
19-
"react": "^0.14.1-alpha"
19+
"react": "^0.14.1"
2020
}
2121
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "0.14.1-alpha",
4+
"version": "0.14.1",
55
"keywords": [
66
"react"
77
],

src/ReactVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
'use strict';
1313

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

0 commit comments

Comments
 (0)