-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5f5635
commit e7cc8a2
Showing
7 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"server": "1.4.0", | ||
"client": "1.6.0", | ||
"docs": "1.1.0" | ||
"server": "1.5.0", | ||
"client": "1.7.0", | ||
"docs": "1.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.7.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.7.0) (2025-01-14) | ||
|
||
|
||
### Features | ||
|
||
* **home:** make server card clickable for listed servers ([9577b3e](https://github.com/discordplace/discord.place/commit/9577b3e7245a228c9c350bf3b6ac3576aed26ebf)) | ||
* **profile/socials:** update styles ([#158](https://github.com/discordplace/discord.place/issues/158)) ([359831b](https://github.com/discordplace/discord.place/commit/359831bc818538ad650a988c39ae81dfe13e9a58)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **servers/monthly-votes-graph:** adjust x-axis range for monthly votes graph ([3954db4](https://github.com/discordplace/discord.place/commit/3954db4dda533d5441077b8bcd7ed93d5c536395)) | ||
* **servers/monthly-votes-graph:** update x-axis date format to short month ([caf0e64](https://github.com/discordplace/discord.place/commit/caf0e643a64946c4093d69cb8169fa81792689a8)) | ||
|
||
## [1.6.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.6.0) (2025-01-07) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [1.1.1](https://github.com/discordplace/discord.place/compare/[email protected]@v1.1.1) (2025-01-14) | ||
|
||
|
||
### 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/[email protected]) (2024-10-22) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.5.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.5.0) (2025-01-14) | ||
|
||
|
||
### Features | ||
|
||
* **routes/top-servers:** add is_listed field ([1b5127c](https://github.com/discordplace/discord.place/commit/1b5127c5e6c9169bbca76852104c7518bea1bba3)) | ||
* **server:** add quarantine check for user login tokens ([a409afb](https://github.com/discordplace/discord.place/commit/a409afba5027b831b7c08d477476f4b9ae954dd0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **reminders:** add is_manually_deleted boolean to prevent sending message when deleting reminders ([d9f4e1c](https://github.com/discordplace/discord.place/commit/d9f4e1c9161e72698ff7ec0726049cb4612d4fd1)) | ||
* **server:** correct user ID reference in quarantine check for login tokens ([6d8803a](https://github.com/discordplace/discord.place/commit/6d8803a9198b2e879b6dbe22708f0969bd916163)) | ||
|
||
## [1.4.0](https://github.com/discordplace/discord.place/compare/[email protected]@v1.4.0) (2025-01-07) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters