feat: technical release (#6165)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"xo-common": "^0.7.0"
|
||||
"xo-common": "^0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "npm publish"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user