Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Oct 9, 2017
1 parent a8ea3e8 commit b14a0e4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "2.4.2",
"version": "2.4.3",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/dish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-dish",
"version": "2.4.1",
"version": "2.4.3",
"description": "Generates various templates. React, React-Redux, CLI, React-library, etc...",
"scripts": {
"test": "nyc ava"
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/abouthiroppy/dish#readme",
"dependencies": {
"@my-dish/packer": "^2.4.0",
"@my-dish/packer": "^2.4.3",
"chalk": "^1.1.3",
"command-exists": "^1.2.2",
"fs-extra": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@my-dish/packer",
"main": "index.js",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.0",
"version": "2.4.3",
"license": "MIT",
"description": "",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-cli",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "CLI template for dish",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@my-dish/template-common",
"version": "2.4.2",
"version": "2.4.3",
"description": "common template for dish",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-dish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@my-dish/template-dish",
"version": "2.2.2",
"version": "2.4.3",
"description": "Dish template for dish",
"scripts": {
"test": "nyc ava"
Expand Down
2 changes: 1 addition & 1 deletion packages/template-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-electron",
"author": "abouthiroppy <git@about-hiroppy.com http://about-hiroppy.com",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "The template for electron",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-plain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-plain",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "General template for dish",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-react-application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-react-application",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "The template for react application",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-react-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-react-library",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "The template for React Library",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-react-redux-application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my-dish/template-react-redux-application",
"author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"repository": {
"url": "git+https://github.com/my-dish/template-react-redux-application.git",
Expand Down

0 comments on commit b14a0e4

Please sign in to comment.