diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7f88d2f..643857bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06) + + +### Bug Fixes + +* **vuetify:** updated layout to be on par with vuetify 2.x ([#619](https://github.com/nuxt/create-nuxt-app/issues/619)) ([4ceb4c1](https://github.com/nuxt/create-nuxt-app/commit/4ceb4c176d9a829d67485e1a099001f7b743ea60)) + + +### Features + +* add GitHub Action out-of-the-box ([#621](https://github.com/nuxt/create-nuxt-app/issues/621)) ([ad67d2f](https://github.com/nuxt/create-nuxt-app/commit/ad67d2f4dbd01a08be7d01056e626d26c03e0951)) + + + + + # [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17) diff --git a/lerna.json b/lerna.json index 9db6b11f8..37fc3b4b6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.3.0", + "version": "3.4.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cna-template/CHANGELOG.md b/packages/cna-template/CHANGELOG.md index 68052abdd..a4de96b6e 100644 --- a/packages/cna-template/CHANGELOG.md +++ b/packages/cna-template/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06) + + +### Bug Fixes + +* **vuetify:** updated layout to be on par with vuetify 2.x ([#619](https://github.com/nuxt/create-nuxt-app/issues/619)) ([4ceb4c1](https://github.com/nuxt/create-nuxt-app/commit/4ceb4c176d9a829d67485e1a099001f7b743ea60)) + + +### Features + +* add GitHub Action out-of-the-box ([#621](https://github.com/nuxt/create-nuxt-app/issues/621)) ([ad67d2f](https://github.com/nuxt/create-nuxt-app/commit/ad67d2f4dbd01a08be7d01056e626d26c03e0951)) + + + + + # [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17) diff --git a/packages/cna-template/package.json b/packages/cna-template/package.json index a50e221b8..1728bcd3a 100644 --- a/packages/cna-template/package.json +++ b/packages/cna-template/package.json @@ -1,6 +1,6 @@ { "name": "cna-template", - "version": "3.3.0", + "version": "3.4.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 724831f70..3ec097f22 100644 --- a/packages/create-nuxt-app/CHANGELOG.md +++ b/packages/create-nuxt-app/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06) + + +### Bug Fixes + +* **vuetify:** updated layout to be on par with vuetify 2.x ([#619](https://github.com/nuxt/create-nuxt-app/issues/619)) ([4ceb4c1](https://github.com/nuxt/create-nuxt-app/commit/4ceb4c176d9a829d67485e1a099001f7b743ea60)) + + +### Features + +* add GitHub Action out-of-the-box ([#621](https://github.com/nuxt/create-nuxt-app/issues/621)) ([ad67d2f](https://github.com/nuxt/create-nuxt-app/commit/ad67d2f4dbd01a08be7d01056e626d26c03e0951)) + + + + + # [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17) diff --git a/packages/create-nuxt-app/package.json b/packages/create-nuxt-app/package.json index 4234c5ccc..c2d3921e7 100644 --- a/packages/create-nuxt-app/package.json +++ b/packages/create-nuxt-app/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-app", - "version": "3.3.0", + "version": "3.4.0", "description": "Create a Nuxt.js App in seconds.", "bin": "lib/cli.js", "files": [ @@ -9,7 +9,7 @@ "dependencies": { "cac": "^6.6.1", "chalk": "^4.1.0", - "cna-template": "^3.3.0", + "cna-template": "^3.4.0", "cross-spawn": "^7.0.3", "envinfo": "^7.7.3", "lodash": "^4.17.20", diff --git a/packages/create-nuxt-app/test/snapshots/index.test.js.snap b/packages/create-nuxt-app/test/snapshots/index.test.js.snap index 172f4b095..ae8823aa9 100644 Binary files a/packages/create-nuxt-app/test/snapshots/index.test.js.snap and b/packages/create-nuxt-app/test/snapshots/index.test.js.snap differ