Skip to content

Commit

Permalink
Showing 3 changed files with 10 additions and 2 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.1",
"client": "1.3.3",
"client": "1.3.4",
"docs": "1.1.0"
}
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.4](https://github.com/discordplace/discord.place/compare/client@v1.3.3...client@v1.3.4) (2024-11-03)


### Bug Fixes

* deny dropdown is not working on mobile devices ([42f4882](https://github.com/discordplace/discord.place/commit/42f4882c6d2f5e2e89aca012304d1187b38b67a7))
* **DenyDropdown:** increase z-index ([7621289](https://github.com/discordplace/discord.place/commit/76212894f857db3f91cfef63a3487a8ddcfddb79))

## [1.3.3](https://github.com/discordplace/discord.place/compare/client@v1.3.2...client@v1.3.3) (2024-11-01)


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

0 comments on commit 51cdf06

Please sign in to comment.