feat(lite): 0.1.3 (#7011)

This commit is contained in:
Pierre Donias
2023-09-01 13:42:38 +02:00
committed by GitHub
parent 970bc0ac5d
commit f034ec45f3
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## **next**
## **0.1.3** (2023-09-01)
- Add Alarms to Pool Dashboard (PR [#6976](https://github.com/vatesfr/xen-orchestra/pull/6976))
## **0.1.2** (2023-07-28)
- Ability to export selected VMs as CSV file (PR [#6915](https://github.com/vatesfr/xen-orchestra/pull/6915))

View File

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