mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
v0.8.0
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ redcarpet:
|
||||
pygments: true
|
||||
name: React
|
||||
markdown: redcarpet
|
||||
react_version: 0.5.1
|
||||
react_version: 0.8.0
|
||||
description: A JavaScript library for building user interfaces
|
||||
relative_permalinks: true
|
||||
paginate: 5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react",
|
||||
"version": "0.8.0-alpha",
|
||||
"version": "0.8.0",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-tools",
|
||||
"version": "0.8.0-alpha",
|
||||
"version": "0.8.0",
|
||||
"keywords": [
|
||||
"react",
|
||||
"jsx",
|
||||
|
||||
+1
-1
@@ -66,6 +66,6 @@ var React = {
|
||||
|
||||
// Version exists only in the open-source version of React, not in Facebook's
|
||||
// internal version.
|
||||
React.version = '0.8.0-alpha';
|
||||
React.version = '0.8.0';
|
||||
|
||||
module.exports = React;
|
||||
|
||||
Reference in New Issue
Block a user