Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent ee34f35 commit 20cfecc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
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"
"client": "1.7.0",
"docs": "1.1.1"
}
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.0](https://github.com/discordplace/discord.place/compare/[email protected]@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/[email protected]@v1.6.0) (2025-01-07)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
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-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/[email protected]) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 20cfecc

Please sign in to comment.