diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..c8df2cb37 --- /dev/null +++ b/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)) diff --git a/lerna.json b/lerna.json index dfe5c7663..054f411be 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.15.0", + "version": "2.16.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cna-template/CHANGELOG.md b/packages/cna-template/CHANGELOG.md new file mode 100644 index 000000000..c9ef935e2 --- /dev/null +++ b/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)) diff --git a/packages/cna-template/package.json b/packages/cna-template/package.json index e9e96df83..497ad5e8c 100644 --- a/packages/cna-template/package.json +++ b/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" diff --git a/packages/create-nuxt-app/CHANGELOG.md b/packages/create-nuxt-app/CHANGELOG.md index 3db810b71..343e5136f 100644 --- a/packages/create-nuxt-app/CHANGELOG.md +++ b/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. diff --git a/packages/create-nuxt-app/package.json b/packages/create-nuxt-app/package.json index bf6ed24d2..8f4dfd1d5 100644 --- a/packages/create-nuxt-app/package.json +++ b/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": [ @@ -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",