Skip to content

Commit

Permalink
chore(release): 0.56.2 [skip ci]
Browse files Browse the repository at this point in the history
### [0.56.2](v0.56.1...v0.56.2) (2024-08-19)

### Bug Fixes

* autocomplete loses focus, upgrade oruga [#133](#133) ([f623512](f623512))
* barcode reader issues [#126](#126) [#118](#118) ([ff6090b](ff6090b))
* docker build issue ([34533af](34533af))
* oruga css path ([6cabe7f](6cabe7f))
* ts compilation ([d8705c1](d8705c1))
  • Loading branch information
semantic-release-bot committed Aug 19, 2024
1 parent 34533af commit 8371b14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### [0.56.2](https://github.com/bayang/jelu/compare/v0.56.1...v0.56.2) (2024-08-19)


### Bug Fixes

* autocomplete loses focus, upgrade oruga [#133](https://github.com/bayang/jelu/issues/133) ([f623512](https://github.com/bayang/jelu/commit/f623512085636a1cb4cf9b426e51da5d57f087bd))
* barcode reader issues [#126](https://github.com/bayang/jelu/issues/126) [#118](https://github.com/bayang/jelu/issues/118) ([ff6090b](https://github.com/bayang/jelu/commit/ff6090bb2251a516ea2a58a049625175e550696a))
* docker build issue ([34533af](https://github.com/bayang/jelu/commit/34533affd31fe337752a505000c08f226467819f))
* oruga css path ([6cabe7f](https://github.com/bayang/jelu/commit/6cabe7f29f84685962409d8fdaf49db0c1d5d4e8))
* ts compilation ([d8705c1](https://github.com/bayang/jelu/commit/d8705c1e5d8f4b026ab072109476216fb20835b5))

### [0.56.1](https://github.com/bayang/jelu/compare/v0.56.0...v0.56.1) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.56.1
version=0.56.2
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.56.1",
"version": "0.56.2",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 8371b14

Please sign in to comment.