From 55b65a8bf69dd42d05c0ce381c2e02982fdd7f66 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 31 Oct 2022 13:22:00 +0100 Subject: [PATCH] feat(@xen-orchestra/backups): 0.29.0 --- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 2 +- @xen-orchestra/proxy/package.json | 2 +- CHANGELOG.md | 2 +- packages/xo-server/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index fe7b48ce7..9db4e8b15 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.28.1", + "@xen-orchestra/backups": "^0.29.0", "@xen-orchestra/fs": "^3.2.0", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 709f3203a..dc6e02237 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.28.1", + "version": "0.29.0", "engines": { "node": ">=14.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 50ce97edf..3d3703ce3 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -32,7 +32,7 @@ "@vates/decorate-with": "^2.0.0", "@vates/disposable": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.28.1", + "@xen-orchestra/backups": "^0.29.0", "@xen-orchestra/fs": "^3.2.0", "@xen-orchestra/log": "^0.4.0", "@xen-orchestra/mixin": "^0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe6ac18d..1f672bc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - @vates/predicates 1.1.0 - @vates/read-chunk 1.0.1 - @xen-orchestra/audit-core 0.2.1 -- @xen-orchestra/backups 0.28.1 +- @xen-orchestra/backups 0.29.0 - @xen-orchestra/fs 3.2.0 - @xen-orchestra/mixins 0.8.1 - @xen-orchestra/xapi 1.5.2 diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 2788fca5a..62e5e41fe 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -41,7 +41,7 @@ "@vates/predicates": "^1.1.0", "@vates/read-chunk": "^1.0.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.28.1", + "@xen-orchestra/backups": "^0.29.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^1.0.0",