Skip to content

Commit

Permalink
chore: release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Nov 23, 2022
1 parent 583be50 commit 13e11c4
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "7.1.3"
"version": "7.2.0"
}
2 changes: 1 addition & 1 deletion packages/generator-nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-nitro",
"version": "7.1.3",
"version": "7.2.0",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": "merkle-open/generator-nitro",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/app",
"version": "7.1.3",
"version": "7.2.0",
"description": "Nitro server",
"license": "MIT",
"repository": "merkle-open/generator-nitro",
Expand Down
6 changes: 3 additions & 3 deletions packages/nitro-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/exporter",
"version": "7.1.3",
"version": "7.2.0",
"description": "An exporting package for nitro. Generate static packages with ease.",
"license": "MIT",
"repository": "merkle-open/generator-nitro",
Expand All @@ -25,8 +25,8 @@
"exporter"
],
"peerDependencies": {
"@nitro/app": ">=7.1.3",
"@nitro/gulp": ">=7.1.3"
"@nitro/app": ">=7.2.0",
"@nitro/gulp": ">=7.2.0"
},
"dependencies": {
"array-unique": "0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/gulp",
"version": "7.1.3",
"version": "7.2.0",
"description": "Nitro gulp",
"license": "MIT",
"author": "The Nitro Team",
Expand All @@ -23,7 +23,7 @@
"gulp"
],
"peerDependencies": {
"@nitro/app": ">=7.1.3",
"@nitro/app": ">=7.2.0",
"gulp": ">=4.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/webpack",
"version": "7.1.3",
"version": "7.2.0",
"description": "nitro webpack",
"license": "MIT",
"author": "The Nitro Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
@@ -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 7.1.3",
"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.2.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/project/docs/nitro.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,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 7.1.3).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.2.0).
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/src/proto/js/prototype.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-console */
console.log('You are using nitro version 7.1.3');
console.log('You are using nitro version 7.2.0');
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
/* eslint-enable no-console */
2 changes: 1 addition & 1 deletion packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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 7.1.3",
"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.2.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-typescript/project/docs/nitro.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,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 7.1.3).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.2.0).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-console */
console.log('You are using nitro version 7.1.3');
console.log('You are using nitro version 7.2.0');
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
/* eslint-enable no-console */
2 changes: 1 addition & 1 deletion packages/project-nitro/package.json
Original file line number Diff line number Diff line change
@@ -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 7.1.3",
"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.2.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro/project/docs/nitro.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,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 7.1.3).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.2.0).
2 changes: 1 addition & 1 deletion packages/project-nitro/src/proto/js/prototype.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-console */
console.log('You are using nitro version 7.1.3');
console.log('You are using nitro version 7.2.0');
console.log('Check for updates on https://npmjs.com/package/generator-nitro');
/* eslint-enable no-console */
2 changes: 1 addition & 1 deletion packages/project-prod/package.json
Original file line number Diff line number Diff line change
@@ -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 7.1.3",
"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.2.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down

0 comments on commit 13e11c4

Please sign in to comment.