diff --git a/CHANGELOG.md b/CHANGELOG.md index c8df2cb37..d13f04a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18) + + +### Bug Fixes + +* **ava:** expect vm truthy as vue instance assertion ([46594db](https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850)) +* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89)) +* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d)) + + +### Features + +* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d)) +* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40)) + + + + + # [2.16.0](https://github.com/nuxt/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18) diff --git a/lerna.json b/lerna.json index 054f411be..b6dca908f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.16.0", + "version": "3.0.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cna-template/CHANGELOG.md b/packages/cna-template/CHANGELOG.md index c9ef935e2..47300b3d6 100644 --- a/packages/cna-template/CHANGELOG.md +++ b/packages/cna-template/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18) + + +### Bug Fixes + +* **ava:** expect vm truthy as vue instance assertion ([46594db](https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850)) +* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89)) +* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d)) + + +### Features + +* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d)) +* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40)) + + + + + # [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18) diff --git a/packages/cna-template/package.json b/packages/cna-template/package.json index 497ad5e8c..18178ada8 100644 --- a/packages/cna-template/package.json +++ b/packages/cna-template/package.json @@ -1,6 +1,6 @@ { "name": "cna-template", - "version": "2.16.0", + "version": "3.0.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 343e5136f..8406f5827 100644 --- a/packages/create-nuxt-app/CHANGELOG.md +++ b/packages/create-nuxt-app/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18) + + +### Bug Fixes + +* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89)) +* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d)) + + +### Features + +* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d)) +* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40)) + + + + + # [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18) diff --git a/packages/create-nuxt-app/package.json b/packages/create-nuxt-app/package.json index b6e674c69..814cee1f1 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.16.0", + "version": "3.0.0", "description": "Create a Nuxt.js App in seconds.", "bin": "lib/cli.js", "files": [ @@ -9,7 +9,7 @@ "dependencies": { "cac": "^6.5.10", "chalk": "^4.1.0", - "cna-template": "^2.16.0", + "cna-template": "^3.0.0", "cross-spawn": "^7.0.3", "envinfo": "^7.5.1", "lodash": "^4.17.15",