From 2c32b592a75523f44eb8ced7cb56911e3e05d8e3 Mon Sep 17 00:00:00 2001 From: ernscht Date: Sat, 23 Sep 2023 14:19:46 +0200 Subject: [PATCH] chore: release 8.1.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 34dcda75..9d7050c8 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "8.0.0", + "version": "8.1.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 88206067..4fd5eeab 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "8.0.0", + "version": "8.1.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 0161d69e..47860778 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "8.0.0", + "version": "8.1.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": ">=8.0.0", - "@nitro/gulp": ">=8.0.0" + "@nitro/app": ">=8.1.0", + "@nitro/gulp": ">=8.1.0" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index d75c660d..54c43d41 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "8.0.0", + "version": "8.1.0", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=8.0.0", + "@nitro/app": ">=8.1.0", "gulp": ">=4.0.2" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index 7b02bb25..8daedb7b 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "8.0.0", + "version": "8.1.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 c3252c8c..11901478 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 8.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 8.1.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 23dd1c42..67e38d56 100644 --- a/packages/project-nitro-twig/project/docs/nitro.md +++ b/packages/project-nitro-twig/project/docs/nitro.md @@ -524,4 +524,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 8.0.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 8.1.0). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index b0a42723..85884245 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 8.0.0'); +console.log('You are using nitro version 8.1.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 9f2a183d..9e56ec89 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 8.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 8.1.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 01dc9007..2da1a64e 100644 --- a/packages/project-nitro-typescript/project/docs/nitro.md +++ b/packages/project-nitro-typescript/project/docs/nitro.md @@ -577,4 +577,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 8.0.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 8.1.0). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index b0a42723..85884245 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 8.0.0'); +console.log('You are using nitro version 8.1.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 ca1f7ccc..a70128d2 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 8.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 8.1.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 2ddd9a3c..bf3e7b3d 100644 --- a/packages/project-nitro/project/docs/nitro.md +++ b/packages/project-nitro/project/docs/nitro.md @@ -577,4 +577,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 8.0.0). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 8.1.0). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index b0a42723..85884245 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 8.0.0'); +console.log('You are using nitro version 8.1.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 fcfe59fb..86937743 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 8.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 8.1.0", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",