Skip to content

Commit 7befd94

Browse files
committed
v0.13.2
1 parent 85472ed commit 7befd94

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

CHANGES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# 0.13.1 / 2015-10-26
2-
3-
The npm package for 0.13.0 was missing files.
4-
5-
# 0.13.0 / 2015-10-23
1+
# 0.13.2 / 2015-10-26
62

73
## Breaking Changes
84

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ find global `React` variable to work with.
3333
The uncompressed bundle is in development mode, so will log warnings about
3434
potential mistakes.
3535

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

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

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

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

dist/newforms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* newforms 0.13.1 - https://github.com/insin/newforms
2+
* newforms 0.13.2 - https://github.com/insin/newforms
33
* MIT Licensed
44
*/
55
(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){

dist/newforms.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.13.1'
54+
version = '0.13.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.13.1'
56+
release = '0.13.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "newforms",
33
"description": "An isomorphic form-handling library for React",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"author": "Jonny Buchanan <[email protected]>",
66
"keywords": [
77
"isomorphic",

0 commit comments

Comments
 (0)