From aedf34b3d4a6d3887f927fece74f7b720646fda2 Mon Sep 17 00:00:00 2001 From: ernscht Date: Fri, 20 Dec 2024 09:16:58 +0100 Subject: [PATCH] chore: release 9.4.1 --- 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 90b14d61..7ed6a119 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "9.4.0", + "version": "9.4.1", "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 0ba5422d..ff9797db 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "9.4.0", + "version": "9.4.1", "description": "Nitro server", "license": "MIT", "repository": { diff --git a/packages/nitro-exporter/package.json b/packages/nitro-exporter/package.json index 101949bf..fcd52296 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "9.4.0", + "version": "9.4.1", "description": "An exporting package for nitro. Generate static packages with ease.", "license": "MIT", "repository": { @@ -28,8 +28,8 @@ "exporter" ], "peerDependencies": { - "@nitro/app": ">=9.4.0", - "@nitro/gulp": ">=9.4.0" + "@nitro/app": ">=9.4.1", + "@nitro/gulp": ">=9.4.1" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index 75d6543a..94a5c54f 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "9.4.0", + "version": "9.4.1", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=9.4.0", + "@nitro/app": ">=9.4.1", "gulp": ">=5.0.0" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index c0de088f..47d92571 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "9.4.0", + "version": "9.4.1", "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 51dce94d..8fc3bfc9 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.4.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.4.1", "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 d96224d2..32810d42 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.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.1). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index 37ffda87..741bbc06 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.4.0'); +console.log('You are using nitro version 9.4.1'); 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 c98f5704..1b39e527 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.4.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.4.1", "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 eba36c80..76c19e13 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.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.1). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index 37ffda87..741bbc06 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.4.0'); +console.log('You are using nitro version 9.4.1'); 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 fe2f65be..70baeba1 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.4.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.4.1", "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 7916760d..f66ac451 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.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.1). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index 37ffda87..741bbc06 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.4.0'); +console.log('You are using nitro version 9.4.1'); 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 ce79029d..53162fd8 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.4.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.4.1", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",