Compare commits

...

2 Commits

Author SHA1 Message Date
Paul O’Shannessy
95d82cacd6 Update version to 0.11.0 2014-07-17 13:47:06 -07:00
Paul O’Shannessy
0d5e5bee3c shrinkwrap for 0.11 [skip ci] 2014-07-17 13:47:06 -07:00
4 changed files with 2969 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.11.0-rc1",
"version": "0.11.0",
"keywords": [
"react"
],

2966
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.11.0-rc1",
"version": "0.11.0",
"keywords": [
"react",
"jsx",

View File

@@ -126,6 +126,6 @@ if (__DEV__) {
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.11.0-rc1';
React.version = '0.11.0';
module.exports = React;