From 74e0405a5ed3d33cc05ac5e7ea32a08ef0c459af Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Wed, 31 May 2023 09:40:48 +0200 Subject: [PATCH] feat(@xen-orchestra/backups): 0.38.0 --- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 2 +- @xen-orchestra/proxy/package.json | 2 +- CHANGELOG.md | 2 +- CHANGELOG.unreleased.md | 1 - packages/xo-server/package.json | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 2b3d2aa74..6482f9513 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.37.0", + "@xen-orchestra/backups": "^0.38.0", "@xen-orchestra/fs": "^4.0.0", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index ecc0a04a4..66ede7eb7 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.37.0", + "version": "0.38.0", "engines": { "node": ">=14.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index f3bd371f6..9eaa3f464 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.4", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.37.0", + "@xen-orchestra/backups": "^0.38.0", "@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/log": "^0.6.0", "@xen-orchestra/mixin": "^0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 932bfc959..40d58a1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ - @xen-orchestra/fs 4.0.0 - @xen-orchestra/xapi 2.2.1 -- @xen-orchestra/backups 0.37.0 - @xen-orchestra/backups-cli 1.0.7 - @xen-orchestra/mixins 0.10.1 - @xen-orchestra/proxy 0.26.24 @@ -34,6 +33,7 @@ - xo-server 5.115.0 - xo-web 5.118.0 - vhd-lib 4.5.0 +- @xen-orchestra/backups 0.38.0 ## **5.82.2** (2023-05-17) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index b1d2ad72e..2ff368ac7 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -34,7 +34,6 @@ -- @xen-orchestra/backups minor - xo-server minor - xo-web minor diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 71cc73041..be0b28901 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.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.37.0", + "@xen-orchestra/backups": "^0.38.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^1.0.0",