Skip to content

Commit

Permalink
v2.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Dec 14, 2019
1 parent eceadad commit c900af4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.0-beta.6](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.5...v2.0.0-beta.6)

> 28 October 2019
- Dependabot Automatic Library Bumps [`#272`](https://github.com/formsy/formsy-react/pull/272)

#### [v2.0.0-beta.5](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.4...v2.0.0-beta.5)

> 27 October 2019
Expand Down
8 changes: 4 additions & 4 deletions dist/formsy-react.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/formsy-react.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/formsy-react.esm.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/formsy-react.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/formsy-react.umd.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,15 @@ declare class Formsy extends React.Component<FormsyProps, FormsyState> {
suppressHydrationWarning?: boolean;
accessKey?: string;
className?: string;
contentEditable?: boolean;
contentEditable?: boolean | "inherit" | "false" | "true";
contextMenu?: string;
draggable?: boolean;
draggable?: boolean | "false" | "true";
id?: string;
lang?: string;
placeholder?: string;
spellCheck?: boolean;
spellCheck?: boolean | "false" | "true";
tabIndex?: number;
translate?: "yes" | "no";
radioGroup?: string;
role?: string;
about?: string;
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": "formsy-react",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down

0 comments on commit c900af4

Please sign in to comment.