diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 786873501..b07a63fda 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -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", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index f137066e3..9d884e59e 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -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" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index b2eb3093b..ff1ecc966 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index a35779018..e3b923115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index ef8d85637..558c9f2ff 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -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",