Skip to content

Commit ae9ba99

Browse files
author
sw-yx
committed
0.0.21
1 parent 1f07d15 commit ae9ba99

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": 12909,
3+
"bundled": 12653,
44
"minified": 8132,
55
"gzipped": 2130
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 12909,
8+
"bundled": 12653,
99
"minified": 8132,
1010
"gzipped": 2130
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 13890,
13+
"bundled": 13620,
1414
"minified": 7066,
1515
"gzipped": 2077
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 13890,
18+
"bundled": 13620,
1919
"minified": 7066,
2020
"gzipped": 2077
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 12674,
23+
"bundled": 12418,
2424
"minified": 7900,
2525
"gzipped": 2070,
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.21](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.20...v0.0.21) - 2019-04-29
11+
12+
### Commits
13+
14+
- error boundary [`1f07d15`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1f07d15f7f101ee3a609fbd7b3b14b5d9e58b7a5)
15+
1016
## [v0.0.20](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.19...v0.0.20) - 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.20",
3+
"version": "0.0.21",
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)