feat(@vates/decorate-with): 0.1.0 (#5795)

This commit is contained in:
Rajaa.BARHTAOUI 2021-05-31 14:29:23 +02:00 committed by GitHub
parent 1284a7708e
commit 49c9fc79c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 8 deletions

View File

@ -20,7 +20,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.0.1",
"version": "0.1.0",
"engines": {
"node": ">=8.10"
},

View File

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

View File

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

View File

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

View File

@ -1,5 +1,11 @@
# ChangeLog
## **next**
### Released packages
- @vates/decorate-with 0.1.0
## **5.59.0** (2021-05-31)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

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

View File

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

View File

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