Skip to content

Commit

Permalink
chore: release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 24, 2019
1 parent 457cfee commit 56470e9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.9.0"
"version": "4.10.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": "4.9.0",
"version": "4.10.0",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": "namics/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": "4.9.0",
"version": "4.10.0",
"description": "Nitro server",
"license": "MIT",
"repository": "namics/generator-nitro",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/exporter",
"version": "4.9.0",
"version": "4.10.0",
"description": "An exporting package for nitro. Generate static packages with ease.",
"license": "MIT",
"repository": "namics/generator-nitro",
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": "4.9.0",
"version": "4.10.0",
"description": "Nitro gulp",
"license": "MIT",
"author": "The Nitro Team",
Expand All @@ -22,7 +22,7 @@
"gulp"
],
"peerDependencies": {
"@nitro/app": ">=4.9.0"
"@nitro/app": ">=4.10.0"
},
"dependencies": {
"backstopjs": "4.1.12",
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": "4.9.0",
"version": "4.10.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 4.9.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 4.10.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down
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 4.9.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 4.10.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down
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 4.9.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 4.10.0",
"license": "UNLICENSED",
"private": true,
"author": "The Nitro Team",
Expand Down

0 comments on commit 56470e9

Please sign in to comment.