From 49c9fc79c7ec9cb4a32cf236f6b8dd8c407d9d38 Mon Sep 17 00:00:00 2001 From: "Rajaa.BARHTAOUI" Date: Mon, 31 May 2021 14:29:23 +0200 Subject: [PATCH] feat(@vates/decorate-with): 0.1.0 (#5795) --- @vates/decorate-with/package.json | 2 +- @xen-orchestra/audit-core/package.json | 2 +- @xen-orchestra/proxy/package.json | 2 +- @xen-orchestra/xapi/package.json | 2 +- CHANGELOG.md | 6 ++++++ CHANGELOG.unreleased.md | 2 -- packages/xo-server-test/package.json | 2 +- packages/xo-server/package.json | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/@vates/decorate-with/package.json b/@vates/decorate-with/package.json index 6db9a0533..1695df1fd 100644 --- a/@vates/decorate-with/package.json +++ b/@vates/decorate-with/package.json @@ -20,7 +20,7 @@ "url": "https://vates.fr" }, "license": "ISC", - "version": "0.0.1", + "version": "0.1.0", "engines": { "node": ">=8.10" }, diff --git a/@xen-orchestra/audit-core/package.json b/@xen-orchestra/audit-core/package.json index 42a03dd6e..f27de8004 100644 --- a/@xen-orchestra/audit-core/package.json +++ b/@xen-orchestra/audit-core/package.json @@ -30,7 +30,7 @@ "rimraf": "^3.0.0" }, "dependencies": { - "@vates/decorate-with": "^0.0.1", + "@vates/decorate-with": "^0.1.0", "@xen-orchestra/log": "^0.2.1", "golike-defer": "^0.5.1", "object-hash": "^2.0.1" diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index bd864b902..dc86f3101 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -28,7 +28,7 @@ "@iarna/toml": "^2.2.0", "@koa/router": "^10.0.0", "@vates/compose": "^2.0.0", - "@vates/decorate-with": "^0.0.1", + "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/backups": "^0.11.0", diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index 8e6861b08..2afe22eaa 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -38,7 +38,7 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@vates/decorate-with": "^0.0.1", + "@vates/decorate-with": "^0.1.0", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/log": "^0.2.1", "d3-time-format": "^3.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index b57c5a511..f357beaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## **next** + +### Released packages + +- @vates/decorate-with 0.1.0 + ## **5.59.0** (2021-05-31) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 6d140c77f..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -27,5 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- @vates/decorate-with minor diff --git a/packages/xo-server-test/package.json b/packages/xo-server-test/package.json index df17b4834..4b83029d3 100644 --- a/packages/xo-server-test/package.json +++ b/packages/xo-server-test/package.json @@ -26,7 +26,7 @@ "@babel/plugin-proposal-decorators": "^7.4.0", "@babel/preset-env": "^7.1.6", "@iarna/toml": "^2.2.1", - "@vates/decorate-with": "^0.0.1", + "@vates/decorate-with": "^0.1.0", "@vates/parse-duration": "^0.1.1", "app-conf": "^0.9.0", "babel-plugin-lodash": "^3.2.11", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index a5fd8e3cb..b3b7fd546 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -29,7 +29,7 @@ "dependencies": { "@iarna/toml": "^2.2.1", "@vates/compose": "^2.0.0", - "@vates/decorate-with": "^0.0.1", + "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@vates/multi-key-map": "^0.1.0", "@vates/parse-duration": "^0.1.1",