Skip to content

v2.2.0

Compare
Choose a tag to compare
@matheusmisumoto matheusmisumoto released this 25 Aug 23:31
· 9 commits to main since this release
  • Add warm-up as type of workout set
  • Fix an issue where the workout draft from a given user still loaded after user changing accounts.
  • Adapt the new workout screen options to reflect the change on workout draft.
  • Fix an issue where workout stats from a given user were not being loaded properly after the user changing accounts.
  • Workaround for the building issue with the current version of Node image (node:current-alpine) by using the 22.6 version of the Node
    image (node:22.6-alpine) (issue described on vercel/next.js#69263).
  • Update dependencies on package.json and package-lock.json.
  • Minor refactor on dashboard welcome page.