Skip to content

Commit

Permalink
chore: 0.8.2
Browse files Browse the repository at this point in the history
## [0.8.2](v0.8.1...v0.8.2) (2024-04-13)

### Bug Fixes

* add community title to sidebar ([cd1edee](cd1edee))
* ensure pages have headings & consistent margins ([854d1a2](854d1a2))
* reduce prod install time ([f6fb205](f6fb205))
  • Loading branch information
sunaurus committed Apr 13, 2024
1 parent 854d1a2 commit 8728161
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.8.2](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.1...v0.8.2) (2024-04-13)


### Bug Fixes

* add community title to sidebar ([3b9040b](https://github.com/sunaurus/lemmy-ui-next/commit/3b9040b534bcaaede8f7b7f7e0610b75ae2bcc6c))
* ensure pages have headings & consistent margins ([f1b2c10](https://github.com/sunaurus/lemmy-ui-next/commit/f1b2c10da722f61db4287d5e3ef5e20b450f80d4))
* reduce prod install time ([c3f185f](https://github.com/sunaurus/lemmy-ui-next/commit/c3f185f9763116f328a9a42a5565e5c4da99ee3b))

## [0.8.1](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.0...v0.8.1) (2024-04-13)


Expand Down Expand Up @@ -119,4 +128,3 @@
### Features

* Post & comment saving ([99eed30](https://github.com/sunaurus/lemmy-ui-next/commit/99eed30197ae093f73d16e5bba627d0ef35b3d01))

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lemmy-ui-next",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8728161

Please sign in to comment.