Skip to content

Commit

Permalink
Merge pull request #20 from frouriojs/develop
Browse files Browse the repository at this point in the history
chore(release): 0.9.8
  • Loading branch information
solufa authored Jul 18, 2020
2 parents f9a3c22 + 8f3f331 commit 7f6e586
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
5 changes: 4 additions & 1 deletion lib/saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ module.exports = {
...addedList,
{
type: 'move',
patterns: { '_package.json': 'package.json' }
patterns: {
gitignore: '.gitignore',
'_package.json': 'package.json'
}
},
{
type: 'modify',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion templates/front/next/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"semi": false,
"arrowParens": "always",
"trailingComma": "none",
"singleQuote": true
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/front/nuxt/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"semi": false,
"arrowParens": "always",
"trailingComma": "none",
"singleQuote": true
}
File renamed without changes.
Binary file modified test/snapshots/index.test.js.snap
Binary file not shown.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f6e586

Please sign in to comment.