Skip to content

Commit dbfe2f8

Browse files
author
sw-yx
committed
0.0.14
1 parent 527646b commit dbfe2f8

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-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": 11762,
4-
"minified": 7115,
5-
"gzipped": 1727
3+
"bundled": 11720,
4+
"minified": 7578,
5+
"gzipped": 1910
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 11762,
9-
"minified": 7115,
10-
"gzipped": 1727
8+
"bundled": 11720,
9+
"minified": 7578,
10+
"gzipped": 1910
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 12691,
14-
"minified": 6306,
15-
"gzipped": 1696
13+
"bundled": 12641,
14+
"minified": 6638,
15+
"gzipped": 1873
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 12691,
19-
"minified": 6306,
20-
"gzipped": 1696
18+
"bundled": 12641,
19+
"minified": 6638,
20+
"gzipped": 1873
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 11527,
24-
"minified": 6926,
25-
"gzipped": 1671,
23+
"bundled": 11485,
24+
"minified": 7389,
25+
"gzipped": 1859,
2626
"treeshaked": {
2727
"rollup": {
2828
"code": 524,

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.14](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.13...v0.0.14) - 2019-04-28
11+
12+
### Commits
13+
14+
- add providers [`527646b`](https://github.com/sw-yx/react-netlify-identity-widget/commit/527646b352156546ccbed5558be6e2f9d540424d)
15+
- commit to go enable the providers [`84ccf7f`](https://github.com/sw-yx/react-netlify-identity-widget/commit/84ccf7f67be4419878fcf3270f1010acefc6300a)
16+
1017
## [v0.0.13](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.12...v0.0.13) - 2019-04-28
1118

1219
### 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.13",
3+
"version": "0.0.14",
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)