From 4cae527cd4619b478277066a85192dbd3fc0e1d4 Mon Sep 17 00:00:00 2001 From: ernscht Date: Mon, 4 Nov 2024 21:09:42 +0100 Subject: [PATCH] chore: release 9.4.0 --- 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 60368681..675fd5d2 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "9.3.6", + "version": "9.4.0", "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 aaa348c2..2505d850 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "9.3.6", + "version": "9.4.0", "description": "Nitro server", "license": "MIT", "repository": { diff --git a/packages/nitro-exporter/package.json b/packages/nitro-exporter/package.json index adceadab..101949bf 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "9.3.6", + "version": "9.4.0", "description": "An exporting package for nitro. Generate static packages with ease.", "license": "MIT", "repository": { @@ -28,8 +28,8 @@ "exporter" ], "peerDependencies": { - "@nitro/app": ">=9.3.6", - "@nitro/gulp": ">=9.3.6" + "@nitro/app": ">=9.4.0", + "@nitro/gulp": ">=9.4.0" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index 79be10ed..75d6543a 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "9.3.6", + "version": "9.4.0", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=9.3.6", + "@nitro/app": ">=9.4.0", "gulp": ">=5.0.0" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index 9bc44914..817905b6 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "9.3.6", + "version": "9.4.0", "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 1647294d..9424e6fd 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.6", + "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", "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 230375df..d96224d2 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.6). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.0). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index 57d0b4a5..37ffda87 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.6'); +console.log('You are using nitro version 9.4.0'); 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 73a08957..7e7a6217 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.6", + "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", "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 0aeb931c..eba36c80 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.6). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.0). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index 57d0b4a5..37ffda87 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.6'); +console.log('You are using nitro version 9.4.0'); 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 da3a9fa5..a056647f 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.6", + "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", "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 83ccaaed..7916760d 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.6). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.4.0). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index 57d0b4a5..37ffda87 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.6'); +console.log('You are using nitro version 9.4.0'); 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 fdf52319..ce79029d 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.6", + "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", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",