Skip to content

Commit fa1436b

Browse files
committed
chore: release 7.4.0
1 parent 3cde0ec commit fa1436b

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "7.3.0"
3+
"version": "7.4.0"
44
}

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": "7.3.0",
3+
"version": "7.4.0",
44
"description": "Yeoman generator for the nitro frontend framework",
55
"license": "MIT",
66
"repository": "merkle-open/generator-nitro",

packages/nitro-app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "7.3.0",
3+
"version": "7.4.0",
44
"description": "Nitro server",
55
"license": "MIT",
66
"repository": "merkle-open/generator-nitro",

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": "7.3.0",
3+
"version": "7.4.0",
44
"description": "An exporting package for nitro. Generate static packages with ease.",
55
"license": "MIT",
66
"repository": "merkle-open/generator-nitro",
@@ -25,8 +25,8 @@
2525
"exporter"
2626
],
2727
"peerDependencies": {
28-
"@nitro/app": ">=7.3.0",
29-
"@nitro/gulp": ">=7.3.0"
28+
"@nitro/app": ">=7.4.0",
29+
"@nitro/gulp": ">=7.4.0"
3030
},
3131
"dependencies": {
3232
"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": "7.3.0",
3+
"version": "7.4.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": ">=7.3.0",
26+
"@nitro/app": ">=7.4.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": "7.3.0",
3+
"version": "7.4.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 7.3.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 7.4.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
@@ -528,4 +528,4 @@ Use or create new scripts in `package.json` to run with npm.
528528

529529
## Credits
530530

531-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.3.0).
531+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.4.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 7.3.0');
2+
console.log('You are using nitro version 7.4.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 7.3.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 7.4.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
@@ -581,4 +581,4 @@ Use or create new scripts in `package.json` to run with npm.
581581

582582
## Credits
583583

584-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.3.0).
584+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.4.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 7.3.0');
2+
console.log('You are using nitro version 7.4.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 7.3.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 7.4.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
@@ -581,4 +581,4 @@ Use or create new scripts in `package.json` to run with npm.
581581

582582
## Credits
583583

584-
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.3.0).
584+
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.4.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 7.3.0');
2+
console.log('You are using nitro version 7.4.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 7.3.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 7.4.0",
55
"license": "UNLICENSED",
66
"private": true,
77
"author": "The Nitro Team",

0 commit comments

Comments
 (0)