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

Commit 378be08

Browse files
committed
release: 0.24.0
1 parent 8286c72 commit 378be08

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.13
1+
0.24.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.24.0](https://github.com/kmendell/svelocker-ui/compare/v0.23.13...v0.24.0) (2025-03-28)
2+
3+
### Features
4+
5+
* ui redesign - added repo details page ([9352006](https://github.com/kmendell/svelocker-ui/commit/93520061e3504bad05da35b46c2c3e49691acc29))
6+
7+
### Bug Fixes
8+
9+
* e2e tests ([f44f0c1](https://github.com/kmendell/svelocker-ui/commit/f44f0c13029dcc11f3927888951a617e5b8325da))
10+
* e2e tests ([4a82e52](https://github.com/kmendell/svelocker-ui/commit/4a82e52e0ef732df2366617f3c00693ec099f565))
11+
* e2e tests ([b7b9c26](https://github.com/kmendell/svelocker-ui/commit/b7b9c26e0cf9a391e1bba0702c69a627e4a2f3bf))
12+
* e2e tests ([e31c7f5](https://github.com/kmendell/svelocker-ui/commit/e31c7f5988689ee5be4bacce91d333bf198d8b9f))
113
## [0.23.13](https://github.com/kmendell/svelocker-ui/compare/v0.23.12...v0.23.13) (2025-03-20)
214
## [0.23.12](https://github.com/kmendell/svelocker-ui/compare/v0.23.11...v0.23.12) (2025-03-20)
315
## [0.23.8](https://github.com/kmendell/svelocker-ui/compare/v0.23.7...v0.23.8) (2025-03-05)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelocker-ui",
33
"private": true,
4-
"version": "0.23.13",
4+
"version": "0.24.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --host",

0 commit comments

Comments
 (0)