Skip to content

Commit

Permalink
1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jul 26, 2021
1 parent afc0df7 commit e0072e5
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 261 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v1.9.2](https://github.com/netlify/netlify-identity-widget/compare/v1.9.1...v1.9.2)

### Merged

- fix: remove identity prefix from site URL if exists [`#482`](https://github.com/netlify/netlify-identity-widget/pull/482)
- feat: Czech and Slovak translations [`#439`](https://github.com/netlify/netlify-identity-widget/pull/439)
- chore(deps): update dependency gh-release to v5 [`#422`](https://github.com/netlify/netlify-identity-widget/pull/422)
- feat: add polish translations [`#409`](https://github.com/netlify/netlify-identity-widget/pull/409)
- chore(deps): update dependency webpack-cli to v4 [`#387`](https://github.com/netlify/netlify-identity-widget/pull/387)
- chore(renovate): add pr labels [`#374`](https://github.com/netlify/netlify-identity-widget/pull/374)
- chore(deps): update dependency eslint-config-prettier to v8 [`#431`](https://github.com/netlify/netlify-identity-widget/pull/431)
- chore(deps): bump elliptic from 6.5.3 to 6.5.4 [`#436`](https://github.com/netlify/netlify-identity-widget/pull/436)
- chore(deps): bump elliptic from 6.5.3 to 6.5.4 in /example/react [`#437`](https://github.com/netlify/netlify-identity-widget/pull/437)
- chore(deps): bump ssri from 6.0.1 to 6.0.2 in /example/react [`#444`](https://github.com/netlify/netlify-identity-widget/pull/444)
- chore(deps): bump ssri from 6.0.1 to 6.0.2 [`#446`](https://github.com/netlify/netlify-identity-widget/pull/446)
- chore(deps): bump handlebars from 4.7.6 to 4.7.7 [`#448`](https://github.com/netlify/netlify-identity-widget/pull/448)
- chore(deps): bump url-parse from 1.4.7 to 1.5.1 [`#449`](https://github.com/netlify/netlify-identity-widget/pull/449)
- chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /example/react [`#450`](https://github.com/netlify/netlify-identity-widget/pull/450)
- Fix: Replacement typo on `white-space` property [`#435`](https://github.com/netlify/netlify-identity-widget/pull/435)
- Add branded README image [`#434`](https://github.com/netlify/netlify-identity-widget/pull/434)
- chore(deps): update actions/setup-node action to v2 [`#411`](https://github.com/netlify/netlify-identity-widget/pull/411)
- chore(deps): lock file maintenance [`#392`](https://github.com/netlify/netlify-identity-widget/pull/392)
- chore(deps): update babel monorepo [`#390`](https://github.com/netlify/netlify-identity-widget/pull/390)
- chore(deps): update babel monorepo [`#338`](https://github.com/netlify/netlify-identity-widget/pull/338)
- chore(deps): bump node-fetch from 2.6.0 to 2.6.1 [`#364`](https://github.com/netlify/netlify-identity-widget/pull/364)
- chore: module example code typo [`#359`](https://github.com/netlify/netlify-identity-widget/pull/359)
- feat: Russian translation [`#354`](https://github.com/netlify/netlify-identity-widget/pull/354)
- chore: clarify use of global script version [`#357`](https://github.com/netlify/netlify-identity-widget/pull/357)
- feat: Portuguese translation [`#352`](https://github.com/netlify/netlify-identity-widget/pull/352)
- fix: add missing translations [`#353`](https://github.com/netlify/netlify-identity-widget/pull/353)

### Fixed

- chore: clarify use of global script version (#357) [`#355`](https://github.com/netlify/netlify-identity-widget/issues/355)

### Commits

- Update yarn lockfile [`ad7d5c6`](https://github.com/netlify/netlify-identity-widget/commit/ad7d5c6c89cf2006f8f78619f42edaf2abe84a63)
- chore(deps): update jest monorepo to v26.6.3 [`6fadf3b`](https://github.com/netlify/netlify-identity-widget/commit/6fadf3b4ca834f097647e95f966fc877cdc7bf30)
- chore(deps): update dependency eslint to v7.26.0 [`e47ee6f`](https://github.com/netlify/netlify-identity-widget/commit/e47ee6fd642581cc67fc2d1e05cb26fc4f632f35)

## [v1.9.1](https://github.com/netlify/netlify-identity-widget/compare/v1.9.0...v1.9.1) - 2020-07-30

### 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.9.1",
"version": "1.9.2",
"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/foo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><script src="/netlify-identity.js"></script><meta charset="utf-8"><title>Netlify Identity Widget</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="description" content="Netlify Identity Widget"><meta name="application-name" content="Netlify Identity Widget"><style>* {
<!DOCTYPE html><html><head><script src="/netlify-identity-widget.js"></script><meta charset="utf-8"><title>Netlify Identity Widget</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="description" content="Netlify Identity Widget"><meta name="application-name" content="Netlify Identity Widget"><style>* {
margin: 0;
padding: 0;
}
Expand Down
502 changes: 251 additions & 251 deletions releases/v1/index.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions 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.

5 changes: 2 additions & 3 deletions 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 e0072e5

Please sign in to comment.