Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Oct 25, 2024
2 parents eba8636 + 95750ac commit b9e9222
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server": "1.2.0",
"client": "1.3.0",
"client": "1.3.1",
"docs": "1.1.0"
}
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.1) (2024-10-25)


### Bug Fixes

* adjust max-width for reminder text in ActiveReminders component ([#110](https://github.com/discordplace/discord.place/issues/110)) ([8fc0c6d](https://github.com/discordplace/discord.place/commit/8fc0c6da39eaf9030738c5883fe62c260a1378bd))

## [1.3.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.3.0) (2024-10-25)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function ActiveReminders() {
{t('accountPage.tabs.activeReminders.fields.reminders.about')}
</div>

<div className='max-w-[450px] break-words text-xs font-medium text-tertiary'>
<div className='max-w-[60w] break-words text-xs font-medium text-tertiary xl:max-w-[450px]'>
{reminder.about}
</div>

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "client",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"dev": "next dev --turbo -p 3000",
"build": "next build",
Expand Down

0 comments on commit b9e9222

Please sign in to comment.