feat(lite): 0.23.0 (#10050)

This commit is contained in:
Bastien Nollet
2026-06-30 16:50:07 +02:00
committed by GitHub
parent f3b2ac5983
commit 3bc70f657d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# ChangeLog
## **next**
## **0.23.0** (2026-06-30)
- Update the UiTitle component to use the one from web-core (PR [#9869](https://github.com/vatesfr/xen-orchestra/pull/9869))
- [Pool/System] Add `Reboot VM on internal shutdown` in pool's system tab (PR [#9962](https://github.com/vatesfr/xen-orchestra/pull/9962))

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/lite",
"version": "0.22.0",
"version": "0.23.0",
"type": "module",
"scripts": {
"dev": "GIT_HEAD=$(git rev-parse HEAD) vite",