diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 67e65500a..71e12e89f 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.26.0", + "@xen-orchestra/backups": "^0.27.0", "@xen-orchestra/fs": "^1.1.0", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 63c206af0..d6a80638f 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.26.0", + "version": "0.27.0", "engines": { "node": ">=14.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index f070bee15..81c3097eb 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.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.26.0", + "@xen-orchestra/backups": "^0.27.0", "@xen-orchestra/fs": "^1.1.0", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa8ccc39..f97a6a852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## **next** + +### Released packages + +- @xen-orchestra/backups 0.27.0 + ## **5.72.0** (2022-06-30) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 0c80cb154..0f6e31ddb 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -35,7 +35,6 @@ - @vates/async-each major -- @xen-orchestra/backups minor - vhd-lib patch - xo-server-audit minor - xo-web minor diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index eb0a90bbb..013742812 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -40,7 +40,7 @@ "@vates/predicates": "^1.0.0", "@vates/read-chunk": "^1.0.0", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.26.0", + "@xen-orchestra/backups": "^0.27.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^1.0.0",