Skip to content

Commit 91e84b9

Browse files
author
sw-yx
committed
0.0.7
1 parent 14455f6 commit 91e84b9

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

.size-snapshot.json

Lines changed: 15 additions & 15 deletions
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": 4959,
4-
"minified": 1340,
5-
"gzipped": 566
3+
"bundled": 7793,
4+
"minified": 2836,
5+
"gzipped": 1041
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 4959,
9-
"minified": 1340,
10-
"gzipped": 566
8+
"bundled": 7793,
9+
"minified": 2836,
10+
"gzipped": 1041
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 5705,
14-
"minified": 1367,
15-
"gzipped": 620
13+
"bundled": 8679,
14+
"minified": 2728,
15+
"gzipped": 1073
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 5705,
19-
"minified": 1367,
20-
"gzipped": 620
18+
"bundled": 8679,
19+
"minified": 2728,
20+
"gzipped": 1073
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 4770,
24-
"minified": 1191,
25-
"gzipped": 504,
23+
"bundled": 7604,
24+
"minified": 2687,
25+
"gzipped": 987,
2626
"treeshaked": {
2727
"rollup": {
2828
"code": 129,

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.7](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.6...v0.0.7) - 2019-04-24
11+
12+
### Commits
13+
14+
- pkg json [`14455f6`](https://github.com/sw-yx/react-netlify-identity-widget/commit/14455f6d9d3be5bbff2c383716ccfde9da1cc41a)
15+
1016
## [v0.0.6](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.2...v0.0.6) - 2019-04-24
1117

1218
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity-widget",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
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)