From 3bc70f657db41508a90afa8e3cc3e1d62b68a8e1 Mon Sep 17 00:00:00 2001 From: Bastien Nollet <150058367+b-Nollet@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:50:07 +0200 Subject: [PATCH] feat(lite): 0.23.0 (#10050) --- @xen-orchestra/lite/CHANGELOG.md | 2 +- @xen-orchestra/lite/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/@xen-orchestra/lite/CHANGELOG.md b/@xen-orchestra/lite/CHANGELOG.md index 0f0eb37f14..806cb1d201 100644 --- a/@xen-orchestra/lite/CHANGELOG.md +++ b/@xen-orchestra/lite/CHANGELOG.md @@ -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)) diff --git a/@xen-orchestra/lite/package.json b/@xen-orchestra/lite/package.json index cddf031bd2..8c64a0d561 100644 --- a/@xen-orchestra/lite/package.json +++ b/@xen-orchestra/lite/package.json @@ -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",