Skip to content

Commit 4dd8246

Browse files
chore(release): 0.64.0 [skip ci]
## [0.64.0](v0.63.0...v0.64.0) (2025-01-13) ### Features * add oidc [#131](#131) ([07288a8](07288a8)) ### Bug Fixes * better taginput css ([3b6ea31](3b6ea31))
1 parent 3b6ea31 commit 4dd8246

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.64.0](https://github.com/bayang/jelu/compare/v0.63.0...v0.64.0) (2025-01-13)
2+
3+
4+
### Features
5+
6+
* add oidc [#131](https://github.com/bayang/jelu/issues/131) ([07288a8](https://github.com/bayang/jelu/commit/07288a88367b6434628d15869889a9052e7131d5))
7+
8+
9+
### Bug Fixes
10+
11+
* better taginput css ([3b6ea31](https://github.com/bayang/jelu/commit/3b6ea316df5669d21a1a3263847949f4c9ebd9eb))
12+
113
## [0.63.0](https://github.com/bayang/jelu/compare/v0.62.1...v0.63.0) (2025-01-13)
214

315

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.63.0
1+
version=0.64.0

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

0 commit comments

Comments
 (0)