Skip to content

Commit 67980b3

Browse files
author
sw-yx
committed
0.0.18
1 parent 198f0e0 commit 67980b3

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.size-snapshot.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.development.js": {
3-
"bundled": 12002,
3+
"bundled": 11783,
44
"minified": 7629,
55
"gzipped": 1929
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 12002,
8+
"bundled": 11783,
99
"minified": 7629,
1010
"gzipped": 1929
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 12935,
13+
"bundled": 12704,
1414
"minified": 6636,
1515
"gzipped": 1884
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 12935,
18+
"bundled": 12704,
1919
"minified": 6636,
2020
"gzipped": 1884
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 11767,
23+
"bundled": 11548,
2424
"minified": 7397,
2525
"gzipped": 1869,
2626
"treeshaked": {

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.0.18](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.17...v0.0.18) - 2019-04-28
11+
12+
### Commits
13+
14+
- use context for settings, move up getting the settings [`198f0e0`](https://github.com/sw-yx/react-netlify-identity-widget/commit/198f0e0bee65509a91132bd47937978ebea8e942)
15+
- readme [`b97accc`](https://github.com/sw-yx/react-netlify-identity-widget/commit/b97accc42001cfc6a2e6b85b6b3b27a25dbd54d2)
16+
- include view source [`72a30d8`](https://github.com/sw-yx/react-netlify-identity-widget/commit/72a30d8423ebd3524ac07a1f90bce184f5bdcf3e)
17+
1018
## [v0.0.17](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.16...v0.0.17) - 2019-04-28
1119

1220
### 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.0.17",
3+
"version": "0.0.18",
44
"main": "dist/index.js",
55
"umd:main": "dist/reactNetlifyIdentityWidget.umd.production.js",
66
"module": "dist/reactNetlifyIdentityWidget.es.production.js",

0 commit comments

Comments
 (0)