From e2b8269cf5cb7dc367004a46e90f869e56d7ef25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:58:18 +0300 Subject: [PATCH] chore: release main (#150) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- client/CHANGELOG.md | 7 +++++++ client/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6bb50b1..1b91adf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "server": "1.3.0", - "client": "1.5.0", + "client": "1.5.1", "docs": "1.1.0" } \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 9f58e679..30449c94 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/discordplace/discord.place/compare/client@v1.5.0...client@v1.5.1) (2024-12-21) + + +### Bug Fixes + +* **dashboard/sidebar:** remove unnecessary badge count added to bot denies tab name ([37d14bf](https://github.com/discordplace/discord.place/commit/37d14bff1977c3c999a87e7f8437fa9ae487fbc5)) + ## [1.5.0](https://github.com/discordplace/discord.place/compare/client@v1.4.0...client@v1.5.0) (2024-12-21) diff --git a/client/package.json b/client/package.json index 11b5b026..31e00102 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "client", "private": true, - "version": "1.5.0", + "version": "1.5.1", "scripts": { "dev": "next dev --turbo -p 3000", "build": "next build",