Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 6.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2022-05-20)

Bug Fixes

0.1.1 (2022-05-20)

Bug Fixes

  • package.json: add resolution for minimist (55e7a0e)

0.1.0 (2022-05-19)

⚠ BREAKING CHANGES

  • logged is user has to be fetched using useGetSingleUserQuery and userId from session storage or local storage. Do not use useCurrentUser selector as auth reducer has been removed

Features

Bug Fixes

  • fix route auth (7047ef9)

  • package.json: fix .eslintcache location (7467e8d)

  • requireauth.tsx: fix route auth logic (a098a33)

  • routing.tsx: fix routing animation (0ef5dd2)

  • routing.tsx: fix routing animation (b23b3e7)

  • remove auth reducer (e233b16)