Skip to content

Commit

Permalink
chore: release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jun 5, 2022
1 parent ffad833 commit b2bff96
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": "6.1.2"
"version": "7.0.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": "6.1.2",
"version": "7.0.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": "6.1.2",
"version": "7.0.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": "6.1.2",
"version": "7.0.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": ">=6.1.2",
"@nitro/gulp": ">=6.1.2"
"@nitro/app": ">=7.0.0",
"@nitro/gulp": ">=7.0.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": "6.1.2",
"version": "7.0.0",
"description": "Nitro gulp",
"license": "MIT",
"author": "The Nitro Team",
Expand All @@ -23,7 +23,7 @@
"gulp"
],
"peerDependencies": {
"@nitro/app": ">=6.1.2",
"@nitro/app": ">=7.0.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": "6.1.2",
"version": "7.0.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 6.1.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 7.0.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 @@ -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 6.1.2).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.0.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 6.1.2');
console.log('You are using nitro version 7.0.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 6.1.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 7.0.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 @@ -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 6.1.2).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.0.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 6.1.2');
console.log('You are using nitro version 7.0.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 6.1.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 7.0.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 @@ -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 6.1.2).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 7.0.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 6.1.2');
console.log('You are using nitro version 7.0.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 6.1.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 7.0.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down

0 comments on commit b2bff96

Please sign in to comment.