Skip to content

Commit 5e0e14f

Browse files
author
sw-yx
committed
0.0.9
1 parent 67fe437 commit 5e0e14f

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

.size-snapshot.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.development.js": {
3-
"bundled": 7793,
4-
"minified": 2836,
5-
"gzipped": 1041
3+
"bundled": 8689,
4+
"minified": 3490,
5+
"gzipped": 1344
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 7793,
9-
"minified": 2836,
10-
"gzipped": 1041
8+
"bundled": 8689,
9+
"minified": 3490,
10+
"gzipped": 1344
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 8679,
14-
"minified": 2728,
15-
"gzipped": 1073
13+
"bundled": 9595,
14+
"minified": 3337,
15+
"gzipped": 1362
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 8679,
19-
"minified": 2728,
20-
"gzipped": 1073
18+
"bundled": 9595,
19+
"minified": 3337,
20+
"gzipped": 1362
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 7604,
24-
"minified": 2687,
25-
"gzipped": 987,
23+
"bundled": 8500,
24+
"minified": 3341,
25+
"gzipped": 1290,
2626
"treeshaked": {
2727
"rollup": {
2828
"code": 129,

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.9](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.8...v0.0.9) - 2019-04-24
11+
12+
### Commits
13+
14+
- fix stupid typeerror [`67fe437`](https://github.com/sw-yx/react-netlify-identity-widget/commit/67fe4371348b2c2df51400e59f9045c3d6cbe489)
15+
1016
## [v0.0.8](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.7...v0.0.8) - 2019-04-24
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.8",
3+
"version": "0.0.9",
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)