Skip to content

Commit

Permalink
fix bad publish and bump RNI version to fix accidental break in RNI s…
Browse files Browse the repository at this point in the history
…ignupUser type signature
  • Loading branch information
swyxio committed Feb 4, 2020
1 parent 89e0596 commit 7248e40
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.2.6](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.2.5...v0.2.6) - 2020-02-03

### Commits

- bump RNI version [`89e0596`](https://github.com/sw-yx/react-netlify-identity-widget/commit/89e05967b99335409e4e26187c44d13f9046e823)
- update example [`76ce1a5`](https://github.com/sw-yx/react-netlify-identity-widget/commit/76ce1a59d7c431062354a129c2a7e46a5b97ab63)
- Update README.md [`6dcc448`](https://github.com/sw-yx/react-netlify-identity-widget/commit/6dcc44808dec5c191c644929579bd5db95e84101)

## [v0.2.5](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.2.4...v0.2.5) - 2019-09-10

### Merged

- Bump mixin-deep from 1.3.1 to 1.3.2 [`#7`](https://github.com/sw-yx/react-netlify-identity-widget/pull/7)
- Bump mixin-deep from 1.3.1 to 1.3.2 in /example [`#8`](https://github.com/sw-yx/react-netlify-identity-widget/pull/8)

### Commits

- namespace styles and remove unused [`297e12f`](https://github.com/sw-yx/react-netlify-identity-widget/commit/297e12fc93762ed4e77cc912f3a2f34fa3c3ed6b)
Expand All @@ -30,6 +43,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- remove boundary [`c4aec46`](https://github.com/sw-yx/react-netlify-identity-widget/commit/c4aec46ef87c9647274b079adc6b63bb0a560377)
- Bump mixin-deep from 1.3.1 to 1.3.2 in /example [`ef924cc`](https://github.com/sw-yx/react-netlify-identity-widget/commit/ef924cc600fdc1abecabd550192d0e7a4c0893bd)
- Bump mixin-deep from 1.3.1 to 1.3.2 [`e25eee1`](https://github.com/sw-yx/react-netlify-identity-widget/commit/e25eee11e5e447e0db67c57630d3ad701131259b)

## [v0.2.1](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.2.0...v0.2.1) - 2019-09-09

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-netlify-identity-widget",
"version": "0.2.5",
"version": "0.2.6",
"main": "dist/index.js",
"module": "dist/react-netlify-identity-widget.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"cz-conventional-changelog": "2.1.0",
"gh-release": "^3.5.0",
"husky": "^1.3.1",
"react-netlify-identity": "^0.2.2",
"react-netlify-identity": "^0.2.3",
"semantic-release": "^15.13.3",
"tsdx": "^0.9.1",
"typescript": "^3.6.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8205,10 +8205,10 @@ react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

react-netlify-identity@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/react-netlify-identity/-/react-netlify-identity-0.2.2.tgz#7e3fac9f79785b9a1c1a111ca022df381fcb578e"
integrity sha512-fQw7ztucRmX0WSp8TjAaya9TYyMrraWyJQVygoFrzkusSqz/1FRjIkju0JySN47lCeZwzfyMkg/Kjo+qzsbujQ==
react-netlify-identity@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/react-netlify-identity/-/react-netlify-identity-0.2.3.tgz#050a752e2d80b078822ab7cae1379e4a6579a172"
integrity sha512-jfNhUvl0oa8fpmWhSKHjwPVZiAIXIOd77oRv24+0uWh9v9B7tqtLxodq7bOY6fGgZuC4jUsft/WM3yxB+z6RtA==
dependencies:
gotrue-js "^0.9.25"
tsdx "^0.12.3"
Expand Down

0 comments on commit 7248e40

Please # to comment.