diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2b718b..7b2a9cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.9.8](https://github.com/frouriojs/create-frourio-app/compare/v0.9.7...v0.9.8) (2020-07-18) + + +### Bug Fixes + +* prettier config ([f5276af](https://github.com/frouriojs/create-frourio-app/commit/f5276af6b731ad50cc95c320de541bb212dc4421)) + ### [0.9.7](https://github.com/frouriojs/create-frourio-app/compare/v0.9.6...v0.9.7) (2020-07-17) diff --git a/lib/saofile.js b/lib/saofile.js index ddb64639..f6e86a92 100644 --- a/lib/saofile.js +++ b/lib/saofile.js @@ -73,7 +73,10 @@ module.exports = { ...addedList, { type: 'move', - patterns: { '_package.json': 'package.json' } + patterns: { + gitignore: '.gitignore', + '_package.json': 'package.json' + } }, { type: 'modify', diff --git a/package.json b/package.json index ce476319..1b92efce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-frourio-app", - "version": "0.9.7", + "version": "0.9.8", "description": "Create a frourio project in seconds", "author": "Solufa ", "license": "MIT", diff --git a/templates/front/next/.prettierrc b/templates/front/next/.prettierrc index cb8eeb30..528e3605 100644 --- a/templates/front/next/.prettierrc +++ b/templates/front/next/.prettierrc @@ -1,6 +1,5 @@ { "semi": false, - "arrowParens": "always", "trailingComma": "none", "singleQuote": true } diff --git a/templates/front/next/.gitignore b/templates/front/next/gitignore similarity index 100% rename from templates/front/next/.gitignore rename to templates/front/next/gitignore diff --git a/templates/front/none/.gitignore b/templates/front/none/gitignore similarity index 100% rename from templates/front/none/.gitignore rename to templates/front/none/gitignore diff --git a/templates/front/nuxt/.prettierrc b/templates/front/nuxt/.prettierrc index 59639c50..528e3605 100644 --- a/templates/front/nuxt/.prettierrc +++ b/templates/front/nuxt/.prettierrc @@ -1,5 +1,5 @@ { "semi": false, - "arrowParens": "always", + "trailingComma": "none", "singleQuote": true } diff --git a/templates/front/nuxt/.gitignore b/templates/front/nuxt/gitignore similarity index 100% rename from templates/front/nuxt/.gitignore rename to templates/front/nuxt/gitignore diff --git a/test/snapshots/index.test.js.snap b/test/snapshots/index.test.js.snap index d33fcc7e..174cbe46 100644 Binary files a/test/snapshots/index.test.js.snap and b/test/snapshots/index.test.js.snap differ diff --git a/yarn.lock b/yarn.lock index 58232f95..4e60176a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3045,9 +3045,9 @@ lodash.templatesettings@^4.0.0: lodash._reinterpolate "^3.0.0" lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== log-symbols@^2.2.0: version "2.2.0"