Skip to content

Commit

Permalink
🔖 Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Feb 8, 2023
1 parent bcf4e0b commit 6fa76f3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rallly",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",
Expand Down

1 comment on commit 6fa76f3

@vercel
Copy link

@vercel vercel bot commented on 6fa76f3 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rallly – ./

rallly-git-main-rallly.vercel.app
beta.rallly.co
www.rallly.co
rallly.co
rallly-rallly.vercel.app

Please sign in to comment.