From 6fa76f319cf55cb88a01bb59b0c4091945e1a761 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 8 Feb 2023 10:21:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70ed60a2..2c6bc80a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog + + +## 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)] + ## 2.0.0 (2023-02-06) diff --git a/package.json b/package.json index f8307595f..a668f56a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rallly", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "dev": "TAILWIND_MODE=watch next dev",