diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 191d8d7c..7d5405e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "server": "1.4.0", - "client": "1.6.0", - "docs": "1.1.0" + "client": "1.7.0", + "docs": "1.1.1" } \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 6705f9aa..73f3b844 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/discordplace/discord.place/compare/client@v1.6.0...client@v1.7.0) (2025-01-08) + + +### Features + +* **profile/socials:** update styles ([#158](https://github.com/discordplace/discord.place/issues/158)) ([359831b](https://github.com/discordplace/discord.place/commit/359831bc818538ad650a988c39ae81dfe13e9a58)) + ## [1.6.0](https://github.com/discordplace/discord.place/compare/client@v1.5.1...client@v1.6.0) (2025-01-07) diff --git a/client/package.json b/client/package.json index 030edf5b..1745d937 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.6.0", + "version": "1.7.0", "scripts": { "dev": "next dev --turbo -p 3000", "build": "next build", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ce9a2ec4..eaaccb71 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/discordplace/discord.place/compare/docs@v1.1.0...docs@v1.1.1) (2025-01-08) + + +### Bug Fixes + +* **docs:** add server_count field to mock data in getting-started page ([#156](https://github.com/discordplace/discord.place/issues/156)) ([8c3da63](https://github.com/discordplace/discord.place/commit/8c3da635b23be3ddf864794f07cd02d614d3f18f)) + ## [1.1.0](https://github.com/discordplace/discord.place/compare/docs-v1.0.0...docs@v1.1.0) (2024-10-22) diff --git a/docs/package.json b/docs/package.json index 5baf3d23..4b18554d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "docs", "private": true, - "version": "1.1.0", + "version": "1.1.1", "scripts": { "dev": "next dev --turbo -p 3003", "build": "next build",