Skip to content

Commit 9d46abb

Browse files
author
sw-yx
committed
0.0.13
1 parent 232e3d2 commit 9d46abb

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
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": 14099,
3+
"bundled": 13882,
44
"minified": 7089,
55
"gzipped": 1718
66
},
77
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.cjs.production.js": {
8-
"bundled": 14099,
8+
"bundled": 13882,
99
"minified": 7089,
1010
"gzipped": 1718
1111
},
1212
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.development.js": {
13-
"bundled": 15192,
13+
"bundled": 14963,
1414
"minified": 6280,
1515
"gzipped": 1690
1616
},
1717
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.umd.production.js": {
18-
"bundled": 15192,
18+
"bundled": 14963,
1919
"minified": 6280,
2020
"gzipped": 1690
2121
},
2222
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/reactNetlifyIdentityWidget.es.production.js": {
23-
"bundled": 13864,
23+
"bundled": 13647,
2424
"minified": 6900,
2525
"gzipped": 1662,
2626
"treeshaked": {

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ 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.12](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.12...v0.0.12) - 2019-04-24
10+
## [v0.0.13](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.12...v0.0.13) - 2019-04-28
1111

12-
test
12+
### Commits
1313

14-
## [v0.0.11](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.9...v0.0.11) - 2019-04-24
14+
- commit work but with production issue [`388580b`](https://github.com/sw-yx/react-netlify-identity-widget/commit/388580b4262b31c3e195b5e1418694bf1fdefc4f)
15+
- add mvp [`e6375a9`](https://github.com/sw-yx/react-netlify-identity-widget/commit/e6375a99168c651511414e96e1e0cf3790178778)
16+
- bit more polish [`0e6e6d7`](https://github.com/sw-yx/react-netlify-identity-widget/commit/0e6e6d784377d55140e2c28d4cec6b550530e439)
1517

16-
test
18+
## [v0.0.12](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.11...v0.0.12) - 2019-04-24
19+
20+
### Commits
21+
22+
- export context [`493b88a`](https://github.com/sw-yx/react-netlify-identity-widget/commit/493b88abbe02c710dd0f2ea18eb79d54046d64c6)
23+
24+
## [v0.0.11](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.9...v0.0.11) - 2019-04-24
1725

1826
### Commits
1927

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.12",
3+
"version": "0.0.13",
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)