From c198bbb6fa2ba0fb0eea135db7a143082ef483cb Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 14 Oct 2021 09:45:20 +0200 Subject: [PATCH] feat(@xen-orchestra/backups): 0.14.0 --- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 2 +- @xen-orchestra/proxy/package.json | 2 +- CHANGELOG.md | 1 + CHANGELOG.unreleased.md | 1 - packages/xo-server/package.json | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index ca25a3adc..525e2cd27 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.13.0", + "@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/fs": "^0.18.0", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 3b16faa47..2d6374b13 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.13.0", + "version": "0.14.0", "engines": { "node": ">=14.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 2b93bc02a..d87f922dc 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.13.0", + "@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/fs": "^0.18.0", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c92f2cf7c..a32ef78c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Released packages - xo-server-netbox 0.3.2 +- @xen-orchestra/backups 0.14.0 ## **5.63.0** (2021-09-30) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 01c527256..377666f00 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -30,7 +30,6 @@ > > In case of conflict, the highest (lowest in previous list) `$version` wins. -- @xen-orchestra/backups minor - @xen-orchestra/proxy minor - xo-server patch - xo-web minor diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 01b4a4485..84035bdba 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -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.13.0", + "@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^0.1.0",