Skip to content

Commit 8728161

Browse files
committed
chore: 0.8.2
## [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))
1 parent 854d1a2 commit 8728161

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.8.2](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.1...v0.8.2) (2024-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add community title to sidebar ([3b9040b](https://github.com/sunaurus/lemmy-ui-next/commit/3b9040b534bcaaede8f7b7f7e0610b75ae2bcc6c))
7+
* ensure pages have headings & consistent margins ([f1b2c10](https://github.com/sunaurus/lemmy-ui-next/commit/f1b2c10da722f61db4287d5e3ef5e20b450f80d4))
8+
* reduce prod install time ([c3f185f](https://github.com/sunaurus/lemmy-ui-next/commit/c3f185f9763116f328a9a42a5565e5c4da99ee3b))
9+
110
## [0.8.1](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.0...v0.8.1) (2024-04-13)
211

312

@@ -119,4 +128,3 @@
119128
### Features
120129

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lemmy-ui-next",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)