Skip to content

Commit 7ca48a7

Browse files
author
sw-yx
committed
0.0.24
1 parent 0b5bb2b commit 7ca48a7

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

+23-2
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.24](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.23...v0.0.24) - 2019-04-30
11+
12+
### Commits
13+
14+
- do code splitting [`0b5bb2b`](https://github.com/sw-yx/react-netlify-identity-widget/commit/0b5bb2b53aca12a76be8c5621a7ac20e9bbfb431)
15+
- upgrade tsdx version [`8342ea8`](https://github.com/sw-yx/react-netlify-identity-widget/commit/8342ea8262a7a56c61209d904ca544a7da82060f)
16+
- fix example [`8cd9c51`](https://github.com/sw-yx/react-netlify-identity-widget/commit/8cd9c5190e7c929af6b8b08063475d8526b3cba8)
17+
1018
## [v0.0.23](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.22...v0.0.23) - 2019-04-29
1119

1220
### Commits
@@ -111,13 +119,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
111119

112120
- pkg json [`14455f6`](https://github.com/sw-yx/react-netlify-identity-widget/commit/14455f6d9d3be5bbff2c383716ccfde9da1cc41a)
113121

114-
## [v0.0.6](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.2...v0.0.6) - 2019-04-24
122+
## [v0.0.6](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.4...v0.0.6) - 2019-04-24
123+
124+
### Commits
125+
126+
- revert to use changelog [`5793c64`](https://github.com/sw-yx/react-netlify-identity-widget/commit/5793c640fb13ce95a178c25d972d6eeeeefd8030)
127+
128+
## [v0.0.4](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.3...v0.0.4) - 2019-04-24
129+
130+
### Commits
131+
132+
- fix: working login/logout components [`a9c77b2`](https://github.com/sw-yx/react-netlify-identity-widget/commit/a9c77b217da49837fceb6aca711a8254978f46a8)
133+
- docs: changelog [`70846e8`](https://github.com/sw-yx/react-netlify-identity-widget/commit/70846e8a1294c29fe2963732a64ff6f8627abd05)
134+
135+
## [v0.0.3](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.2...v0.0.3) - 2019-04-24
115136

116137
### Commits
117138

118139
- docs: docs [`ef916b1`](https://github.com/sw-yx/react-netlify-identity-widget/commit/ef916b11dc390e0ade81aecbe7b02d6c8a7f366d)
119140
- fix: basic working identity usage [`f4a7166`](https://github.com/sw-yx/react-netlify-identity-widget/commit/f4a7166f5919b2c5880bf349e6c59e8b41876d82)
120-
- fix: working login/logout components [`a9c77b2`](https://github.com/sw-yx/react-netlify-identity-widget/commit/a9c77b217da49837fceb6aca711a8254978f46a8)
141+
- docs: fix changelog [`1bde843`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1bde8430fbad7ae9952d803b780c187d06d7d405)
121142

122143
## [v0.0.2](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.1...v0.0.2) - 2019-04-22
123144

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.23",
3+
"version": "0.0.24",
44
"main": "dist/index.js",
55
"module": "dist/reactNetlifyIdentityWidget.es.production/index.js",
66
"typings": "dist/reactNetlifyIdentityWidget.es.production/src/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)