Skip to content

Commit

Permalink
Release 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 15, 2024
1 parent f460e1a commit aaaf796
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.11.2"
"version": "0.11.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan",
"description": "",
"version": "0.11.2",
"version": "0.11.3",
"keywords": [
"typescript",
"java",
Expand Down
6 changes: 3 additions & 3 deletions packages/addons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit aaaf796

Please sign in to comment.