From 2bcab97acc65b11da07286c2c57b3f9082d61d1b Mon Sep 17 00:00:00 2001 From: ernscht Date: Mon, 1 May 2023 21:22:22 +0200 Subject: [PATCH] chore: release 7.5.0 --- lerna.json | 2 +- 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 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index c0229620..c04c099e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "7.4.0" + "version": "7.5.0" } diff --git a/packages/generator-nitro/package.json b/packages/generator-nitro/package.json index 5734ec2e..a47eb9d1 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "7.4.0", + "version": "7.5.0", "description": "Yeoman generator for the nitro frontend framework", "license": "MIT", "repository": "merkle-open/generator-nitro", diff --git a/packages/nitro-app/package.json b/packages/nitro-app/package.json index 8257d8c1..4fbcc2d3 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "7.4.0", + "version": "7.5.0", "description": "Nitro server", "license": "MIT", "repository": "merkle-open/generator-nitro", diff --git a/packages/nitro-exporter/package.json b/packages/nitro-exporter/package.json index 5b6077dc..b3eab3d1 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "7.4.0", + "version": "7.5.0", "description": "An exporting package for nitro. Generate static packages with ease.", "license": "MIT", "repository": "merkle-open/generator-nitro", @@ -25,8 +25,8 @@ "exporter" ], "peerDependencies": { - "@nitro/app": ">=7.4.0", - "@nitro/gulp": ">=7.4.0" + "@nitro/app": ">=7.5.0", + "@nitro/gulp": ">=7.5.0" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index 1fa281ca..5a7017bf 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "7.4.0", + "version": "7.5.0", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=7.4.0", + "@nitro/app": ">=7.5.0", "gulp": ">=4.0.2" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index 1340749c..6cb4a33e 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "7.4.0", + "version": "7.5.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 175fae81..d10a11bb 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 7.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 7.5.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 65e65c1d..faf198b6 100644 --- a/packages/project-nitro-twig/project/docs/nitro.md +++ b/packages/project-nitro-twig/project/docs/nitro.md @@ -528,4 +528,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 7.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.5.0). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index 311681bc..810340f1 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 7.4.0'); +console.log('You are using nitro version 7.5.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 bf950456..54e15efb 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 7.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 7.5.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 4845a8e5..b0beda2e 100644 --- a/packages/project-nitro-typescript/project/docs/nitro.md +++ b/packages/project-nitro-typescript/project/docs/nitro.md @@ -581,4 +581,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 7.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.5.0). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index 311681bc..810340f1 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 7.4.0'); +console.log('You are using nitro version 7.5.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 61d2bff5..732c155d 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 7.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 7.5.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 1e3598e9..5035414c 100644 --- a/packages/project-nitro/project/docs/nitro.md +++ b/packages/project-nitro/project/docs/nitro.md @@ -581,4 +581,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 7.4.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.5.0). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index 311681bc..810340f1 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 7.4.0'); +console.log('You are using nitro version 7.5.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 8b5a418b..1ce7f9c1 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 7.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 7.5.0", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",