Skip to content

Commit

Permalink
chore: release 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 13, 2024
1 parent 77b75c3 commit 3d46bf7
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.2.5",
"version": "9.3.0",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": {
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": "9.2.5",
"version": "9.3.0",
"description": "Nitro server",
"license": "MIT",
"repository": {
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": "9.2.5",
"version": "9.3.0",
"description": "An exporting package for nitro. Generate static packages with ease.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"exporter"
],
"peerDependencies": {
"@nitro/app": ">=9.2.5",
"@nitro/gulp": ">=9.2.5"
"@nitro/app": ">=9.3.0",
"@nitro/gulp": ">=9.3.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": "9.2.5",
"version": "9.3.0",
"description": "Nitro gulp",
"license": "MIT",
"author": "The Nitro Team",
Expand All @@ -23,7 +23,7 @@
"gulp"
],
"peerDependencies": {
"@nitro/app": ">=9.2.5",
"@nitro/app": ">=9.3.0",
"gulp": ">=5.0.0"
},
"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": "9.2.5",
"version": "9.3.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 9.2.5",
"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.3.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 @@ -518,4 +518,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 9.2.5).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.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 9.2.5');
console.log('You are using nitro version 9.3.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 9.2.5",
"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.3.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 @@ -571,4 +571,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 9.2.5).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.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 9.2.5');
console.log('You are using nitro version 9.3.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 9.2.5",
"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.3.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 @@ -571,4 +571,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 9.2.5).
This app was generated with yeoman and the [generator-nitro](https://www.npmjs.com/package/generator-nitro) package (version 9.3.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 9.2.5');
console.log('You are using nitro version 9.3.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 9.2.5",
"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.3.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down

0 comments on commit 3d46bf7

Please sign in to comment.