Compare commits

...

1 Commits

Author SHA1 Message Date
Paul O’Shannessy
3e925822a6 v0.12.0
- update versions in packages, react
- update version in docs
- npm shrinkwrap
2014-10-28 11:23:41 -07:00
5 changed files with 3414 additions and 4 deletions

View File

@@ -34,4 +34,4 @@ sass:
sass_dir: _css
gems:
- jekyll-redirect-from
react_version: 0.11.2
react_version: 0.12.0

View File

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

3410
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.12.0-rc1",
"version": "0.12.0",
"keywords": [
"react",
"jsx",

View File

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