Skip to content

Commit 9a523c3

Browse files
author
sw-yx
committed
0.1.2
1 parent 35c5729 commit 9a523c3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

10+
## [v0.1.2](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.1.1...v0.1.2) - 2019-06-10
11+
12+
### Merged
13+
14+
- docs: update the prop to match the underlying API [`#2`](https://github.com/sw-yx/react-netlify-identity-widget/pull/2)
15+
- fix readme [`#1`](https://github.com/sw-yx/react-netlify-identity-widget/pull/1)
16+
17+
### Commits
18+
19+
- add classNames to prevent regression [`663e486`](https://github.com/sw-yx/react-netlify-identity-widget/commit/663e486ee5274807e029eb28fb50d25cad22025b)
20+
- Update README.md [`27ccb9b`](https://github.com/sw-yx/react-netlify-identity-widget/commit/27ccb9b638805fa6300a8aa7f318ab7efe2bfe08)
21+
1022
## [v0.1.1](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.1.0...v0.1.1) - 2019-05-30
1123

1224
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity-widget",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "dist/index.js",
55
"module": "dist/react-netlify-identity-widget.es.production.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)