Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Oct 26, 2015
1 parent 85472ed commit 7befd94
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
6 changes: 1 addition & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# 0.13.1 / 2015-10-26

The npm package for 0.13.0 was missing files.

# 0.13.0 / 2015-10-23
# 0.13.2 / 2015-10-26

## Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ find global `React` variable to work with.
The uncompressed bundle is in development mode, so will log warnings about
potential mistakes.

You can find it in the [/dist directory](https://github.com/insin/newforms/tree/v0.13.1/dist).
You can find it in the [/dist directory](https://github.com/insin/newforms/tree/v0.13.2/dist).

## [Upgrade Guide](https://github.com/insin/newforms/blob/react/UPGRADE_GUIDE.md#0130)

## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.13.1/)
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.13.2/)

## [Newforms Examples @ GitHub](https://github.com/insin/newforms-examples)

Expand Down
2 changes: 1 addition & 1 deletion dist/newforms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* newforms 0.13.1 - https://github.com/insin/newforms
* newforms 0.13.2 - https://github.com/insin/newforms
* MIT Licensed
*/
(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.forms = 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(require,module,exports){
Expand Down
2 changes: 1 addition & 1 deletion dist/newforms.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.1'
version = '0.13.2'
# The full version, including alpha/beta/rc tags.
release = '0.13.1'
release = '0.13.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "newforms",
"description": "An isomorphic form-handling library for React",
"version": "0.13.1",
"version": "0.13.2",
"author": "Jonny Buchanan <[email protected]>",
"keywords": [
"isomorphic",
Expand Down

0 comments on commit 7befd94

Please sign in to comment.