Skip to content

Commit

Permalink
v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bmv437 committed Jul 16, 2018
1 parent 31ae3d7 commit af35dd3
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.9.12] - 2018-07-16

### Added

* `excludeInvalid` & `excludeRequired` options for `getSectionErrors()` #22

## [v0.9.11] - 2018-06-27

### Added
Expand Down Expand Up @@ -374,8 +380,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* first release

[Unreleased]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.11...HEAD
[Unreleased]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.12...HEAD

[v0.9.12]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.11...v0.9.12
[v0.9.11]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.10...v0.9.11
[v0.9.10]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.9...v0.9.10
[v0.9.9]: https://github.com/isobar-us/redux-form-gen/compare/v0.9.8...v0.9.9
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ npm install --save @isobar-us/redux-form-gen

### 🏖 Code Sandboxes 🏖

* [Basic Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.11/examples/basic)
* [All Fields Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.11/examples/all-fields)
* [Conditional Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.11/examples/conditional)
* [Wizard Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.11/examples/wizard)
* [Reactstrap Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.11/examples/reactstrap) (uses `customFieldTypes`)
* [Basic Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.12/examples/basic)
* [All Fields Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.12/examples/all-fields)
* [Conditional Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.12/examples/conditional)
* [Wizard Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.12/examples/wizard)
* [Reactstrap Example](https://codesandbox.io/s/github/isobar-us/redux-form-gen/tree/v0.9.12/examples/reactstrap) (uses `customFieldTypes`)

### Simple Usage

Expand Down
2 changes: 1 addition & 1 deletion examples/all-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@isobar-us/redux-form-gen": "0.9.11",
"@isobar-us/redux-form-gen": "0.9.12",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@isobar-us/redux-form-gen": "0.9.11",
"@isobar-us/redux-form-gen": "0.9.12",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/conditional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@isobar-us/redux-form-gen": "0.9.11",
"@isobar-us/redux-form-gen": "0.9.12",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/reactstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@isobar-us/redux-form-gen": "0.9.11",
"@isobar-us/redux-form-gen": "0.9.12",
"bootstrap": "3.3.7",
"react": "16.2.0",
"react-dom": "16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/wizard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@isobar-us/redux-form-gen": "0.9.11",
"@isobar-us/redux-form-gen": "0.9.12",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isobar-us/redux-form-gen",
"version": "0.9.11",
"version": "0.9.12",
"description": "A pluggable form generator for redux-form",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit af35dd3

Please sign in to comment.