From a362ee2b1ea6f545b5db29b615bdde60c71b349a Mon Sep 17 00:00:00 2001 From: ernscht Date: Mon, 21 Oct 2024 14:06:31 +0200 Subject: [PATCH] chore: release 9.3.5 --- packages/generator-nitro/package.json | 2 +- packages/nitro-app/package.json | 2 +- packages/nitro-exporter/package.json | 6 +++--- packages/nitro-gulp/package.json | 4 ++-- packages/nitro-webpack/package.json | 2 +- packages/project-nitro-twig/package.json | 2 +- packages/project-nitro-twig/project/docs/nitro.md | 2 +- packages/project-nitro-twig/src/proto/js/prototype.js | 2 +- packages/project-nitro-typescript/package.json | 2 +- packages/project-nitro-typescript/project/docs/nitro.md | 2 +- packages/project-nitro-typescript/src/proto/js/prototype.ts | 2 +- packages/project-nitro/package.json | 2 +- packages/project-nitro/project/docs/nitro.md | 2 +- packages/project-nitro/src/proto/js/prototype.js | 2 +- packages/project-prod/package.json | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/generator-nitro/package.json b/packages/generator-nitro/package.json index 060844e6..7088086a 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "9.3.4", + "version": "9.3.5", "description": "Yeoman generator for the nitro frontend framework", "license": "MIT", "repository": { diff --git a/packages/nitro-app/package.json b/packages/nitro-app/package.json index a3a3053d..b4b6193f 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "9.3.4", + "version": "9.3.5", "description": "Nitro server", "license": "MIT", "repository": { diff --git a/packages/nitro-exporter/package.json b/packages/nitro-exporter/package.json index 861808cb..aa6b173e 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "9.3.4", + "version": "9.3.5", "description": "An exporting package for nitro. Generate static packages with ease.", "license": "MIT", "repository": { @@ -28,8 +28,8 @@ "exporter" ], "peerDependencies": { - "@nitro/app": ">=9.3.4", - "@nitro/gulp": ">=9.3.4" + "@nitro/app": ">=9.3.5", + "@nitro/gulp": ">=9.3.5" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index e67017b8..646c50e5 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "9.3.4", + "version": "9.3.5", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=9.3.4", + "@nitro/app": ">=9.3.5", "gulp": ">=5.0.0" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index c8094246..ecf2cb2e 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "9.3.4", + "version": "9.3.5", "description": "nitro webpack", "license": "MIT", "author": "The Nitro Team", diff --git a/packages/project-nitro-twig/package.json b/packages/project-nitro-twig/package.json index d9dbd1c0..1a9e0925 100644 --- a/packages/project-nitro-twig/package.json +++ b/packages/project-nitro-twig/package.json @@ -1,7 +1,7 @@ { "name": "project-nitro-twig", "version": "0.0.0", - "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.4", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.5", "license": "UNLICENSED", "private": true, "author": "The Nitro Team", diff --git a/packages/project-nitro-twig/project/docs/nitro.md b/packages/project-nitro-twig/project/docs/nitro.md index ff109da8..13ba870e 100644 --- a/packages/project-nitro-twig/project/docs/nitro.md +++ b/packages/project-nitro-twig/project/docs/nitro.md @@ -518,4 +518,4 @@ Use or create new scripts in `package.json` to run with npm. ## Credits -This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.4). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.5). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index bd4919e1..31d5636e 100644 --- a/packages/project-nitro-twig/src/proto/js/prototype.js +++ b/packages/project-nitro-twig/src/proto/js/prototype.js @@ -1,4 +1,4 @@ /* eslint-disable no-console */ -console.log('You are using nitro version 9.3.4'); +console.log('You are using nitro version 9.3.5'); console.log('Check for updates on https://npmjs.com/package/generator-nitro'); /* eslint-enable no-console */ diff --git a/packages/project-nitro-typescript/package.json b/packages/project-nitro-typescript/package.json index 564876e1..364572ec 100644 --- a/packages/project-nitro-typescript/package.json +++ b/packages/project-nitro-typescript/package.json @@ -1,7 +1,7 @@ { "name": "project-nitro-typescript", "version": "0.0.0", - "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.4", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.5", "license": "UNLICENSED", "private": true, "author": "The Nitro Team", diff --git a/packages/project-nitro-typescript/project/docs/nitro.md b/packages/project-nitro-typescript/project/docs/nitro.md index e1357903..734add78 100644 --- a/packages/project-nitro-typescript/project/docs/nitro.md +++ b/packages/project-nitro-typescript/project/docs/nitro.md @@ -571,4 +571,4 @@ Use or create new scripts in `package.json` to run with npm. ## Credits -This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.4). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.5). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index bd4919e1..31d5636e 100644 --- a/packages/project-nitro-typescript/src/proto/js/prototype.ts +++ b/packages/project-nitro-typescript/src/proto/js/prototype.ts @@ -1,4 +1,4 @@ /* eslint-disable no-console */ -console.log('You are using nitro version 9.3.4'); +console.log('You are using nitro version 9.3.5'); console.log('Check for updates on https://npmjs.com/package/generator-nitro'); /* eslint-enable no-console */ diff --git a/packages/project-nitro/package.json b/packages/project-nitro/package.json index 398d848b..a148913c 100644 --- a/packages/project-nitro/package.json +++ b/packages/project-nitro/package.json @@ -1,7 +1,7 @@ { "name": "project-nitro", "version": "0.0.0", - "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.4", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.5", "license": "UNLICENSED", "private": true, "author": "The Nitro Team", diff --git a/packages/project-nitro/project/docs/nitro.md b/packages/project-nitro/project/docs/nitro.md index 5a601c3b..6546f1d5 100644 --- a/packages/project-nitro/project/docs/nitro.md +++ b/packages/project-nitro/project/docs/nitro.md @@ -571,4 +571,4 @@ Use or create new scripts in `package.json` to run with npm. ## Credits -This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.4). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.5). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index bd4919e1..31d5636e 100644 --- a/packages/project-nitro/src/proto/js/prototype.js +++ b/packages/project-nitro/src/proto/js/prototype.js @@ -1,4 +1,4 @@ /* eslint-disable no-console */ -console.log('You are using nitro version 9.3.4'); +console.log('You are using nitro version 9.3.5'); console.log('Check for updates on https://npmjs.com/package/generator-nitro'); /* eslint-enable no-console */ diff --git a/packages/project-prod/package.json b/packages/project-prod/package.json index 19cfc85e..e1516744 100644 --- a/packages/project-prod/package.json +++ b/packages/project-prod/package.json @@ -1,7 +1,7 @@ { "name": "nitro-project-prod", "version": "0.0.0", - "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.4", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 9.3.5", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",