Skip to content

Commit ffb73cd

Browse files
author
sw-yx
committed
0.0.25
1 parent 6bce2cc commit ffb73cd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.25](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.24...v0.0.25) - 2019-04-30
11+
12+
### Commits
13+
14+
- upgrade tsdx, drop code splitting [`ecf273c`](https://github.com/sw-yx/react-netlify-identity-widget/commit/ecf273ca507c61434a15ad6348548e3ac5b5c533)
15+
- use collapse_vars [`6bce2cc`](https://github.com/sw-yx/react-netlify-identity-widget/commit/6bce2ccf98b1abbfeac50abd59cbda8e08af2dfb)
16+
- add localhost warning to providers [`d2d553f`](https://github.com/sw-yx/react-netlify-identity-widget/commit/d2d553f26d7608bc6c36264dd78684de1549b0a9)
17+
1018
## [v0.0.24](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.23...v0.0.24) - 2019-04-30
1119

1220
### Commits

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity-widget",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"main": "dist/index.js",
55
"module": "dist/react-netlify-identity-widget.es.production.js",
66
"typings": "dist/index.d.ts",
@@ -51,4 +51,4 @@
5151
"type": "git",
5252
"url": "https://github.com/sw-yx/react-netlify-identity-widget.git"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)