chore: patch release (#4629)

This commit is contained in:
Rajaa.BARHTAOUI
2019-10-25 16:40:36 +02:00
committed by Julien Fontanet
parent 07526efe61
commit 3b38e0c4e1
8 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/cron",
"version": "1.0.5",
"version": "1.0.6",
"license": "ISC",
"description": "Focused, well maintained, cron parser/scheduler",
"keywords": [
+2 -2
View File
@@ -24,10 +24,10 @@
### Released packages
- @xen-orchestra/cron v1.0.5
- @xen-orchestra/cron v1.0.6
- xo-server-transport-icinga2 v0.1.0
- xo-server-sdn-controller v0.3.1
- xo-server v5.51.0
- xo-server v5.51.1
- xo-web v5.51.0
### Dropped packages
-1
View File
@@ -20,6 +20,5 @@
>
> Rule of thumb: add packages on top.
- @xen-orchestra/cron v1.0.6
- xo-server v5.52.0
- xo-web v5.52.0
@@ -31,7 +31,7 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/cron": "^1.0.5",
"@xen-orchestra/cron": "^1.0.6",
"lodash": "^4.16.2"
},
"devDependencies": {
+1 -1
View File
@@ -21,7 +21,7 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/cron": "^1.0.5",
"@xen-orchestra/cron": "^1.0.6",
"d3-time-format": "^2.1.1",
"json5": "^2.0.1",
"lodash": "^4.17.4"
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@xen-orchestra/async-map": "^0.0.0",
"@xen-orchestra/cron": "^1.0.5",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/log": "^0.2.0",
"handlebars": "^4.0.6",
"html-minifier": "^4.0.0",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.51.0",
"version": "5.51.1",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -35,7 +35,7 @@
"dependencies": {
"@iarna/toml": "^2.2.1",
"@xen-orchestra/async-map": "^0.0.0",
"@xen-orchestra/cron": "^1.0.5",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.10.1",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@nraynaud/novnc": "0.6.1",
"@xen-orchestra/cron": "^1.0.5",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/template": "^0.1.0",
"ansi_up": "^4.0.3",