Skip to content

Commit

Permalink
v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Apr 7, 2016
1 parent 40c0867 commit d1c08f1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/basic-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^11.0.1",
"react": "15.0.0-rc.2",
"react-dom": "15.0.0-rc.2",
"react": "15.0.0",
"react-dom": "15.0.0",
"watchify": "^3.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "15.0.0-rc.2",
"version": "15.0.0",
"devDependencies": {
"async": "^1.5.0",
"babel-cli": "^6.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-addons-template",
"version": "15.0.0-rc.2",
"version": "15.0.0",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
Expand All @@ -10,6 +10,6 @@
"license": "BSD-3-Clause",
"dependencies": {},
"peerDependencies": {
"react": "^15.0.0-rc.2"
"react": "^15.0.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": "15.0.0-rc.2",
"version": "15.0.0",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -14,6 +14,6 @@
"homepage": "https://facebook.github.io/react/",
"dependencies": {},
"peerDependencies": {
"react": "^15.0.0-rc.2"
"react": "^15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-linked-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"author": "",
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^15.0.0-rc.2"
"react": "^15.0.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": "15.0.0-rc.2",
"version": "15.0.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 = '15.0.0-rc.2';
module.exports = '15.0.0';
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "15.0.0-rc.2",
"version": "15.0.0",
"license": "BSD-3-Clause"
}

0 comments on commit d1c08f1

Please sign in to comment.