Skip to content

Commit

Permalink
🔖 Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Feb 8, 2023
1 parent 3d8a8e8 commit 7e378c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

<a name="2.1.1"></a>

## 2.1.1 (2023-02-08)

### Changed

- 💄 Increase participant page max width [[4811fbe](https://github.com/lukevella/Rallly/commit/4811fbe1ddd0250a74074404309fb01cdca0f2d4)]
- 💄 Bring back showing the day of the week for date options ([#499](https://github.com/lukevella/Rallly/issues/499)) [[0d805c8](https://github.com/lukevella/Rallly/commit/0d805c8316a08cc5a85f9dd88f5606fb09738399)]

### Fixed

- ✏️ Fix typo in release workflow [[3d8a8e8](https://github.com/lukevella/Rallly/commit/3d8a8e868a616297dfbe6d11c697dc794bf30ace)]

### Miscellaneous

- 👷 Update CI badge to show status of main branch [[f965d14](https://github.com/lukevella/Rallly/commit/f965d14ee044c6771406bbc2bc99d61d3de8af6e)]
- 👷 Trigger CI when we push to main [[13726f4](https://github.com/lukevella/Rallly/commit/13726f46d69bf7dedc85b357f8b60e7257e8a5fb)]
- 👷 Add trigger to deploy on version release [[e0dfb52](https://github.com/lukevella/Rallly/commit/e0dfb527ab81385ca05ed6e7dd0acdca0ead9b7e)]
- 📦 Bump tailwind dependencies ([#497](https://github.com/lukevella/Rallly/issues/497)) [[fc7a2b8](https://github.com/lukevella/Rallly/commit/fc7a2b8390c7980cb01dd699269f678f701c7489)]

<a name="2.1.0"></a>

## 2.1.0 (2023-02-08)
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.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev",
Expand Down

1 comment on commit 7e378c2

@vercel
Copy link

@vercel vercel bot commented on 7e378c2 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
www.rallly.co
rallly-rallly.vercel.app
rallly.co

Please sign in to comment.