Skip to content

Commit 03088ee

Browse files
committed
1.9.1
1 parent 32de664 commit 03088ee

7 files changed

+25
-8
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [v1.9.1](https://github.com/netlify/netlify-identity-widget/compare/v1.9.0...v1.9.1) - 2020-07-30
11+
12+
### Merged
13+
14+
- fix: increase input size to avoid mobile zoom [`#334`](https://github.com/netlify/netlify-identity-widget/pull/334)
15+
- Feat: Hungarian translation [`#330`](https://github.com/netlify/netlify-identity-widget/pull/330)
16+
17+
### Fixed
18+
19+
- fix: increase input size to avoid mobile zoom [`#236`](https://github.com/netlify/netlify-identity-widget/issues/236)
20+
21+
### Commits
22+
23+
- hungarian translation [`ebcf2c9`](https://github.com/netlify/netlify-identity-widget/commit/ebcf2c9ed60e919846176cdcf54fad694b93cf13)
24+
- removed '...'s as they're added outside of the translation files [`0e4f728`](https://github.com/netlify/netlify-identity-widget/commit/0e4f728b138928a99885f5354391014ed902dc58)
25+
- fixed indentation and capitalization [`c54bfaf`](https://github.com/netlify/netlify-identity-widget/commit/c54bfaf9c5936f18e0b018af71c5973c5742b552)
26+
1027
## [v1.9.0](https://github.com/netlify/netlify-identity-widget/compare/v1.8.1...v1.9.0) - 2020-07-29
1128

1229
### Merged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-identity-widget",
33
"description": "Netlify Identity widget for easy integration",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"author": "Matt Biilmann <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/netlify/netlify-identity-widget/issues"

releases/v1/index.html

+1-1
Large diffs are not rendered by default.

releases/v1/netlify-identity-widget.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v1/netlify-identity-widget.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v1/netlify-identity.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v1/netlify-identity.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)