feat: technical release (#5866)

This commit is contained in:
Pierre Donias 2021-07-30 16:31:16 +02:00 committed by GitHub
parent 0f165b33a6
commit 1a5b93de9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.12.1",
"@xen-orchestra/backups": "^0.12.2",
"@xen-orchestra/fs": "^0.17.0",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.12.1",
"version": "0.12.2",
"engines": {
"node": ">=14.6"
},

View File

@ -31,7 +31,7 @@
"@vates/decorate-with": "^0.1.0",
"@vates/disposable": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.12.1",
"@xen-orchestra/backups": "^0.12.2",
"@xen-orchestra/fs": "^0.17.0",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/mixin": "^0.1.0",

View File

@ -18,11 +18,11 @@
### Released packages
- @xen-orchestra/backups 0.12.1
- @xen-orchestra/backups 0.12.2
- @xen-orchestra/proxy 0.14.4
- xo-server-netbox 0.2.0
- xo-web 5.86.0
- xo-server 5.81.1
- xo-server 5.81.2
## **5.60.0** (2021-06-30)

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.81.1",
"version": "5.81.2",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@ -35,7 +35,7 @@
"@vates/parse-duration": "^0.1.1",
"@vates/read-chunk": "^0.1.2",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.12.1",
"@xen-orchestra/backups": "^0.12.2",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^0.1.0",