From a70d567ec6f6e93acef7b40c536d7af526f8d6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 31 May 2013 16:52:38 -0700 Subject: [PATCH] v0.3.2 Also some tweaks to package.json details. --- docs/_config.yml | 2 +- docs/downloads.md | 4 ++++ package.json | 9 ++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 457897a4a2..2bd9d9494c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ name: React redcarpet: extensions: - fenced_code_blocks -react_version: 0.3.1 +react_version: 0.3.2 pygments: true exclude: - Gemfile diff --git a/docs/downloads.md b/docs/downloads.md index 71186f982b..e0e32dce85 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -37,6 +37,10 @@ $ npm install -g react-tools ## Release Notes +**0.3.2** Improve compatibility of JSX Transformer; make `react-tools` compatible with [browserify](https://github.com/substack/node-browserify) + +**0.3.1** Fix `react-tools` module + **0.3** Initial public release. **0.2** Standardize API & refactor component lifecycle. Normalize DOM interactions. diff --git a/package.json b/package.json index 83a028b639..7419eb060c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "react-tools", - "version": "0.3.1", + "version": "0.3.2", "keywords": [ - "clientside" + "react", + "jsx", + "transformer", + "view" ], - "homepage": "https://facebook.github.io/react", + "homepage": "http://facebook.github.io/react", "bugs": "https://github.com/facebook/react/issues", "licenses": [ {