Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.0](v0.2.0...v0.3.0) (2022-02-14)

### Features

* add sorting and filtering ([f2f1793](f2f1793))
* change banner ([da1012f](da1012f))

### Bug Fixes

* pagination propagation in query ([094f0c5](094f0c5))
* quotes width ([45dd9b0](45dd9b0))
  • Loading branch information
semantic-release-bot committed Feb 14, 2022
1 parent da1012f commit f38380a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.3.0](https://github.com/bayang/jelu/compare/v0.2.0...v0.3.0) (2022-02-14)


### Features

* add sorting and filtering ([f2f1793](https://github.com/bayang/jelu/commit/f2f1793707425c3af0f59679353dffc034810954))
* change banner ([da1012f](https://github.com/bayang/jelu/commit/da1012fdb1530d778f058611142362dfc57d349d))


### Bug Fixes

* pagination propagation in query ([094f0c5](https://github.com/bayang/jelu/commit/094f0c54f4ecea03da1938c73ba441318ff3adbf))
* quotes width ([45dd9b0](https://github.com/bayang/jelu/commit/45dd9b0cedabb597cdbd52b9fe78086071e9a3e0))

## [0.2.0](https://github.com/bayang/jelu/compare/v0.1.8...v0.2.0) (2022-01-27)


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

0 comments on commit f38380a

Please sign in to comment.