Skip to content

Commit

Permalink
chore: release main (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent db44463 commit 64139d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server": "1.2.0",
"client": "1.1.1",
"client": "1.1.2",
"docs": "1.1.0"
}
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.2](https://github.com/discordplace/discord.place/compare/[email protected]@v1.1.2) (2024-10-23)


### Bug Fixes

* **pagination:** restrict input to numeric characters in pagination input ([66160af](https://github.com/discordplace/discord.place/commit/66160af51f048f88e6d34e79a902ad40283d83ee))
* **pagination:** set input type to text and input mode to numeric for pagination ([7294171](https://github.com/discordplace/discord.place/commit/72941717c2f924345de9e5e1314a700c3c20eaae))

## [1.1.1](https://github.com/discordplace/discord.place/compare/[email protected]@v1.1.1) (2024-10-23)


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.1.1",
"version": "1.1.2",
"scripts": {
"dev": "next dev --turbo -p 3000",
"build": "next build",
Expand Down

0 comments on commit 64139d3

Please sign in to comment.