Skip to content

Commit fc1a222

Browse files
chore(release): 0.49.0 [skip ci]
## [0.49.0](v0.48.0...v0.49.0) (2024-01-14) ### Features * display and sort by ratings [#94](#94) ([8e591d6](8e591d6)) ### Bug Fixes * authors spacing on cards [#95](#95) ([9634299](9634299)) * display page number or percentage on progress bar hovering ([d19570b](d19570b))
1 parent 8e591d6 commit fc1a222

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.49.0](https://github.com/bayang/jelu/compare/v0.48.0...v0.49.0) (2024-01-14)
2+
3+
4+
### Features
5+
6+
* display and sort by ratings [#94](https://github.com/bayang/jelu/issues/94) ([8e591d6](https://github.com/bayang/jelu/commit/8e591d68447d45c34e150cb875d6f577f119ab88))
7+
8+
9+
### Bug Fixes
10+
11+
* authors spacing on cards [#95](https://github.com/bayang/jelu/issues/95) ([9634299](https://github.com/bayang/jelu/commit/9634299b706df469b184f3a8d037850000b8b66d))
12+
* display page number or percentage on progress bar hovering ([d19570b](https://github.com/bayang/jelu/commit/d19570bcc4f7e2b6f41a136b676bf4aed59fa008))
13+
114
## [0.48.0](https://github.com/bayang/jelu/compare/v0.47.0...v0.48.0) (2023-12-31)
215

316

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.48.0
1+
version=0.49.0

Diff for: src/jelu-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jelu-ui",
3-
"version": "0.48.0",
3+
"version": "0.49.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite --debug",

0 commit comments

Comments
 (0)