Skip to content

Commit

Permalink
1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 2, 2019
1 parent 55b6a15 commit 4461d2e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v1.5.6](https://github.com/netlify/netlify-identity-widget/compare/v1.5.5...v1.5.6) - 2019-12-02

### Merged

- fix: don't open modal when using implicit auth from cms [`#223`](https://github.com/netlify/netlify-identity-widget/pull/223)
- Add an example in Svelte [`#218`](https://github.com/netlify/netlify-identity-widget/pull/218)
- Bump handlebars from 4.0.12 to 4.2.1 [`#216`](https://github.com/netlify/netlify-identity-widget/pull/216)
- Bump lodash from 4.17.11 to 4.17.15 [`#211`](https://github.com/netlify/netlify-identity-widget/pull/211)
- Bump clean-css from 4.1.9 to 4.1.11 in /example/react [`#208`](https://github.com/netlify/netlify-identity-widget/pull/208)
- Bump handlebars from 4.0.12 to 4.2.0 [`#205`](https://github.com/netlify/netlify-identity-widget/pull/205)
- Bump eslint-utils from 1.3.1 to 1.4.2 in /example/react [`#207`](https://github.com/netlify/netlify-identity-widget/pull/207)
- Bump lodash.template from 4.4.0 to 4.5.0 in /example/react [`#213`](https://github.com/netlify/netlify-identity-widget/pull/213)
- Bump sshpk from 1.13.1 to 1.16.1 in /example/react [`#212`](https://github.com/netlify/netlify-identity-widget/pull/212)
- Bump diff from 3.3.1 to 3.5.0 in /example/react [`#204`](https://github.com/netlify/netlify-identity-widget/pull/204)
- Bump mixin-deep from 1.3.1 to 1.3.2 [`#202`](https://github.com/netlify/netlify-identity-widget/pull/202)
- Bump lodash.template from 4.4.0 to 4.5.0 [`#209`](https://github.com/netlify/netlify-identity-widget/pull/209)
- Bump js-yaml from 3.10.0 to 3.13.1 in /example/react [`#214`](https://github.com/netlify/netlify-identity-widget/pull/214)
- Bump mixin-deep from 1.3.1 to 1.3.2 in /example/react [`#210`](https://github.com/netlify/netlify-identity-widget/pull/210)
- Bump merge from 1.2.0 to 1.2.1 in /example/react [`#215`](https://github.com/netlify/netlify-identity-widget/pull/215)
- Bump handlebars from 4.0.10 to 4.2.0 in /example/react [`#206`](https://github.com/netlify/netlify-identity-widget/pull/206)
- Bump hoek from 4.2.0 to 4.2.1 in /example/react [`#203`](https://github.com/netlify/netlify-identity-widget/pull/203)
- Set the iframe title to comply with accessible best practices. [`#200`](https://github.com/netlify/netlify-identity-widget/pull/200)

### Commits

- Add Svelte README [`baf7b77`](https://github.com/netlify/netlify-identity-widget/commit/baf7b774dbe49b80688a628209bbb2d3ba5dcddd)
- remove identity site from local host list [`623be68`](https://github.com/netlify/netlify-identity-widget/commit/623be680d443ddc7366d8c242c48f122319a4b2e)

## [v1.5.5](https://github.com/netlify/netlify-identity-widget/compare/v1.5.4...v1.5.5) - 2019-06-07

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-identity-widget",
"description": "Netlify Identity widget for easy integration",
"version": "1.5.5",
"version": "1.5.6",
"author": "Matt Biilmann <[email protected]>",
"bugs": {
"url": "https://github.com/netlify/netlify-identity-widget/issues"
Expand Down
2 changes: 1 addition & 1 deletion releases/v1/netlify-identity-widget.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity-widget.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity.js.map

Large diffs are not rendered by default.

0 comments on commit 4461d2e

Please sign in to comment.