Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 18, 2020
1 parent b5fd723 commit 23b2d5f
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/nuxt/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


### Bug Fixes

* update snapshots ([b5fd723](https://github.com/nuxt/create-nuxt-app/commit/b5fd723f40c27489838984aba45ed15b58a100c8))
* **lint:** disable eslint nuxt.config.js extend line ([#491](https://github.com/nuxt/create-nuxt-app/issues/491)) ([a7d3142](https://github.com/nuxt/create-nuxt-app/commit/a7d3142b8374338aa8e0a9aabe77fc030f4b1b93))
* update prompts to add static in universal ([#462](https://github.com/nuxt/create-nuxt-app/issues/462)) ([71d84b1](https://github.com/nuxt/create-nuxt-app/commit/71d84b16a57147f159ce0c858a0b7bfa757d7a4b))
* update snapshots ([2b26088](https://github.com/nuxt/create-nuxt-app/commit/2b26088546a4de0de4adae177ebf5749a2825cc7))
* **ava:** e2e test hangs until timeout ([8393524](https://github.com/nuxt/create-nuxt-app/commit/8393524cd99db4847c339fac5e594419cba7f6bb))
* **lint-staged:** run eslint only for staged files ([9133954](https://github.com/nuxt/create-nuxt-app/commit/91339542f6cb249e3ef3abe2445227a15d58480d))
* vuetify footer fixed attribute toggling ([dae1734](https://github.com/nuxt/create-nuxt-app/commit/dae17340f5a3b905aad655a622d6bab21aacbafe))


### Features

* add WebdriverIO as test framework option ([#528](https://github.com/nuxt/create-nuxt-app/issues/528)) ([9a1497f](https://github.com/nuxt/create-nuxt-app/commit/9a1497f04e446a3b91b3eed1fef6273ad717b2f0))
* **deps:** update eslint to v7 ([916f288](https://github.com/nuxt/create-nuxt-app/commit/916f2887052d97272ed25c5f339a21286520e95b))
* **lint:** add stylelint-config-standard and separate lint scripts ([#493](https://github.com/nuxt/create-nuxt-app/issues/493)) ([8034d68](https://github.com/nuxt/create-nuxt-app/commit/8034d68109231b62e134f1fa06eb1ae72f9fd8ed))
* **server:** upgrade fastify to v2 ([952230b](https://github.com/nuxt/create-nuxt-app/commit/952230b1227da7b05182667385eaabc4e3127281))
* **template:** remove author and description from prompt ([#466](https://github.com/nuxt/create-nuxt-app/issues/466)) ([1d7d0c4](https://github.com/nuxt/create-nuxt-app/commit/1d7d0c4cdfdf8d2a04fd7afb12937bb3fcf61472))
* **templates:** deprecate server templates ([#501](https://github.com/nuxt/create-nuxt-app/issues/501)) ([c60f39e](https://github.com/nuxt/create-nuxt-app/commit/c60f39e9fee49bcd4306217ec732b45d9d706c27))
* migrate to monorepo ([#458](https://github.com/nuxt/create-nuxt-app/issues/458)) ([64991bb](https://github.com/nuxt/create-nuxt-app/commit/64991bba05b208e5078c8101c5adac55f2100ff2))
* minimum required nodejs version is 10.20.0 ([33fbf49](https://github.com/nuxt/create-nuxt-app/commit/33fbf49aabd27fae7b4ee4e23e2e3a14357b137c))
* **template:** support package.json and handler ([#467](https://github.com/nuxt/create-nuxt-app/issues/467)) ([ff37dc8](https://github.com/nuxt/create-nuxt-app/commit/ff37dc85672f55b2441ef6612b5917ca0b32b4f5))
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "2.15.0",
"version": "2.16.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
24 changes: 24 additions & 0 deletions packages/cna-template/CHANGELOG.md
@@ -0,0 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


### Bug Fixes

* **ava:** e2e test hangs until timeout ([8393524](https://github.com/nuxt-community/create-nuxt-app/commit/8393524cd99db4847c339fac5e594419cba7f6bb))
* **lint:** disable eslint nuxt.config.js extend line ([#491](https://github.com/nuxt-community/create-nuxt-app/issues/491)) ([a7d3142](https://github.com/nuxt-community/create-nuxt-app/commit/a7d3142b8374338aa8e0a9aabe77fc030f4b1b93))
* **lint-staged:** run eslint only for staged files ([9133954](https://github.com/nuxt-community/create-nuxt-app/commit/91339542f6cb249e3ef3abe2445227a15d58480d))


### Features

* add WebdriverIO as test framework option ([#528](https://github.com/nuxt-community/create-nuxt-app/issues/528)) ([9a1497f](https://github.com/nuxt-community/create-nuxt-app/commit/9a1497f04e446a3b91b3eed1fef6273ad717b2f0))
* **deps:** update eslint to v7 ([916f288](https://github.com/nuxt-community/create-nuxt-app/commit/916f2887052d97272ed25c5f339a21286520e95b))
* **lint:** add stylelint-config-standard and separate lint scripts ([#493](https://github.com/nuxt-community/create-nuxt-app/issues/493)) ([8034d68](https://github.com/nuxt-community/create-nuxt-app/commit/8034d68109231b62e134f1fa06eb1ae72f9fd8ed))
* **template:** remove author and description from prompt ([#466](https://github.com/nuxt-community/create-nuxt-app/issues/466)) ([1d7d0c4](https://github.com/nuxt-community/create-nuxt-app/commit/1d7d0c4cdfdf8d2a04fd7afb12937bb3fcf61472))
* **template:** support package.json and handler ([#467](https://github.com/nuxt-community/create-nuxt-app/issues/467)) ([ff37dc8](https://github.com/nuxt-community/create-nuxt-app/commit/ff37dc85672f55b2441ef6612b5917ca0b32b4f5))
* **templates:** deprecate server templates ([#501](https://github.com/nuxt-community/create-nuxt-app/issues/501)) ([c60f39e](https://github.com/nuxt-community/create-nuxt-app/commit/c60f39e9fee49bcd4306217ec732b45d9d706c27))
* migrate to monorepo ([#458](https://github.com/nuxt-community/create-nuxt-app/issues/458)) ([64991bb](https://github.com/nuxt-community/create-nuxt-app/commit/64991bba05b208e5078c8101c5adac55f2100ff2))
2 changes: 1 addition & 1 deletion packages/cna-template/package.json
@@ -1,6 +1,6 @@
{
"name": "cna-template",
"version": "2.15.0",
"version": "2.16.0",
"description": "Templates for Create Nuxt App.",
"files": [
"template"
Expand Down
31 changes: 31 additions & 0 deletions packages/create-nuxt-app/CHANGELOG.md
@@ -1,3 +1,34 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


### Bug Fixes

* update snapshots ([b5fd723](https://github.com/nuxt-community/create-nuxt-app/commit/b5fd723f40c27489838984aba45ed15b58a100c8))
* update snapshots ([2b26088](https://github.com/nuxt-community/create-nuxt-app/commit/2b26088546a4de0de4adae177ebf5749a2825cc7))
* **ava:** e2e test hangs until timeout ([8393524](https://github.com/nuxt-community/create-nuxt-app/commit/8393524cd99db4847c339fac5e594419cba7f6bb))
* update prompts to add static in universal ([#462](https://github.com/nuxt-community/create-nuxt-app/issues/462)) ([71d84b1](https://github.com/nuxt-community/create-nuxt-app/commit/71d84b16a57147f159ce0c858a0b7bfa757d7a4b))


### Features

* add WebdriverIO as test framework option ([#528](https://github.com/nuxt-community/create-nuxt-app/issues/528)) ([9a1497f](https://github.com/nuxt-community/create-nuxt-app/commit/9a1497f04e446a3b91b3eed1fef6273ad717b2f0))
* **deps:** update eslint to v7 ([916f288](https://github.com/nuxt-community/create-nuxt-app/commit/916f2887052d97272ed25c5f339a21286520e95b))
* **lint:** add stylelint-config-standard and separate lint scripts ([#493](https://github.com/nuxt-community/create-nuxt-app/issues/493)) ([8034d68](https://github.com/nuxt-community/create-nuxt-app/commit/8034d68109231b62e134f1fa06eb1ae72f9fd8ed))
* **template:** remove author and description from prompt ([#466](https://github.com/nuxt-community/create-nuxt-app/issues/466)) ([1d7d0c4](https://github.com/nuxt-community/create-nuxt-app/commit/1d7d0c4cdfdf8d2a04fd7afb12937bb3fcf61472))
* **templates:** deprecate server templates ([#501](https://github.com/nuxt-community/create-nuxt-app/issues/501)) ([c60f39e](https://github.com/nuxt-community/create-nuxt-app/commit/c60f39e9fee49bcd4306217ec732b45d9d706c27))
* migrate to monorepo ([#458](https://github.com/nuxt-community/create-nuxt-app/issues/458)) ([64991bb](https://github.com/nuxt-community/create-nuxt-app/commit/64991bba05b208e5078c8101c5adac55f2100ff2))
* minimum required nodejs version is 10.20.0 ([33fbf49](https://github.com/nuxt-community/create-nuxt-app/commit/33fbf49aabd27fae7b4ee4e23e2e3a14357b137c))
* **template:** support package.json and handler ([#467](https://github.com/nuxt-community/create-nuxt-app/issues/467)) ([ff37dc8](https://github.com/nuxt-community/create-nuxt-app/commit/ff37dc85672f55b2441ef6612b5917ca0b32b4f5))





# Changelog

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.
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-app",
"version": "2.15.0",
"version": "2.16.0",
"description": "Create a Nuxt.js App in seconds.",
"bin": "lib/cli.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"cac": "^6.5.8",
"chalk": "^4.0.0",
"cna-template": "^2.15.0",
"cna-template": "^2.16.0",
"cross-spawn": "^7.0.2",
"envinfo": "^7.5.1",
"lodash": "^4.17.15",
Expand Down

0 comments on commit 23b2d5f

Please sign in to comment.