diff --git a/CHANGELOG.md b/CHANGELOG.md index 90753327..2e3b11e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.10.3 +[2025-11-20] + +### Chores + +* \[[717](https://github.com/MaskingTechnology/jitar/pull/717)] chore(deps): bump glob from 11.0.3 to 11.1.0 in /website (#717) by dependabot[bot] +* \[[711](https://github.com/MaskingTechnology/jitar/pull/711)] chore: replace changelog tool (#711) by Bas Meeuwissen + # v0.10.2 [2025-11-14] diff --git a/examples/access-protection/package.json b/examples/access-protection/package.json index fff7b00d..ace7697a 100644 --- a/examples/access-protection/package.json +++ b/examples/access-protection/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/cors/package.json b/examples/cors/package.json index 842d5cd6..3f7ff853 100644 --- a/examples/cors/package.json +++ b/examples/cors/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/data-transportation/package.json b/examples/data-transportation/package.json index 6568c7c8..9b1ab0a2 100644 --- a/examples/data-transportation/package.json +++ b/examples/data-transportation/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/error-handling/package.json b/examples/error-handling/package.json index 06ac2111..e8eb7892 100644 --- a/examples/error-handling/package.json +++ b/examples/error-handling/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/health-checks/package.json b/examples/health-checks/package.json index c920e3e7..023ea4c5 100644 --- a/examples/health-checks/package.json +++ b/examples/health-checks/package.json @@ -13,6 +13,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 52b2d3be..66a5b4a1 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -13,6 +13,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/load-balancing/package.json b/examples/load-balancing/package.json index c529150b..741ee284 100644 --- a/examples/load-balancing/package.json +++ b/examples/load-balancing/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 3479d7a7..bedfa345 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,6 +13,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/multi-version/package.json b/examples/multi-version/package.json index 92550831..bc873e93 100644 --- a/examples/multi-version/package.json +++ b/examples/multi-version/package.json @@ -13,6 +13,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/resources/package.json b/examples/resources/package.json index 4354e5af..92ea44e3 100644 --- a/examples/resources/package.json +++ b/examples/resources/package.json @@ -13,6 +13,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } \ No newline at end of file diff --git a/examples/segmentation/package.json b/examples/segmentation/package.json index 57297f09..dbbfbabd 100644 --- a/examples/segmentation/package.json +++ b/examples/segmentation/package.json @@ -16,6 +16,6 @@ "typescript": "5.9.3" }, "dependencies": { - "jitar": "0.10.2" + "jitar": "0.10.3" } } diff --git a/package-lock.json b/package-lock.json index 809f3fc1..b26eb6c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jitar-monorepo", - "version": "0.10.2", + "version": "0.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jitar-monorepo", - "version": "0.10.2", + "version": "0.10.3", "license": "MIT", "workspaces": [ "packages/*", @@ -6018,7 +6018,7 @@ } }, "packages/create-jitar": { - "version": "0.10.2", + "version": "0.10.3", "license": "MIT", "bin": { "create-jitar": "index.js" @@ -6073,7 +6073,7 @@ "license": "MIT" }, "packages/jitar": { - "version": "0.10.2", + "version": "0.10.3", "license": "MIT", "dependencies": { "dotenv": "17.2.3", @@ -6510,7 +6510,7 @@ }, "packages/plugin-vite": { "name": "@jitar/plugin-vite", - "version": "0.10.2", + "version": "0.10.3", "license": "MIT", "devDependencies": { "vite": "^7.1.12" diff --git a/package.json b/package.json index 0dfaa14d..a01fc899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jitar-monorepo", - "version": "0.10.2", + "version": "0.10.3", "private": true, "description": "Monorepo configuration for Jitar.", "license": "MIT", diff --git a/packages/cli/src/commands/ShowVersion.ts b/packages/cli/src/commands/ShowVersion.ts index 5f043e43..a1270660 100644 --- a/packages/cli/src/commands/ShowVersion.ts +++ b/packages/cli/src/commands/ShowVersion.ts @@ -2,7 +2,7 @@ import Command from '../Command'; import ArgumentProcessor from '../ArgumentProcessor'; -const versionNumber = 'v0.10.2'; +const versionNumber = 'v0.10.3'; export default class ShowVersion implements Command { diff --git a/packages/create-jitar/package.json b/packages/create-jitar/package.json index 6f36003d..235730c5 100644 --- a/packages/create-jitar/package.json +++ b/packages/create-jitar/package.json @@ -1,6 +1,6 @@ { "name": "create-jitar", - "version": "0.10.2", + "version": "0.10.3", "type": "module", "license": "MIT", "author": "Masking Technology (https://jitar.dev)", diff --git a/packages/jitar/package.json b/packages/jitar/package.json index 3292c18c..4c66381c 100644 --- a/packages/jitar/package.json +++ b/packages/jitar/package.json @@ -1,6 +1,6 @@ { "name": "jitar", - "version": "0.10.2", + "version": "0.10.3", "description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.", "author": "Masking Technology (https://jitar.dev)", "license": "MIT", diff --git a/packages/plugin-vite/package.json b/packages/plugin-vite/package.json index 59a93ee7..2300d667 100644 --- a/packages/plugin-vite/package.json +++ b/packages/plugin-vite/package.json @@ -1,6 +1,6 @@ { "name": "@jitar/plugin-vite", - "version": "0.10.2", + "version": "0.10.3", "description": "Vite plugin for Jitar.", "author": "Masking Technology (https://jitar.dev)", "license": "MIT",