Skip to content

Commit 4c0f1e1

Browse files
committed
chore: release 9.1.0
1 parent 66c7bd6 commit 4c0f1e1

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

packages/generator-nitro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-nitro",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "Yeoman generator for the nitro frontend framework",
55
"license": "MIT",
66
"repository": {

packages/nitro-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitro/app",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "Nitro server",
55
"license": "MIT",
66
"repository": {

packages/nitro-exporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitro/exporter",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "An exporting package for nitro. Generate static packages with ease.",
55
"license": "MIT",
66
"repository": {
@@ -28,8 +28,8 @@
2828
"exporter"
2929
],
3030
"peerDependencies": {
31-
"@nitro/app": ">=9.0.3",
32-
"@nitro/gulp": ">=9.0.3"
31+
"@nitro/app": ">=9.1.0",
32+
"@nitro/gulp": ">=9.1.0"
3333
},
3434
"dependencies": {
3535
"array-unique": "0.3.2",

packages/nitro-gulp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitro/gulp",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "Nitro gulp",
55
"license": "MIT",
66
"author": "The Nitro Team",
@@ -23,7 +23,7 @@
2323
"gulp"
2424
],
2525
"peerDependencies": {
26-
"@nitro/app": ">=9.0.3",
26+
"@nitro/app": ">=9.1.0",
2727
"gulp": ">=4.0.2"
2828
},
2929
"dependencies": {

packages/nitro-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nitro/webpack",
3-
"version": "9.0.3",
3+
"version": "9.1.0",
44
"description": "nitro webpack",
55
"license": "MIT",
66
"author": "The Nitro Team",

packages/project-nitro-twig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "project-nitro-twig",
33
"version": "0.0.0",
4-
"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.0.3",
4+
"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.1.0",
55
"license": "UNLICENSED",
66
"private": true,
77
"author": "The Nitro Team",

packages/project-nitro-twig/project/docs/nitro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,4 @@ Use or create new scripts in `package.json` to run with npm.
518518

519519
## Credits
520520

521-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.0.3).
521+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.1.0).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* eslint-disable no-console */
2-
console.log('You are using nitro version 9.0.3');
2+
console.log('You are using nitro version 9.1.0');
33
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
44
/* eslint-enable no-console */

packages/project-nitro-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "project-nitro-typescript",
33
"version": "0.0.0",
4-
"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.0.3",
4+
"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.1.0",
55
"license": "UNLICENSED",
66
"private": true,
77
"author": "The Nitro Team",

packages/project-nitro-typescript/project/docs/nitro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,4 +571,4 @@ Use or create new scripts in `package.json` to run with npm.
571571

572572
## Credits
573573

574-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.0.3).
574+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.1.0).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* eslint-disable no-console */
2-
console.log('You are using nitro version 9.0.3');
2+
console.log('You are using nitro version 9.1.0');
33
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
44
/* eslint-enable no-console */

packages/project-nitro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "project-nitro",
33
"version": "0.0.0",
4-
"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.0.3",
4+
"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.1.0",
55
"license": "UNLICENSED",
66
"private": true,
77
"author": "The Nitro Team",

packages/project-nitro/project/docs/nitro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,4 +571,4 @@ Use or create new scripts in `package.json` to run with npm.
571571

572572
## Credits
573573

574-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.0.3).
574+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.1.0).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* eslint-disable no-console */
2-
console.log('You are using nitro version 9.0.3');
2+
console.log('You are using nitro version 9.1.0');
33
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
44
/* eslint-enable no-console */

packages/project-prod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nitro-project-prod",
33
"version": "0.0.0",
4-
"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.0.3",
4+
"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.1.0",
55
"license": "UNLICENSED",
66
"private": true,
77
"author": "The Nitro Team",

0 commit comments

Comments
 (0)