🔖 Release 2.1.0

This commit is contained in:
Luke Vella 2023-02-08 10:21:31 +00:00
parent bcf4e0be6b
commit 6fa76f319c
2 changed files with 23 additions and 1 deletions

View file

@ -1,5 +1,27 @@
# Changelog
<a name="2.1.0"></a>
## 2.1.0 (2023-02-08)
### Added
- ✨ Improve usability of mobile poll ([#486](https://github.com/lukevella/Rallly/issues/486)) [[8c74836](https://github.com/lukevella/Rallly/commit/8c74836de139e627574517bcd780724f1d026946)]
### Changed
- 🔧 Increase timeout when install dependencies [[bcf4e0b](https://github.com/lukevella/Rallly/commit/bcf4e0be6b7650f170cff9df2f1a2a2968b89698)]
- 🔧 Update crowdin config [[c20002e](https://github.com/lukevella/Rallly/commit/c20002ebfe1c1874568bad68f3ad144c33820361)]
- 💬 New translations app.json (Swedish) ([#487](https://github.com/lukevella/Rallly/issues/487)) [[f6d3aed](https://github.com/lukevella/Rallly/commit/f6d3aed272290d83a2373331955f81ff895b123c)]
### Miscellaneous
- 📦 Upgrade framer-motion from 6.3.11 to 6.5.1 ([#496](https://github.com/lukevella/Rallly/issues/496)) [[281f1d6](https://github.com/lukevella/Rallly/commit/281f1d6c0dd8323c9b81daa5d824640edb580ff7)]
- 📦 Upgrade autoprefixer from 10.4.2 to 10.4.13 ([#495](https://github.com/lukevella/Rallly/issues/495)) [[e3ad665](https://github.com/lukevella/Rallly/commit/e3ad66593c19952854a20069dda0e23d2a497d4a)]
- 📦 Upgrade react-hook-form from 7.39.3 to 7.42.1 ([#493](https://github.com/lukevella/Rallly/issues/493)) [[6095d1d](https://github.com/lukevella/Rallly/commit/6095d1db8cc025bc25f386be266db48343913cfc)]
- 🌐 Update Swedish translations (app.json) ([#488](https://github.com/lukevella/Rallly/issues/488)) [[bb54e49](https://github.com/lukevella/Rallly/commit/bb54e49ce760690c993a76315471c9420e67e80e)]
- 👷 Add major version tag to docker [[b643652](https://github.com/lukevella/Rallly/commit/b6436524b596510cffb3273ae04650d8d14ad1d6)]
<a name="2.0.0"></a>
## 2.0.0 (2023-02-06)

View file

@ -1,6 +1,6 @@
{
"name": "rallly",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",