Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump packages #8023

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion @vates/nbd-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0",
"promise-toolbox": "^0.21.0",
"xen-api": "^4.3.1"
"xen-api": "^4.3.2"
},
"devDependencies": {
"tap": "^18.7.0",
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.11.0",
"xen-api": "^4.3.1",
"xen-api": "^4.3.2",
"yazl": "^2.5.1"
},
"devDependencies": {
Expand All @@ -59,7 +59,7 @@
"tmp": "^0.2.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^7.5.1"
"@xen-orchestra/xapi": "^7.5.2"
},
"license": "AGPL-3.0-or-later",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion @xen-orchestra/cr-seed-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^4.3.1"
"xen-api": "^4.3.2"
},
"scripts": {
"postversion": "npm publish"
Expand Down
6 changes: 3 additions & 3 deletions @xen-orchestra/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.29.0",
"version": "0.30.0",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.16.0",
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/xapi": "^7.5.1",
"@xen-orchestra/xapi": "^7.5.2",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
"async-iterator-to-stream": "^1.1.0",
Expand All @@ -61,7 +61,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.3.1",
"xen-api": "^4.3.2",
"xo-common": "^0.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions @xen-orchestra/xapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "7.5.1",
"version": "7.5.2",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
Expand All @@ -16,7 +16,7 @@
},
"main": "./index.mjs",
"peerDependencies": {
"xen-api": "^4.3.1"
"xen-api": "^4.3.2"
},
"scripts": {
"postversion": "npm publish --access public",
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
> Keep this list alphabetically ordered to avoid merge conflicts

<!--packages-start-->

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/xapi-explore-sr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"human-format": "^1.0.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^4.3.1"
"xen-api": "^4.3.2"
},
"scripts": {
"postversion": "npm publish"
Expand Down
2 changes: 1 addition & 1 deletion packages/xen-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "4.3.1",
"version": "4.3.2",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/xo-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.157.0",
"version": "5.158.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.8.3",
"@xen-orchestra/xapi": "^7.5.1",
"@xen-orchestra/xapi": "^7.5.2",
"@xen-orchestra/xva": "^1.0.2",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"vhd-lib": "^4.11.0",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.3.1",
"xen-api": "^4.3.2",
"xo-acl-resolver": "^0.5.0",
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",
Expand Down
Loading