Skip to content

Commit 2a042a3

Browse files
committed
Website for 0.14.5
(cherry picked from commit fb6b3b0)
1 parent e15e059 commit 2a042a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sass:
3636
sass_dir: _css
3737
gems:
3838
- jekyll-redirect-from
39-
react_version: 0.14.4
39+
react_version: 0.14.5

docs/downloads/react-0.14.5.zip

550 KB
Binary file not shown.

docs/js/react-dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* ReactDOM v0.14.4
2+
* ReactDOM v0.14.5
33
*
44
* Copyright 2013-2015, Facebook, Inc.
55
* All rights reserved.

docs/js/react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* React v0.14.4
2+
* React v0.14.5
33
*/
44
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.React = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
55
/**
@@ -13840,7 +13840,7 @@ module.exports = ReactUpdates;
1384013840

1384113841
'use strict';
1384213842

13843-
module.exports = '0.14.4';
13843+
module.exports = '0.14.5';
1384413844
},{}],85:[function(_dereq_,module,exports){
1384513845
/**
1384613846
* Copyright 2013-2015, Facebook, Inc.

0 commit comments

Comments
 (0)