Skip to content

Commit 7a65ac0

Browse files
author
sw-yx
committed
0.0.17
1 parent 3790681 commit 7a65ac0

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-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": 11959,
3+
"bundled": 11704,
44
"minified": 7561,
55
"gzipped": 1911
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 11959,
8+
"bundled": 11704,
99
"minified": 7561,
1010
"gzipped": 1911
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 12896,
13+
"bundled": 12627,
1414
"minified": 6621,
1515
"gzipped": 1878
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 12896,
18+
"bundled": 12627,
1919
"minified": 6621,
2020
"gzipped": 1878
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 11724,
23+
"bundled": 11469,
2424
"minified": 7372,
2525
"gzipped": 1860,
2626
"treeshaked": {

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.17](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.16...v0.0.17) - 2019-04-28
11+
12+
### Commits
13+
14+
- add full_name and image [`3790681`](https://github.com/sw-yx/react-netlify-identity-widget/commit/3790681d3a1cae63429b1ccf128939058c1e1cbf)
15+
1016
## [v0.0.16](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.15...v0.0.16) - 2019-04-28
1117

1218
### 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.16",
3+
"version": "0.0.17",
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)