Skip to content

Commit e9ba257

Browse files
chore(release): 0.23.0 [skip ci]
## [0.23.0](v0.22.2...v0.23.0) (2022-06-10) ### Features * add possibility to filter by owned field ([7afde5c](7afde5c)) ### Bug Fixes * prevent exception that could happen when adding a book ([231997b](231997b)) * provide feedback that initial user data is loading ([9c21f71](9c21f71)) * remove wrong locale files ([e89a69a](e89a69a))
1 parent 5320fd3 commit e9ba257

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.23.0](https://github.com/bayang/jelu/compare/v0.22.2...v0.23.0) (2022-06-10)
2+
3+
4+
### Features
5+
6+
* add possibility to filter by owned field ([7afde5c](https://github.com/bayang/jelu/commit/7afde5cc594ab45e85d69325222e589023025e45))
7+
8+
9+
### Bug Fixes
10+
11+
* prevent exception that could happen when adding a book ([231997b](https://github.com/bayang/jelu/commit/231997b8e1583654aef521222b4794a5c628807f))
12+
* provide feedback that initial user data is loading ([9c21f71](https://github.com/bayang/jelu/commit/9c21f71ecede0b21732d2da412b02c09d550ee39))
13+
* remove wrong locale files ([e89a69a](https://github.com/bayang/jelu/commit/e89a69a1237273fff28bf5d62cfb375a7a17fa2d))
14+
115
### [0.22.2](https://github.com/bayang/jelu/compare/v0.22.1...v0.22.2) (2022-06-03)
216

317

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.22.2
1+
version=0.23.0

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.22.2",
3+
"version": "0.23.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite --debug",

0 commit comments

Comments
 (0)