Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.4 #989

Merged

Conversation

bjerk-bot
Copy link
Contributor

🤖 I have created a release beep boop

4.0.0 (2023-03-22)

⚠ BREAKING CHANGES

  • signIn and signOutRedirect now has it's own types.
  • replace oidc-client-js with oidc-client-ts (#860)
  • migrate to react 18 (#827)

Features

Bug Fixes

  • Add React 17 to peer dependencies (#874) (54fd6e0)
  • alway userData=null - isLoading=true (#877) (d2d78ce)
  • AuthContext cannot be null (#576) (61bd0fa)
  • avoid reinitiating partial authentication flow when user is already authenticated (#962) (7c88d80)
  • change callback method to allow other sign in method (c497f49)
  • handle both null user and user.expired when autoSignIn is disabled (#977) (1a95930)
  • handle token refresh failure (#968) (751732b)
  • Including 'Log' in export (#383) (1f10c07)
  • initUserManager in AuthContext called every render call (#764) (2cef6c7)
  • isLoading has correct status when autoSignIn is disabled and user is signed out (#982) (db28cdd)
  • Load new state from session/local storage when available after a silent renew (#363) (319d0e3)
  • Move react, react-dom to peerDependencies (b4fd437), closes #301
  • move release-please to after checkout (9b70ccf)
  • Remove getUser in callback handler (#461) (7abb83d)
  • remove bundlesize dependency (#936) (e9f8d8a)
  • Remove react-router 🤷 (527bcd3)
  • state update on an unmounted component (#522) (0e873f4)
  • use memoized context value (#880) (3342a8d)
  • validation environment (#945) (9e69e80)

Code Refactoring


This PR was generated with Release Please. See documentation.

@bjerk-bot bjerk-bot force-pushed the release-please--branches--main--components--oidc-react branch from e7e036a to cbce85d Compare March 22, 2023 16:38
@simenandre simenandre changed the title chore(main): release 4.0.0 chore(main): release 3.0.4 Mar 22, 2023
@simenandre simenandre merged commit 01051e9 into main Mar 22, 2023
@simenandre simenandre deleted the release-please--branches--main--components--oidc-react branch March 22, 2023 16:41
@bjerk-bot
Copy link
Contributor Author

@jamesdh
Copy link
Contributor

jamesdh commented Mar 22, 2023

@cobraz #987 should trigger the release mechanism appropriately, so long as the 3.0.4 release + tag are deleted as well.

@jamesdh
Copy link
Contributor

jamesdh commented Mar 22, 2023

@cobraz merging this as it is breaks your docs and the released version. Changing the title of the PR was not sufficient.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Invalid hook call. Using latest React Version
3 participants