v2.2.1
- Bump Next.js to 15.0.1
- Use new parameter approach to pass URL parameters to edit workout and new workout from history pages, as required by newer versions of Next.js.
- Bump dependencies: axios, eslint, eslint-config-next, tailwindcss
- Minor refactor on dashboard welcome page.
- 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).