feat(lite): 0.1.7 (#7268)

This commit is contained in:
Mathieu 2023-12-28 15:49:09 +01:00 committed by GitHub
parent d655a3e222
commit 0464886e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## **next** ## **next**
## **0.1.7** (2023-12-28)
- [VM/Action] Ability to migrate a VM from its view (PR [#7164](https://github.com/vatesfr/xen-orchestra/pull/7164)) - [VM/Action] Ability to migrate a VM from its view (PR [#7164](https://github.com/vatesfr/xen-orchestra/pull/7164))
- Ability to override host address with `master` URL query param (PR [#7187](https://github.com/vatesfr/xen-orchestra/pull/7187)) - Ability to override host address with `master` URL query param (PR [#7187](https://github.com/vatesfr/xen-orchestra/pull/7187))
- Added tooltip on CPU provisioning warning icon (PR [#7223](https://github.com/vatesfr/xen-orchestra/pull/7223)) - Added tooltip on CPU provisioning warning icon (PR [#7223](https://github.com/vatesfr/xen-orchestra/pull/7223))

View File

@ -1,6 +1,6 @@
{ {
"name": "@xen-orchestra/lite", "name": "@xen-orchestra/lite",
"version": "0.1.6", "version": "0.1.7",
"scripts": { "scripts": {
"dev": "GIT_HEAD=$(git rev-parse HEAD) vite", "dev": "GIT_HEAD=$(git rev-parse HEAD) vite",
"build": "run-p type-check build-only", "build": "run-p type-check build-only",