Skip to content

Commit e8cd070

Browse files
author
sw-yx
committed
0.0.20
1 parent 93e2a51 commit e8cd070

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": 12286,
3+
"bundled": 12030,
44
"minified": 7820,
55
"gzipped": 1999
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 12286,
8+
"bundled": 12030,
99
"minified": 7820,
1010
"gzipped": 1999
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 13231,
13+
"bundled": 12961,
1414
"minified": 6790,
1515
"gzipped": 1950
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 13231,
18+
"bundled": 12961,
1919
"minified": 6790,
2020
"gzipped": 1950
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 12051,
23+
"bundled": 11795,
2424
"minified": 7588,
2525
"gzipped": 1939,
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.20](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.19...v0.0.20) - 2019-04-29
11+
12+
### Commits
13+
14+
- use code splitting [`93e2a51`](https://github.com/sw-yx/react-netlify-identity-widget/commit/93e2a51b46163c5ea62355da8bdb082962f656f5)
15+
1016
## [v0.0.19](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.18...v0.0.19) - 2019-04-29
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.19",
3+
"version": "0.0.20",
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)