From aaaf7966992a8543fe775ba1a492f8c1f0d43e1a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Nov 2024 16:54:12 +0000 Subject: [PATCH] Release 0.11.3 --- lerna.json | 2 +- package.json | 2 +- packages/addons/package.json | 6 +++--- packages/cli/package.json | 6 +++--- packages/client/package.json | 4 ++-- packages/server/package.json | 4 ++-- packages/shared/package.json | 2 +- packages/starter/package.json | 2 +- packages/test/package.json | 10 +++++----- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index c9dfb9a..938a836 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.11.2" + "version": "0.11.3" } diff --git a/package.json b/package.json index 9688d55..bb68b11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan", "description": "", - "version": "0.11.2", + "version": "0.11.3", "keywords": [ "typescript", "java", diff --git a/packages/addons/package.json b/packages/addons/package.json index 83d3958..adda846 100644 --- a/packages/addons/package.json +++ b/packages/addons/package.json @@ -1,6 +1,6 @@ { "name": "@quatico/magellan-addons", - "version": "0.11.2", + "version": "0.11.3", "description": "A example library for the websmith compiler", "author": "Quatico Solutions AG", "license": "SEE LICENSE IN LICENSE", @@ -48,8 +48,8 @@ "ts-jest": "^29.1.0" }, "dependencies": { - "@quatico/magellan-client": "^0.11.2", - "@quatico/magellan-server": "^0.11.2", + "@quatico/magellan-client": "^0.11.3", + "@quatico/magellan-server": "^0.11.3", "@quatico/websmith-api": "0.4.0", "typescript": "5.0.x" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index c04f574..6844b69 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-cli", "description": "CLI for the Magellan project", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "license": "SEE LICENSE IN LICENSE", "main": "lib/index.js", @@ -35,8 +35,8 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-client": "^0.11.2", - "@quatico/magellan-server": "^0.11.2", + "@quatico/magellan-client": "^0.11.3", + "@quatico/magellan-server": "^0.11.3", "@quatico/websmith-api": "0.4.0", "@quatico/websmith-compiler": "0.4.0", "@quatico/websmith-core": "0.4.0", diff --git a/packages/client/package.json b/packages/client/package.json index b7e1a89..4b57001 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-client", "description": "Client library for proxies generated with @quatico/websmith-compiler", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -28,7 +28,7 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-shared": "^0.11.2" + "@quatico/magellan-shared": "^0.11.3" }, "devDependencies": { "@swc/core": "^1.3.57", diff --git a/packages/server/package.json b/packages/server/package.json index 540662e..1bda8e6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-server", "description": "Middleware for remote service execution with the @quatico/websmith-compiler", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -29,7 +29,7 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-shared": "^0.11.2", + "@quatico/magellan-shared": "^0.11.3", "cookie-parser": "1.4.x", "cors": "2.8.5", "express": "4.18.x", diff --git a/packages/shared/package.json b/packages/shared/package.json index 536479b..4498977 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-shared", "description": "Shared functionality for server/client communication", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/starter/package.json b/packages/starter/package.json index 5271639..3b7bf9d 100644 --- a/packages/starter/package.json +++ b/packages/starter/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/create-magellan-starter", "description": "A starter project for creating a React application with Magellan", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "main": "bin/create-magellan.cjs", "bin": "bin/create-magellan.cjs", diff --git a/packages/test/package.json b/packages/test/package.json index 72c70c2..35839e6 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-test", "description": "End to end tests for magellan suite", - "version": "0.11.2", + "version": "0.11.3", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -25,10 +25,10 @@ }, "devDependencies": { "@cucumber/cucumber": "^8.7.0", - "@quatico/magellan-cli": "^0.11.2", - "@quatico/magellan-client": "^0.11.2", - "@quatico/magellan-server": "^0.11.2", - "@quatico/magellan-shared": "^0.11.2", + "@quatico/magellan-cli": "^0.11.3", + "@quatico/magellan-client": "^0.11.3", + "@quatico/magellan-server": "^0.11.3", + "@quatico/magellan-shared": "^0.11.3", "@types/node": "16", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5",