diff --git a/@vates/compose/package.json b/@vates/compose/package.json index 513f683e9..25c793b56 100644 --- a/@vates/compose/package.json +++ b/@vates/compose/package.json @@ -14,7 +14,7 @@ "url": "https://vates.fr" }, "license": "ISC", - "version": "2.0.0", + "version": "2.1.0", "engines": { "node": ">=7.6" }, diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index fc18677f2..ce8f65312 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -16,7 +16,7 @@ "postversion": "npm publish --access public" }, "dependencies": { - "@vates/compose": "^2.0.0", + "@vates/compose": "^2.1.0", "@vates/disposable": "^0.1.1", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 65a5c7e7c..ce1e15a35 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -27,7 +27,7 @@ "dependencies": { "@iarna/toml": "^2.2.0", "@koa/router": "^10.0.0", - "@vates/compose": "^2.0.0", + "@vates/compose": "^2.1.0", "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 61527afcf..7ba37d344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## **next** + +### Released packages + +- @vates/compose 2.1.0 + ## **5.65.0** (2021-11-30) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 50a4f3787..1455dbdbe 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -35,7 +35,6 @@ > > In case of conflict, the highest (lowest in previous list) `$version` wins. -- @vates/compose minor - xo-vmdk-to-vhd patch - vhd-lib patch - @xen-orchestra/backups patch diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 8bd0799b5..6c73c450a 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@iarna/toml": "^2.2.1", - "@vates/compose": "^2.0.0", + "@vates/compose": "^2.1.0", "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@vates/multi-key-map": "^0.1.0",