diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e2e112f..29958c2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "server": "1.2.0", - "client": "1.2.0", + "client": "1.3.0", "docs": "1.1.0" } \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 8d1706d2..12d73dd9 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/discordplace/discord.place/compare/client@v1.2.0...client@v1.3.0) (2024-10-25) + + +### Features + +* add unique keys for avatars, icons and banners ([#109](https://github.com/discordplace/discord.place/issues/109)) ([9caca83](https://github.com/discordplace/discord.place/commit/9caca8354b0571d345753838ed21f6b1e24deb9e)) +* add unique keys for avatars, icons and banners in ImageFromHash components ([9caca83](https://github.com/discordplace/discord.place/commit/9caca8354b0571d345753838ed21f6b1e24deb9e)) +* redesign avatar/icon/banner components logic's ([#106](https://github.com/discordplace/discord.place/issues/106)) ([cfd5344](https://github.com/discordplace/discord.place/commit/cfd53441ee79e26ef4d0ff1f51ccd928630f9135)) + + +### Bug Fixes + +* correct hash extraction logic in getHashFromURL function ([#108](https://github.com/discordplace/discord.place/issues/108)) ([ed2c5bc](https://github.com/discordplace/discord.place/commit/ed2c5bc75ffbf484151b153990ece78c6e498b6e)) + ## [1.2.0](https://github.com/discordplace/discord.place/compare/client@v1.1.3...client@v1.2.0) (2024-10-24) diff --git a/client/package.json b/client/package.json index 1a15948e..b7264bae 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.2.0", + "version": "1.3.0", "scripts": { "dev": "next dev --turbo -p 3000", "build": "next build",