diff --git a/lerna.json b/lerna.json index 0476dc44..b6001e36 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.8.9" + "version": "5.9.0" } diff --git a/packages/generator-nitro/package.json b/packages/generator-nitro/package.json index 2d565c71..8c637699 100644 --- a/packages/generator-nitro/package.json +++ b/packages/generator-nitro/package.json @@ -1,6 +1,6 @@ { "name": "generator-nitro", - "version": "5.8.9", + "version": "5.9.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 38a35f10..46f52d54 100644 --- a/packages/nitro-app/package.json +++ b/packages/nitro-app/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/app", - "version": "5.8.9", + "version": "5.9.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 c2bda9af..dc75097d 100644 --- a/packages/nitro-exporter/package.json +++ b/packages/nitro-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/exporter", - "version": "5.8.9", + "version": "5.9.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.8.9", - "@nitro/gulp": ">=5.8.9" + "@nitro/app": ">=5.9.0", + "@nitro/gulp": ">=5.9.0" }, "dependencies": { "array-unique": "0.3.2", diff --git a/packages/nitro-gulp/package.json b/packages/nitro-gulp/package.json index 5e504c72..fcb2d91e 100644 --- a/packages/nitro-gulp/package.json +++ b/packages/nitro-gulp/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/gulp", - "version": "5.8.9", + "version": "5.9.0", "description": "Nitro gulp", "license": "MIT", "author": "The Nitro Team", @@ -23,7 +23,7 @@ "gulp" ], "peerDependencies": { - "@nitro/app": ">=5.8.9", + "@nitro/app": ">=5.9.0", "gulp": ">=4.0.2" }, "dependencies": { diff --git a/packages/nitro-webpack/package.json b/packages/nitro-webpack/package.json index 20de062f..46f3e738 100644 --- a/packages/nitro-webpack/package.json +++ b/packages/nitro-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nitro/webpack", - "version": "5.8.9", + "version": "5.9.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 f5ff0615..533404d3 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.8.9", + "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.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 3197d555..34b7d0f1 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.8.9). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.9.0). diff --git a/packages/project-nitro-twig/src/proto/js/prototype.js b/packages/project-nitro-twig/src/proto/js/prototype.js index a34e5827..1cb8876a 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.8.9'); +console.log('You are using nitro version 5.9.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 9b1055bb..857d8489 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.8.9", + "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.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 e545ff09..faf86dc0 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.8.9). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.9.0). diff --git a/packages/project-nitro-typescript/src/proto/js/prototype.ts b/packages/project-nitro-typescript/src/proto/js/prototype.ts index a34e5827..1cb8876a 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.8.9'); +console.log('You are using nitro version 5.9.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 441fcaec..ae7d23d5 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.8.9", + "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.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 65be8a11..d40202d4 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.8.9). +This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 5.9.0). diff --git a/packages/project-nitro/src/proto/js/prototype.js b/packages/project-nitro/src/proto/js/prototype.js index a34e5827..1cb8876a 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.8.9'); +console.log('You are using nitro version 5.9.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 25575956..923dc40c 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.8.9", + "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.0", "license": "UNLICENSED", "private": true, "author": "The Nitro Team",