Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 2.52 KB

1.2.9 (2023-02-06)

1.3.2

Patch Changes

  • aadb7e0: fix(deps): update dependency remix-auth-oauth2 to v1.11.1

1.3.1

Patch Changes

  • 222980b: Update docs
  • 9ec2556: Updated dependency typescript to ^5.0.0.
  • 56e1bbb: Update dependency @remix-run/server-runtime to ^2.0.0.
  • 19c4a67: Don't minify bundle
  • a853146: Use tsup for building both CJS and ESM
  • 94bb8c0: Bump remix-auth-oauth
    • Update to v1.11.0
    • Change scope from private to protected

1.3.0

Minor Changes

  • f26c4e5: - remix-auth is added to peerDependencies
    • remix-auth has been moved to devDependencies for use in tests
    • all dependencies now use caret ranges instead of exact versions

Bug Fixes

  • deps: update dependency remix-auth-oauth2 to v1.6.0 (171817a)

1.2.8 (2023-01-01)

Bug Fixes

  • readme: use optional chaining when setting img url on user object (830b5c2)

1.2.7 (2022-12-29)

Bug Fixes

1.2.5 (2022-07-21)

Bug Fixes

  • token refreshing: actually pass refreshed token to session (#172) (d180743)

1.2.3 (2022-06-23)

Bug Fixes

  • ci: run build in release workflow (68215d3)

1.2.2 (2022-06-23)

Bug Fixes

  • releaserc: use main as branch name (was master) (0e3fe3b)