Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 6ddf0cd

Browse files
committed
chore: 0.9.0
# [0.9.0](v0.8.2...v0.9.0) (2024-04-14) ### Bug Fixes * fix a few inconsistent colors ([7f719f0](7f719f0)) ### Features * implement sign up page ([f33b675](f33b675))
1 parent f33b675 commit 6ddf0cd

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.9.0](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.2...v0.9.0) (2024-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* fix a few inconsistent colors ([7f719f0](https://github.com/sunaurus/lemmy-ui-next/commit/7f719f02811d6f369bbee5ee959c0665ecb8e4e1))
7+
8+
9+
### Features
10+
11+
* implement sign up page ([f33b675](https://github.com/sunaurus/lemmy-ui-next/commit/f33b6755646cc31b5020709adb20a83cec63235b))
12+
113
## [0.8.2](https://github.com/sunaurus/lemmy-ui-next/compare/v0.8.1...v0.8.2) (2024-04-13)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)