diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index f9b236edd..7d9c8e81e 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.10.0", + "@xen-orchestra/backups": "^0.10.1", "@xen-orchestra/fs": "^0.16.0", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 8081d20af..764f4062e 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.10.0", + "version": "0.10.1", "engines": { "node": ">=14.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 05f592156..c206c1e03 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -32,7 +32,7 @@ "@vates/decorate-with": "^0.0.1", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.10.0", + "@xen-orchestra/backups": "^0.10.1", "@xen-orchestra/fs": "^0.16.0", "@xen-orchestra/log": "^0.2.0", "@xen-orchestra/mixin": "^0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f5d37cf..588f27c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ - xo-remote-parser 0.7.0 - @xen-orchestra/fs 0.16.0 - @xen-orchestra/xapi 0.6.2 -- @xen-orchestra/backups 0.10.0 +- @xen-orchestra/backups 0.10.1 - @xen-orchestra/backups-cli 0.5.1 - @xen-orchestra/mixins 0.1.0 - xen-api 0.31.1 diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index aca6f19b2..9ccfbacb6 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -30,5 +30,4 @@ > > In case of conflict, the highest (lowest in previous list) `$version` wins. -- @xen-orchestra/backups patch - xo-server patch diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 82b437b7a..a7d972715 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -33,7 +33,7 @@ "@vates/parse-duration": "0.1.0", "@vates/read-chunk": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.10.0", + "@xen-orchestra/backups": "^0.10.1", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.0", "@xen-orchestra/emit-async": "^0.0.0",