feat(@vates/compose): 2.1.0

This commit is contained in:
Julien Fontanet 2021-12-03 15:17:47 +01:00
parent a19e00fbc0
commit 5704949f4d
6 changed files with 10 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"node": ">=7.6"
},

View File

@ -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",

View File

@ -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",

View File

@ -1,5 +1,11 @@
# ChangeLog
## **next**
### Released packages
- @vates/compose 2.1.0
## **5.65.0** (2021-11-30)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -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

View File

@ -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",