Skip to content

Commit

Permalink
chore(release): 0.35.2 [skip ci]
Browse files Browse the repository at this point in the history
### [0.35.2](v0.35.1...v0.35.2) (2023-01-08)

### Bug Fixes

* imports should not overwrite existing images [#58](#58) ([21f96d7](21f96d7))
* jelu theme readability bug ([833e887](833e887))
  • Loading branch information
semantic-release-bot committed Jan 8, 2023
1 parent 833e887 commit 3d51d97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.35.2](https://github.com/bayang/jelu/compare/v0.35.1...v0.35.2) (2023-01-08)


### Bug Fixes

* imports should not overwrite existing images [#58](https://github.com/bayang/jelu/issues/58) ([21f96d7](https://github.com/bayang/jelu/commit/21f96d729b46285f9dcf018453ee7841c3724735))
* jelu theme readability bug ([833e887](https://github.com/bayang/jelu/commit/833e8873c902058f65e7ebade9569b60cf25924c))

### [0.35.1](https://github.com/bayang/jelu/compare/v0.35.0...v0.35.1) (2023-01-07)


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

0 comments on commit 3d51d97

Please sign in to comment.