Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall authored Dec 13, 2017
1 parent b58cfd2 commit 5da2ba5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.1.2"></a>
## [1.1.2](https:/formsy/formsy-react/compare/v1.1.1...v1.1.2) (2017-12-13)

### Bug Fixes

* **deprecation:** Make Wrapper deprecation warning only show once ([#30](https:/formsy/formsy-react/issues/30)) ([a1c0bbe](https:/formsy/formsy-react/commit/a1c0bbe))
* **binding:** Fix resetForm throwing error due to bad binding ([#41](https:/formsy/formsy-react/issues/41)) ([b58cfd](https:/formsy/formsy-react/commit/b58cfd))

<a name="1.1.1"></a>
# [1.1.1](https:/formsy/formsy-react/compare/v1.1.0...v1.1.1) (2017-11-22)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formsy-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down Expand Up @@ -46,7 +46,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.13.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion release/formsy-react.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2181,9 +2181,9 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.0.tgz#1991aa359586af83877bde59de9d41f53e20826d"
eslint@^4.13.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.1.tgz#0055e0014464c7eb7878caf549ef2941992b444f"
dependencies:
ajv "^5.3.0"
babel-code-frame "^6.22.0"
Expand Down

0 comments on commit 5da2ba5

Please sign in to comment.