From 5c483c2ebfebd3cca3f9e8ce4c57952d93b8f5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4rer?= Date: Sun, 26 Feb 2023 07:18:24 +0000 Subject: [PATCH] v0.2.2 --- lerna.json | 2 +- packages/addons/package.json | 6 +++--- packages/cli/package.json | 6 +++--- packages/client/package.json | 4 ++-- packages/java/package.json | 4 ++-- packages/server/package.json | 4 ++-- packages/shared/package.json | 2 +- packages/test/package.json | 10 +++++----- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index e2fed1d..1410ff2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.2.1" + "version": "0.2.2" } diff --git a/packages/addons/package.json b/packages/addons/package.json index 57cfe28..48b810d 100644 --- a/packages/addons/package.json +++ b/packages/addons/package.json @@ -1,6 +1,6 @@ { "name": "@quatico/magellan-addons", - "version": "0.2.1", + "version": "0.2.2", "description": "A example library for the websmith compiler", "author": "Quatico Solutions AG", "license": "SEE LICENSE IN LICENSE", @@ -54,8 +54,8 @@ "ts-jest": "^29.0.3" }, "dependencies": { - "@quatico/magellan-client": "^0.2.1", - "@quatico/magellan-server": "^0.2.1", + "@quatico/magellan-client": "^0.2.2", + "@quatico/magellan-server": "^0.2.2", "@quatico/websmith-api": "0.3.5", "typescript": "4.7.x" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index dd7fe3a..373e78c 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.2.1", + "version": "0.2.2", "author": "Quatico Solutions AG", "license": "SEE LICENSE IN LICENSE", "main": "lib/index.js", @@ -41,8 +41,8 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-client": "^0.2.1", - "@quatico/magellan-server": "^0.2.1", + "@quatico/magellan-client": "^0.2.2", + "@quatico/magellan-server": "^0.2.2", "@quatico/websmith-api": "0.3.5", "@quatico/websmith-compiler": "0.3.5", "@quatico/websmith-core": "0.3.5", diff --git a/packages/client/package.json b/packages/client/package.json index 04b9d87..e70d5d4 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.2.1", + "version": "0.2.2", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-shared": "^0.2.1" + "@quatico/magellan-shared": "^0.2.2" }, "devDependencies": { "@swc/core": "^1.3.16", diff --git a/packages/java/package.json b/packages/java/package.json index 61c230d..2f87788 100644 --- a/packages/java/package.json +++ b/packages/java/package.json @@ -1,7 +1,7 @@ { "name": "@quatico/magellan-java", "description": "", - "version": "0.2.1", + "version": "0.2.2", "keywords": [ "typescript", "java", @@ -27,6 +27,6 @@ "install": "mvn dependency:tree" }, "devDependencies": { - "@quatico/magellan-shared": "^0.2.1" + "@quatico/magellan-shared": "^0.2.2" } } diff --git a/packages/server/package.json b/packages/server/package.json index 579864f..7e73ca4 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.2.1", + "version": "0.2.2", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ "publish-npm": "npm publish --access public" }, "dependencies": { - "@quatico/magellan-shared": "^0.2.1", + "@quatico/magellan-shared": "^0.2.2", "ajv": "8.9.0", "cookie-parser": "1.4.x", "cors": "2.8.5", diff --git a/packages/shared/package.json b/packages/shared/package.json index 2ee1921..b9cfe94 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.2.1", + "version": "0.2.2", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/test/package.json b/packages/test/package.json index 9ba25ad..99bf5d1 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.2.1", + "version": "0.2.2", "author": "Quatico Solutions AG", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -28,10 +28,10 @@ }, "devDependencies": { "@cucumber/cucumber": "^8.7.0", - "@quatico/magellan-cli": "^0.2.1", - "@quatico/magellan-client": "^0.2.1", - "@quatico/magellan-server": "^0.2.1", - "@quatico/magellan-shared": "^0.2.1", + "@quatico/magellan-cli": "^0.2.2", + "@quatico/magellan-client": "^0.2.2", + "@quatico/magellan-server": "^0.2.2", + "@quatico/magellan-shared": "^0.2.2", "@types/node": "^16.0.0", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1",