diff --git a/lerna.json b/lerna.json index 08f16dbc..649e3091 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.9.2" + "version": "5.10.0" } diff --git a/packages/generator-nitro/package.json b/packages/generator-nitro/package.json index 3b15065c..251ae76f 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "5.9.2", + "version": "5.10.0", "description": "Yeoman generator for the nitro frontend framework", "license": "MIT", "repository": "namics/generator-nitro", diff --git a/packages/nitro-app/package.json b/packages/nitro-app/package.json index 38fa06e2..6f31914b 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "5.9.2", + "version": "5.10.0", "description": "Nitro server", "license": "MIT", "repository": "namics/generator-nitro", diff --git a/packages/nitro-exporter/package.json b/packages/nitro-exporter/package.json index 2730b402..f62a5d6d 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "5.9.2", + "version": "5.10.0", "description": "An exporting package for nitro. Generate static packages with ease.", "license": "MIT", "repository": "namics/generator-nitro", @@ -25,8 +25,8 @@ "exporter" ], "peerDependencies": { - "@nitro/app": ">=5.9.2", - "@nitro/gulp": ">=5.9.2" + "@nitro/app": ">=5.10.0", + "@nitro/gulp": ">=5.10.0" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index 96dd4305..31621d85 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "5.9.2", + "version": "5.10.0", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=5.9.2", + "@nitro/app": ">=5.10.0", "gulp": ">=4.0.2" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index cabe0b1d..58d2b497 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "5.9.2", + "version": "5.10.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 1c9cc2cd..2a3a3377 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 5.9.2", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 5.10.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 97395c29..ae47ada1 100644 --- a/packages/project-nitro-twig/project/docs/nitro.md +++ b/packages/project-nitro-twig/project/docs/nitro.md @@ -523,4 +523,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 5.9.2). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.10.0). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index 1a294928..3a172301 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 5.9.2'); +console.log('You are using nitro version 5.10.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 8adfbe60..435a1b7d 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 5.9.2", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 5.10.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 c2f55bfa..9d99b8ea 100644 --- a/packages/project-nitro-typescript/project/docs/nitro.md +++ b/packages/project-nitro-typescript/project/docs/nitro.md @@ -576,4 +576,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 5.9.2). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.10.0). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index 1a294928..3a172301 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 5.9.2'); +console.log('You are using nitro version 5.10.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 a515f774..4bb5c061 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 5.9.2", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 5.10.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 f1682e63..b2d3f903 100644 --- a/packages/project-nitro/project/docs/nitro.md +++ b/packages/project-nitro/project/docs/nitro.md @@ -576,4 +576,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 5.9.2). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.10.0). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index 1a294928..3a172301 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 5.9.2'); +console.log('You are using nitro version 5.10.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 75712d7f..fd55e188 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 5.9.2", + "description": "Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. This app is based on generator-nitro 5.10.0", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",