diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0aebc..cefa22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,251 +7,271 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.2.5](https://github.com/sw-yx/react-netlify-identity/compare/v0.2.4...v0.2.5) - 2020-04-20 +## [v0.2.7](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.6...v0.2.7) - 2022-06-15 ### Merged -- make tsdx a dev dependency [`#36`](https://github.com/sw-yx/react-netlify-identity/pull/36) +- fix: package.module again [`#50`](https://github.com/netlify-labs/react-netlify-identity/pull/50) -## [v0.2.4](https://github.com/sw-yx/react-netlify-identity/compare/v0.2.3...v0.2.4) - 2020-04-10 +## [v0.2.6](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.5...v0.2.6) - 2022-06-14 ### Merged -- Store user after email confirmation [`#35`](https://github.com/sw-yx/react-netlify-identity/pull/35) +- fix: typo in `module` field [`#49`](https://github.com/netlify-labs/react-netlify-identity/pull/49) + +### Fixed + +- fix: typo in `module` field [`#48`](https://github.com/netlify-labs/react-netlify-identity/issues/48) + +### Commits + +- Update README.md [`8799796`](https://github.com/netlify-labs/react-netlify-identity/commit/879979601df6dba0ca95badb2a0988613565a5a8) + +## [v0.2.5](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.4...v0.2.5) - 2020-04-20 + +### Merged + +- make tsdx a dev dependency [`#36`](https://github.com/netlify-labs/react-netlify-identity/pull/36) + +## [v0.2.4](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.3...v0.2.4) - 2020-04-10 + +### Merged + +- Store user after email confirmation [`#35`](https://github.com/netlify-labs/react-netlify-identity/pull/35) ### Commits -- feat(runRoutes): store user after email confirmation [`929c477`](https://github.com/sw-yx/react-netlify-identity/commit/929c4771c2caa4b64d4232be0e37bf4221d2f27f) +- feat(runRoutes): store user after email confirmation [`929c477`](https://github.com/netlify-labs/react-netlify-identity/commit/929c4771c2caa4b64d4232be0e37bf4221d2f27f) -## [v0.2.3](https://github.com/sw-yx/react-netlify-identity/compare/v0.2.2...v0.2.3) - 2020-02-04 +## [v0.2.3](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.2...v0.2.3) - 2020-02-04 ### Commits -- fix accidental break in ReactNetlifyIdentityAPI.signupUser type signature [`182faf9`](https://github.com/sw-yx/react-netlify-identity/commit/182faf90bde92c260134965d511690dceeed3265) +- fix accidental break in ReactNetlifyIdentityAPI.signupUser type signature [`182faf9`](https://github.com/netlify-labs/react-netlify-identity/commit/182faf90bde92c260134965d511690dceeed3265) -## [v0.2.2](https://github.com/sw-yx/react-netlify-identity/compare/v0.2.1...v0.2.2) - 2020-01-18 +## [v0.2.2](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.1...v0.2.2) - 2020-01-18 ### Merged -- V0.2.2 [`#32`](https://github.com/sw-yx/react-netlify-identity/pull/32) +- V0.2.2 [`#32`](https://github.com/netlify-labs/react-netlify-identity/pull/32) ### Commits -- feat(verifyToken): add & expose verifyToken reject instead of error [`b4caa6f`](https://github.com/sw-yx/react-netlify-identity/commit/b4caa6fe87f4f57efd1d85868786b321d51887b3) -- add @see to all gotrue-js methods [`94d1698`](https://github.com/sw-yx/react-netlify-identity/commit/94d1698488e6ea9975750191cb41386661fcc36f) -- fix(hash): remove entirely [`0033b60`](https://github.com/sw-yx/react-netlify-identity/commit/0033b604f441e54b65037dfac8c733c9918eee42) +- feat(verifyToken): add & expose verifyToken reject instead of error [`b4caa6f`](https://github.com/netlify-labs/react-netlify-identity/commit/b4caa6fe87f4f57efd1d85868786b321d51887b3) +- add @see to all gotrue-js methods [`94d1698`](https://github.com/netlify-labs/react-netlify-identity/commit/94d1698488e6ea9975750191cb41386661fcc36f) +- fix(hash): remove entirely [`0033b60`](https://github.com/netlify-labs/react-netlify-identity/commit/0033b604f441e54b65037dfac8c733c9918eee42) -## [v0.2.1](https://github.com/sw-yx/react-netlify-identity/compare/v0.2.0...v0.2.1) - 2020-01-16 +## [v0.2.1](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.0...v0.2.1) - 2020-01-16 ### Merged -- v0.2.1 [`#31`](https://github.com/sw-yx/react-netlify-identity/pull/31) +- v0.2.1 [`#31`](https://github.com/netlify-labs/react-netlify-identity/pull/31) ### Commits -- fix(readme): update to latest changes [`abdcdad`](https://github.com/sw-yx/react-netlify-identity/commit/abdcdada960849d7059affcfeaee35c9b8036d0f) -- fix(recoverAccount): also clean up potentially rejected token [`226aea3`](https://github.com/sw-yx/react-netlify-identity/commit/226aea39809ba08ff282acf74ece24c518e8b2a4) -- fix(readme): finish docs [`8e30593`](https://github.com/sw-yx/react-netlify-identity/commit/8e305934d6a3801cd556ea1edd6b0fc1f7316e13) +- fix(readme): update to latest changes [`abdcdad`](https://github.com/netlify-labs/react-netlify-identity/commit/abdcdada960849d7059affcfeaee35c9b8036d0f) +- fix(recoverAccount): also clean up potentially rejected token [`226aea3`](https://github.com/netlify-labs/react-netlify-identity/commit/226aea39809ba08ff282acf74ece24c518e8b2a4) +- fix(readme): finish docs [`8e30593`](https://github.com/netlify-labs/react-netlify-identity/commit/8e305934d6a3801cd556ea1edd6b0fc1f7316e13) -## [v0.2.0](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.9...v0.2.0) - 2020-01-15 +## [v0.2.0](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.9...v0.2.0) - 2020-01-15 ### Merged -- recoverAccount workflow... and a bit more [`#30`](https://github.com/sw-yx/react-netlify-identity/pull/30) -- Bump safer-eval from 1.3.3 to 1.3.5 in /examples/example-reach-ro… [`#23`](https://github.com/sw-yx/react-netlify-identity/pull/23) -- Bump mixin-deep from 1.3.1 to 1.3.2 [`#19`](https://github.com/sw-yx/react-netlify-identity/pull/19) -- Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/example-reach-ro… [`#20`](https://github.com/sw-yx/react-netlify-identity/pull/20) -- Bump lodash from 4.17.11 to 4.17.15 [`#21`](https://github.com/sw-yx/react-netlify-identity/pull/21) -- Bump lodash from 4.17.11 to 4.17.15 in /examples/example-reach-ro… [`#22`](https://github.com/sw-yx/react-netlify-identity/pull/22) -- Added example [`#18`](https://github.com/sw-yx/react-netlify-identity/pull/18) +- recoverAccount workflow... and a bit more [`#30`](https://github.com/netlify-labs/react-netlify-identity/pull/30) +- Bump safer-eval from 1.3.3 to 1.3.5 in /examples/example-reach-ro… [`#23`](https://github.com/netlify-labs/react-netlify-identity/pull/23) +- Bump mixin-deep from 1.3.1 to 1.3.2 [`#19`](https://github.com/netlify-labs/react-netlify-identity/pull/19) +- Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/example-reach-ro… [`#20`](https://github.com/netlify-labs/react-netlify-identity/pull/20) +- Bump lodash from 4.17.11 to 4.17.15 [`#21`](https://github.com/netlify-labs/react-netlify-identity/pull/21) +- Bump lodash from 4.17.11 to 4.17.15 in /examples/example-reach-ro… [`#22`](https://github.com/netlify-labs/react-netlify-identity/pull/22) +- Added example [`#18`](https://github.com/netlify-labs/react-netlify-identity/pull/18) ### Commits -- chore(deps): bumped versions of all dependencies [`2e5cdba`](https://github.com/sw-yx/react-netlify-identity/commit/2e5cdbaf7258a4405c61fe96e532670df1a09008) -- Add example [`18bf4ba`](https://github.com/sw-yx/react-netlify-identity/commit/18bf4ba32097464ac10c16f5096a696bf965193a) -- fix(index): group state & effects, memoize functions [`3cd647c`](https://github.com/sw-yx/react-netlify-identity/commit/3cd647c2d6a25a695f696a166c29034bd40e03e1) +- chore(deps): bumped versions of all dependencies [`2e5cdba`](https://github.com/netlify-labs/react-netlify-identity/commit/2e5cdbaf7258a4405c61fe96e532670df1a09008) +- Add example [`18bf4ba`](https://github.com/netlify-labs/react-netlify-identity/commit/18bf4ba32097464ac10c16f5096a696bf965193a) +- fix(index): group state & effects, memoize functions [`3cd647c`](https://github.com/netlify-labs/react-netlify-identity/commit/3cd647c2d6a25a695f696a166c29034bd40e03e1) -## [v0.1.9](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.8...v0.1.9) - 2019-07-02 +## [v0.1.9](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.8...v0.1.9) - 2019-07-02 ### Merged -- Change parameter type in updateUser method [`#15`](https://github.com/sw-yx/react-netlify-identity/pull/15) +- Change parameter type in updateUser method [`#15`](https://github.com/netlify-labs/react-netlify-identity/pull/15) ### Commits -- gs [`edcdeb9`](https://github.com/sw-yx/react-netlify-identity/commit/edcdeb905d4f17398e90effdecbbe8a9f90715ef) -- redeploy [`6756cf1`](https://github.com/sw-yx/react-netlify-identity/commit/6756cf1daeafdfd963e8f927ea1db6df2831c14b) +- gs [`edcdeb9`](https://github.com/netlify-labs/react-netlify-identity/commit/edcdeb905d4f17398e90effdecbbe8a9f90715ef) +- redeploy [`6756cf1`](https://github.com/netlify-labs/react-netlify-identity/commit/6756cf1daeafdfd963e8f927ea1db6df2831c14b) -## [v0.1.8](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.7...v0.1.8) - 2019-06-23 +## [v0.1.8](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.7...v0.1.8) - 2019-06-23 ### Merged -- Add flag enableRunRoutes [`#14`](https://github.com/sw-yx/react-netlify-identity/pull/14) +- Add flag enableRunRoutes [`#14`](https://github.com/netlify-labs/react-netlify-identity/pull/14) ### Commits -- move down the usememo [`563b9de`](https://github.com/sw-yx/react-netlify-identity/commit/563b9de634e65eff1635b657cc96d28a41456d94) -- make sure we use RNI 0.1.7 [`11b78d1`](https://github.com/sw-yx/react-netlify-identity/commit/11b78d11257503f69ac10b36ac96e1661f36b2ae) -- tweak readme [`e0cf22c`](https://github.com/sw-yx/react-netlify-identity/commit/e0cf22c2d76de0b935716b1ec16151c96b05e45e) +- move down the usememo [`563b9de`](https://github.com/netlify-labs/react-netlify-identity/commit/563b9de634e65eff1635b657cc96d28a41456d94) +- make sure we use RNI 0.1.7 [`11b78d1`](https://github.com/netlify-labs/react-netlify-identity/commit/11b78d11257503f69ac10b36ac96e1661f36b2ae) +- tweak readme [`e0cf22c`](https://github.com/netlify-labs/react-netlify-identity/commit/e0cf22c2d76de0b935716b1ec16151c96b05e45e) -## [v0.1.7](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.6...v0.1.7) - 2019-06-10 +## [v0.1.7](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.6...v0.1.7) - 2019-06-10 ### Commits -- memoize the used hook [`e92f779`](https://github.com/sw-yx/react-netlify-identity/commit/e92f779c363e561f6c29b6bfdc8a9ed2e871859e) -- use profiling build of react dom [`e05047c`](https://github.com/sw-yx/react-netlify-identity/commit/e05047ccb959ade2b54fa4880779e7bd2a2dea6d) +- memoize the used hook [`e92f779`](https://github.com/netlify-labs/react-netlify-identity/commit/e92f779c363e561f6c29b6bfdc8a9ed2e871859e) +- use profiling build of react dom [`e05047c`](https://github.com/netlify-labs/react-netlify-identity/commit/e05047ccb959ade2b54fa4880779e7bd2a2dea6d) -## [v0.1.6](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.5...v0.1.6) - 2019-06-10 +## [v0.1.6](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.5...v0.1.6) - 2019-06-10 ### Commits -- memoize gotrueinstance creation [`aea606b`](https://github.com/sw-yx/react-netlify-identity/commit/aea606b6e6dbea34d4c0350ad5dff2ce07db1c45) +- memoize gotrueinstance creation [`aea606b`](https://github.com/netlify-labs/react-netlify-identity/commit/aea606b6e6dbea34d4c0350ad5dff2ce07db1c45) -## [v0.1.5](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.4...v0.1.5) - 2019-06-10 +## [v0.1.5](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.4...v0.1.5) - 2019-06-10 ### Commits -- switch example to always use latest from npm [`a1cee30`](https://github.com/sw-yx/react-netlify-identity/commit/a1cee30ae0fee27437af89a6e5179c81eca61a90) -- alright drop all dependencies [`8c3c6fa`](https://github.com/sw-yx/react-netlify-identity/commit/8c3c6fa5ccfbf84fbc04b2dadaef540860b00c6a) -- skip prepare script [`a8e8a79`](https://github.com/sw-yx/react-netlify-identity/commit/a8e8a79c9ce09891f2f6f46bbaa0988f88e31b6a) +- switch example to always use latest from npm [`a1cee30`](https://github.com/netlify-labs/react-netlify-identity/commit/a1cee30ae0fee27437af89a6e5179c81eca61a90) +- alright drop all dependencies [`8c3c6fa`](https://github.com/netlify-labs/react-netlify-identity/commit/8c3c6fa5ccfbf84fbc04b2dadaef540860b00c6a) +- skip prepare script [`a8e8a79`](https://github.com/netlify-labs/react-netlify-identity/commit/a8e8a79c9ce09891f2f6f46bbaa0988f88e31b6a) -## [v0.1.4](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.3...v0.1.4) - 2019-06-10 +## [v0.1.4](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.3...v0.1.4) - 2019-06-10 ### Commits -- rename api [`2abd831`](https://github.com/sw-yx/react-netlify-identity/commit/2abd831b5139dacde926152839ee966db76586bc) -- fix useeffect infinite loop [`4af4061`](https://github.com/sw-yx/react-netlify-identity/commit/4af40618db02631437d9618b7c17e466cc8c732f) +- rename api [`2abd831`](https://github.com/netlify-labs/react-netlify-identity/commit/2abd831b5139dacde926152839ee966db76586bc) +- fix useeffect infinite loop [`4af4061`](https://github.com/netlify-labs/react-netlify-identity/commit/4af40618db02631437d9618b7c17e466cc8c732f) -## [v0.1.3](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.2...v0.1.3) - 2019-05-30 +## [v0.1.3](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.2...v0.1.3) - 2019-05-30 ### Commits -- fix readme [`16f3a04`](https://github.com/sw-yx/react-netlify-identity/commit/16f3a044ceea85a91c7e22f31f3ada631e30fb2e) -- rename to useIdentityContext [`ff50d61`](https://github.com/sw-yx/react-netlify-identity/commit/ff50d61014a8a5ff70fd74477b61d4a11701d3ea) +- fix readme [`16f3a04`](https://github.com/netlify-labs/react-netlify-identity/commit/16f3a044ceea85a91c7e22f31f3ada631e30fb2e) +- rename to useIdentityContext [`ff50d61`](https://github.com/netlify-labs/react-netlify-identity/commit/ff50d61014a8a5ff70fd74477b61d4a11701d3ea) -## [v0.1.2](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.1...v0.1.2) - 2019-05-30 +## [v0.1.2](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.1...v0.1.2) - 2019-05-30 ### Commits -- fix exampple [`6c4d722`](https://github.com/sw-yx/react-netlify-identity/commit/6c4d7229a1672557a12147adc8dc59f027e544ac) +- fix exampple [`6c4d722`](https://github.com/netlify-labs/react-netlify-identity/commit/6c4d7229a1672557a12147adc8dc59f027e544ac) -## [v0.1.1](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.0...v0.1.1) - 2019-05-30 +## [v0.1.1](https://github.com/netlify-labs/react-netlify-identity/compare/v0.1.0...v0.1.1) - 2019-05-30 ### Merged -- Use context api [`#9`](https://github.com/sw-yx/react-netlify-identity/pull/9) +- Use context api [`#9`](https://github.com/netlify-labs/react-netlify-identity/pull/9) ### Commits -- change settings api and remove useMemo call [`77099a3`](https://github.com/sw-yx/react-netlify-identity/commit/77099a307aba8525da8689d5f4a7175f27e619db) -- fix build [`964b3ae`](https://github.com/sw-yx/react-netlify-identity/commit/964b3ae401a7cffa3a2b5eeb837a4ab6aec6343a) +- change settings api and remove useMemo call [`77099a3`](https://github.com/netlify-labs/react-netlify-identity/commit/77099a307aba8525da8689d5f4a7175f27e619db) +- fix build [`964b3ae`](https://github.com/netlify-labs/react-netlify-identity/commit/964b3ae401a7cffa3a2b5eeb837a4ab6aec6343a) -## [v0.1.0](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.16...v0.1.0) - 2019-05-30 +## [v0.1.0](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.16...v0.1.0) - 2019-05-30 ### Commits -- working contextapi [`149fccf`](https://github.com/sw-yx/react-netlify-identity/commit/149fccf91317ffade6b5468c19cdfcc333cf245d) -- update version [`013e1fd`](https://github.com/sw-yx/react-netlify-identity/commit/013e1fdf8fe2a74c5844af5b87221d224e51f3be) +- working contextapi [`149fccf`](https://github.com/netlify-labs/react-netlify-identity/commit/149fccf91317ffade6b5468c19cdfcc333cf245d) +- update version [`013e1fd`](https://github.com/netlify-labs/react-netlify-identity/commit/013e1fdf8fe2a74c5844af5b87221d224e51f3be) -## [v0.0.16](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.15...v0.0.16) - 2019-05-22 +## [v0.0.16](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.15...v0.0.16) - 2019-05-22 ### Commits -- example [`55dbe28`](https://github.com/sw-yx/react-netlify-identity/commit/55dbe287bdd10f288489fac9820abf3cbdd06c52) -- move into function folders [`43dfa8b`](https://github.com/sw-yx/react-netlify-identity/commit/43dfa8b81c80db0f292c71fb65f685b9a0d7594e) -- readme [`1521c5b`](https://github.com/sw-yx/react-netlify-identity/commit/1521c5b1b9843ce1cc1c82aec9d9c2e818599f38) +- example [`55dbe28`](https://github.com/netlify-labs/react-netlify-identity/commit/55dbe287bdd10f288489fac9820abf3cbdd06c52) +- move into function folders [`43dfa8b`](https://github.com/netlify-labs/react-netlify-identity/commit/43dfa8b81c80db0f292c71fb65f685b9a0d7594e) +- readme [`1521c5b`](https://github.com/netlify-labs/react-netlify-identity/commit/1521c5b1b9843ce1cc1c82aec9d9c2e818599f38) -## [v0.0.15](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.14...v0.0.15) - 2019-04-28 +## [v0.0.15](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.14...v0.0.15) - 2019-04-28 ### Commits -- extract to runRoutes [`3b88029`](https://github.com/sw-yx/react-netlify-identity/commit/3b88029ac98ea6874135569f21f4605a2263564d) -- app buttons [`ef6b9c1`](https://github.com/sw-yx/react-netlify-identity/commit/ef6b9c16ad029498935d9d4e24428d2212b5a1b6) -- pkgjson [`50ae246`](https://github.com/sw-yx/react-netlify-identity/commit/50ae2462e80195234b2813a24e946deda996d20d) +- extract to runRoutes [`3b88029`](https://github.com/netlify-labs/react-netlify-identity/commit/3b88029ac98ea6874135569f21f4605a2263564d) +- app buttons [`ef6b9c1`](https://github.com/netlify-labs/react-netlify-identity/commit/ef6b9c16ad029498935d9d4e24428d2212b5a1b6) +- pkgjson [`50ae246`](https://github.com/netlify-labs/react-netlify-identity/commit/50ae2462e80195234b2813a24e946deda996d20d) -## [v0.0.14](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.13...v0.0.14) - 2019-04-28 +## [v0.0.14](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.13...v0.0.14) - 2019-04-28 ### Commits -- tryloginprovider [`b6523ff`](https://github.com/sw-yx/react-netlify-identity/commit/b6523ff6cac9d1d09e549bc21055d32a1e6a1f29) -- bump version [`bee1f88`](https://github.com/sw-yx/react-netlify-identity/commit/bee1f888037ab22265874b7398e2dc051b9eb3b1) +- tryloginprovider [`b6523ff`](https://github.com/netlify-labs/react-netlify-identity/commit/b6523ff6cac9d1d09e549bc21055d32a1e6a1f29) +- bump version [`bee1f88`](https://github.com/netlify-labs/react-netlify-identity/commit/bee1f888037ab22265874b7398e2dc051b9eb3b1) -## [v0.0.13](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.12...v0.0.13) - 2019-04-28 +## [v0.0.13](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.12...v0.0.13) - 2019-04-28 ### Commits -- try to deploy [`4dedb1d`](https://github.com/sw-yx/react-netlify-identity/commit/4dedb1d74115413946cdeda613f29b9c7c76bbb6) -- pkgjson [`2d15208`](https://github.com/sw-yx/react-netlify-identity/commit/2d1520885fdc7c17eeef9587ce01f5964678dbe9) -- readme [`743a354`](https://github.com/sw-yx/react-netlify-identity/commit/743a3548b2a3b0f927b60bb76928b96b4db2c022) +- try to deploy [`4dedb1d`](https://github.com/netlify-labs/react-netlify-identity/commit/4dedb1d74115413946cdeda613f29b9c7c76bbb6) +- pkgjson [`2d15208`](https://github.com/netlify-labs/react-netlify-identity/commit/2d1520885fdc7c17eeef9587ce01f5964678dbe9) +- readme [`743a354`](https://github.com/netlify-labs/react-netlify-identity/commit/743a3548b2a3b0f927b60bb76928b96b4db2c022) -## [v0.0.12](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.11...v0.0.12) - 2019-04-24 +## [v0.0.12](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.11...v0.0.12) - 2019-04-24 ### Commits -- actually make it remember [`a8a8106`](https://github.com/sw-yx/react-netlify-identity/commit/a8a8106c9317228848c349487b8626040bc5ebf0) +- actually make it remember [`a8a8106`](https://github.com/netlify-labs/react-netlify-identity/commit/a8a8106c9317228848c349487b8626040bc5ebf0) -## [v0.0.11](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.10...v0.0.11) - 2019-04-23 +## [v0.0.11](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.10...v0.0.11) - 2019-04-23 ### Commits -- bump dependencies [`cfb29a6`](https://github.com/sw-yx/react-netlify-identity/commit/cfb29a6af608a3bdae412ce43d73fa5a54db7e86) -- remove example, misleading [`2761f6a`](https://github.com/sw-yx/react-netlify-identity/commit/2761f6a931889d1b23fe0ad10e157e8b08c6d2e0) +- bump dependencies [`cfb29a6`](https://github.com/netlify-labs/react-netlify-identity/commit/cfb29a6af608a3bdae412ce43d73fa5a54db7e86) +- remove example, misleading [`2761f6a`](https://github.com/netlify-labs/react-netlify-identity/commit/2761f6a931889d1b23fe0ad10e157e8b08c6d2e0) -## [v0.0.10](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.9...v0.0.10) - 2019-04-23 +## [v0.0.10](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.9...v0.0.10) - 2019-04-23 ### Commits -- bump gotruejs [`0a88980`](https://github.com/sw-yx/react-netlify-identity/commit/0a88980df1b347565b0f9e772288e66a03e6eea1) +- bump gotruejs [`0a88980`](https://github.com/netlify-labs/react-netlify-identity/commit/0a88980df1b347565b0f9e772288e66a03e6eea1) -## [v0.0.9](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.8...v0.0.9) - 2019-04-22 +## [v0.0.9](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.8...v0.0.9) - 2019-04-22 ### Commits -- proper dependencies [`20fb43a`](https://github.com/sw-yx/react-netlify-identity/commit/20fb43a75dde9e81afef7bf6c008c5ce5fa5c8c3) +- proper dependencies [`20fb43a`](https://github.com/netlify-labs/react-netlify-identity/commit/20fb43a75dde9e81afef7bf6c008c5ce5fa5c8c3) -## [v0.0.8](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.7...v0.0.8) - 2019-04-22 +## [v0.0.8](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.7...v0.0.8) - 2019-04-22 ### Merged -- Add remember option to loginUser [`#2`](https://github.com/sw-yx/react-netlify-identity/pull/2) +- Add remember option to loginUser [`#2`](https://github.com/netlify-labs/react-netlify-identity/pull/2) ### Commits -- Add @svgr/rollup devDependency to package.json [`0ecb730`](https://github.com/sw-yx/react-netlify-identity/commit/0ecb730a6601d477ed6018f99aa8a2b840a6fa1c) -- user [`0a99857`](https://github.com/sw-yx/react-netlify-identity/commit/0a998577cca36567c0d5bf8a280b600b6894d9b8) -- 3rd arg loginuser [`6856fad`](https://github.com/sw-yx/react-netlify-identity/commit/6856fad19c87bb989771a218ac6d061052a335bb) +- Add @svgr/rollup devDependency to package.json [`0ecb730`](https://github.com/netlify-labs/react-netlify-identity/commit/0ecb730a6601d477ed6018f99aa8a2b840a6fa1c) +- user [`0a99857`](https://github.com/netlify-labs/react-netlify-identity/commit/0a998577cca36567c0d5bf8a280b600b6894d9b8) +- 3rd arg loginuser [`6856fad`](https://github.com/netlify-labs/react-netlify-identity/commit/6856fad19c87bb989771a218ac6d061052a335bb) -## [v0.0.7](https://github.com/sw-yx/react-netlify-identity/compare/0.0.7...v0.0.7) - 2019-03-15 +## [v0.0.7](https://github.com/netlify-labs/react-netlify-identity/compare/0.0.7...v0.0.7) - 2019-03-15 ### Commits -- pull currentuser on init [`3b593dd`](https://github.com/sw-yx/react-netlify-identity/commit/3b593dded394462ca2679fcfc57baa31d450b2e2) +- pull currentuser on init [`3b593dd`](https://github.com/netlify-labs/react-netlify-identity/commit/3b593dded394462ca2679fcfc57baa31d450b2e2) -## [0.0.7](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.5...0.0.7) - 2019-01-10 +## [0.0.7](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.5...0.0.7) - 2019-01-10 ### Commits -- dont use ref [`dc1c0f0`](https://github.com/sw-yx/react-netlify-identity/commit/dc1c0f093cf07df182444e1e4962bebcfbf2e0e2) -- noproptypes [`72e75ba`](https://github.com/sw-yx/react-netlify-identity/commit/72e75bacdd055fee1ef7b1dcf2440650be13c2e5) +- dont use ref [`dc1c0f0`](https://github.com/netlify-labs/react-netlify-identity/commit/dc1c0f093cf07df182444e1e4962bebcfbf2e0e2) +- noproptypes [`72e75ba`](https://github.com/netlify-labs/react-netlify-identity/commit/72e75bacdd055fee1ef7b1dcf2440650be13c2e5) -## [v0.0.5](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.3...v0.0.5) - 2019-01-10 +## [v0.0.5](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.3...v0.0.5) - 2019-01-10 ### Commits -- update certain things [`561db87`](https://github.com/sw-yx/react-netlify-identity/commit/561db8766f75d130dc64ca3f52e0a313b7dd3119) -- Update README.md [`bc39e80`](https://github.com/sw-yx/react-netlify-identity/commit/bc39e80f587bd6fbeddd9d6e2c52262ef5b2992b) +- update certain things [`561db87`](https://github.com/netlify-labs/react-netlify-identity/commit/561db8766f75d130dc64ca3f52e0a313b7dd3119) +- Update README.md [`bc39e80`](https://github.com/netlify-labs/react-netlify-identity/commit/bc39e80f587bd6fbeddd9d6e2c52262ef5b2992b) -## [v0.0.3](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.2...v0.0.3) - 2018-12-10 +## [v0.0.3](https://github.com/netlify-labs/react-netlify-identity/compare/v0.0.2...v0.0.3) - 2018-12-10 ### Commits -- readme [`a20d173`](https://github.com/sw-yx/react-netlify-identity/commit/a20d173ab4a7f00d905ee9a68091913924da1e91) -- update readme [`61124da`](https://github.com/sw-yx/react-netlify-identity/commit/61124da98761c5d765d5ddc1c0ecbbcd957e9c4b) +- readme [`a20d173`](https://github.com/netlify-labs/react-netlify-identity/commit/a20d173ab4a7f00d905ee9a68091913924da1e91) +- update readme [`61124da`](https://github.com/netlify-labs/react-netlify-identity/commit/61124da98761c5d765d5ddc1c0ecbbcd957e9c4b) ## v0.0.2 - 2018-12-10 ### Commits -- init create-react-library@2.6.7 [`2ae1fc1`](https://github.com/sw-yx/react-netlify-identity/commit/2ae1fc1b5bd3d868a05bbea02c8611699714abf8) -- init [`acdf2e2`](https://github.com/sw-yx/react-netlify-identity/commit/acdf2e29850e6c6a18ac1c33ae3aa373cd878e9e) -- init [`71ba046`](https://github.com/sw-yx/react-netlify-identity/commit/71ba046d3320807cb411dd270973cd9481bd7486) +- init create-react-library@2.6.7 [`2ae1fc1`](https://github.com/netlify-labs/react-netlify-identity/commit/2ae1fc1b5bd3d868a05bbea02c8611699714abf8) +- init [`acdf2e2`](https://github.com/netlify-labs/react-netlify-identity/commit/acdf2e29850e6c6a18ac1c33ae3aa373cd878e9e) +- init [`71ba046`](https://github.com/netlify-labs/react-netlify-identity/commit/71ba046d3320807cb411dd270973cd9481bd7486) diff --git a/package.json b/package.json index 903b1c8..79513f4 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "react-netlify-identity", - "version": "0.2.5", + "version": "0.2.7", "description": "use netlify identity with react", "author": "sw-yx", "license": "MIT", "repository": "https://www.github.com/sw-yx/react-netlify-identity", "main": "dist/index.js", "umd:main": "dist/react-netlify-identity.umd.production.js", - "module": "dist/react-netlify-identity.esm.production.js", + "module": "dist/react-netlify-identity.esm.js", "typings": "dist/index.d.ts", "jsnext:main": "dist/index.es.js", "engines": {