Skip to content

Commit

Permalink
chore(release): 0.48.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.48.0](v0.47.0...v0.48.0) (2023-12-31)

### Features

* edit current progress and page ([e4402c6](e4402c6))

### Bug Fixes

* collapse dropdown menus after click [#92](#92) ([6cadfc9](6cadfc9))
  • Loading branch information
semantic-release-bot committed Dec 31, 2023
1 parent e4402c6 commit 441eba3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.48.0](https://github.com/bayang/jelu/compare/v0.47.0...v0.48.0) (2023-12-31)


### Features

* edit current progress and page ([e4402c6](https://github.com/bayang/jelu/commit/e4402c6a822673d54ea43dc8f3eb8fbdb13c7a52))


### Bug Fixes

* collapse dropdown menus after click [#92](https://github.com/bayang/jelu/issues/92) ([6cadfc9](https://github.com/bayang/jelu/commit/6cadfc946fce1688f849b8bdec7e3848153978ab))

## [0.47.0](https://github.com/bayang/jelu/compare/v0.46.1...v0.47.0) (2023-12-23)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.47.0
version=0.48.0
2 changes: 1 addition & 1 deletion src/jelu-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jelu-ui",
"version": "0.47.0",
"version": "0.48.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 441eba3

Please sign in to comment.