feat: technical release (#6165)

This commit is contained in:
Pierre Donias
2022-03-30 16:06:06 +02:00
committed by GitHub
parent f7a7d9e52d
commit c9391abfd9
9 changed files with 11 additions and 10 deletions

View File

@@ -60,7 +60,7 @@
"stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0",
"xen-api": "^1.0.0",
"xo-common": "^0.7.0"
"xo-common": "^0.8.0"
},
"devDependencies": {
"@vates/toggle-scripts": "^1.0.0",

View File

@@ -28,7 +28,7 @@
"golike-defer": "^0.5.1",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
"xo-common": "^0.7.0"
"xo-common": "^0.8.0"
},
"private": false,
"license": "AGPL-3.0-or-later",

View File

@@ -25,6 +25,7 @@
### Released packages
- xo-common 0.8.0
- @vates/decorate-with 2.0.0
- xen-api 1.0.0
- @xen-orchestra/xapi 0.10.0
@@ -32,7 +33,7 @@
- vhd-cli 0.7.0
- @xen-orchestra/backups 0.21.0
- @xen-orchestra/proxy 0.20.0
- xo-server 5.90.0
- xo-server 5.90.1
- xo-web 5.95.0
## **5.68.0** (2022-02-28)

View File

@@ -20,7 +20,7 @@
"node": ">=6"
},
"dependencies": {
"xo-common": "^0.7.0"
"xo-common": "^0.8.0"
},
"scripts": {
"postversion": "npm publish"

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-common",
"version": "0.7.0",
"version": "0.8.0",
"license": "AGPL-3.0-or-later",
"description": "Code shared between [XO](https://xen-orchestra.com) server and clients",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-common",

View File

@@ -50,7 +50,7 @@
"async-iterator-to-stream": "^1.1.0",
"promise-toolbox": "^0.21.0",
"readable-stream": "^3.5.0",
"xo-common": "^0.7.0"
"xo-common": "^0.8.0"
},
"private": true
}

View File

@@ -35,7 +35,7 @@
"lodash": "^4.17.11",
"promise-toolbox": "^0.21.0",
"xo-collection": "^0.5.0",
"xo-common": "^0.7.0",
"xo-common": "^0.8.0",
"xo-lib": "^0.11.1"
},
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.90.0",
"version": "5.90.1",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -130,7 +130,7 @@
"xen-api": "^1.0.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.7.0",
"xo-common": "^0.8.0",
"xo-remote-parser": "^0.8.0",
"xo-vmdk-to-vhd": "^2.1.0"
},

View File

@@ -135,7 +135,7 @@
"whatwg-fetch": "^3.0.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-common": "^0.7.0",
"xo-common": "^0.8.0",
"xo-lib": "^0.11.1",
"xo-remote-parser": "^0.8.0",
"xo-vmdk-to-vhd": "^2.1.0"