From 1cc5e50002701ba4fff393dc0b1e9fc1c4456639 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Mon, 27 Jul 2020 19:39:22 +0100 Subject: [PATCH] v3.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/cna-template/CHANGELOG.md | 18 ++++++++++++++++++ packages/cna-template/package.json | 2 +- packages/create-nuxt-app/CHANGELOG.md | 18 ++++++++++++++++++ packages/create-nuxt-app/package.json | 4 ++-- 6 files changed, 59 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b0aa142..ff7757735 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.2.0](https://github.com/nuxt/create-nuxt-app/compare/v3.1.0...v3.2.0) (2020-07-27) + + +### Bug Fixes + +* **template:** fix package.json dev script for typescript ([#568](https://github.com/nuxt/create-nuxt-app/issues/568)) ([1f64e5a](https://github.com/nuxt/create-nuxt-app/commit/1f64e5afbb973422a34c7a64252cea9a3411664c)) +* show up an appropriate warning if the target path exists and is non-empty ([#570](https://github.com/nuxt/create-nuxt-app/issues/570)) ([21d6729](https://github.com/nuxt/create-nuxt-app/commit/21d6729c64e608bf53d87868b372d2e0d1041587)) +* **vuetify:** v-content is deprecated ([f547654](https://github.com/nuxt/create-nuxt-app/commit/f547654c4b478a2c59aa1ed49867da9251202a9a)) + + +### Features + +* **template:** update typescript ([#567](https://github.com/nuxt/create-nuxt-app/issues/567)) ([251c50d](https://github.com/nuxt/create-nuxt-app/commit/251c50d7589dd2568252ebedefebda9779eca33f)) +* add chakra-ui-vue ([#573](https://github.com/nuxt/create-nuxt-app/issues/573)) ([c9ede63](https://github.com/nuxt/create-nuxt-app/commit/c9ede63abdad60462fd3280fbd211a857e8fe1e8)) + + + + + # [3.1.0](https://github.com/nuxt/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22) diff --git a/lerna.json b/lerna.json index 2ca453091..e4921afc4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.2.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/cna-template/CHANGELOG.md b/packages/cna-template/CHANGELOG.md index 872fcfe5b..5762aef48 100644 --- a/packages/cna-template/CHANGELOG.md +++ b/packages/cna-template/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.2.0](https://github.com/nuxt/create-nuxt-app/compare/v3.1.0...v3.2.0) (2020-07-27) + + +### Bug Fixes + +* **template:** fix package.json dev script for typescript ([#568](https://github.com/nuxt/create-nuxt-app/issues/568)) ([1f64e5a](https://github.com/nuxt/create-nuxt-app/commit/1f64e5afbb973422a34c7a64252cea9a3411664c)) +* **vuetify:** v-content is deprecated ([f547654](https://github.com/nuxt/create-nuxt-app/commit/f547654c4b478a2c59aa1ed49867da9251202a9a)) + + +### Features + +* **template:** update typescript ([#567](https://github.com/nuxt/create-nuxt-app/issues/567)) ([251c50d](https://github.com/nuxt/create-nuxt-app/commit/251c50d7589dd2568252ebedefebda9779eca33f)) +* add chakra-ui-vue ([#573](https://github.com/nuxt/create-nuxt-app/issues/573)) ([c9ede63](https://github.com/nuxt/create-nuxt-app/commit/c9ede63abdad60462fd3280fbd211a857e8fe1e8)) + + + + + # [3.1.0](https://github.com/nuxt-community/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22) diff --git a/packages/cna-template/package.json b/packages/cna-template/package.json index e508d96ce..d0d63c7ad 100644 --- a/packages/cna-template/package.json +++ b/packages/cna-template/package.json @@ -1,6 +1,6 @@ { "name": "cna-template", - "version": "3.1.0", + "version": "3.2.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 c552243ff..af33a2b81 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.2.0](https://github.com/nuxt/create-nuxt-app/compare/v3.1.0...v3.2.0) (2020-07-27) + + +### Bug Fixes + +* **template:** fix package.json dev script for typescript ([#568](https://github.com/nuxt/create-nuxt-app/issues/568)) ([1f64e5a](https://github.com/nuxt/create-nuxt-app/commit/1f64e5afbb973422a34c7a64252cea9a3411664c)) +* show up an appropriate warning if the target path exists and is non-empty ([#570](https://github.com/nuxt/create-nuxt-app/issues/570)) ([21d6729](https://github.com/nuxt/create-nuxt-app/commit/21d6729c64e608bf53d87868b372d2e0d1041587)) + + +### Features + +* **template:** update typescript ([#567](https://github.com/nuxt/create-nuxt-app/issues/567)) ([251c50d](https://github.com/nuxt/create-nuxt-app/commit/251c50d7589dd2568252ebedefebda9779eca33f)) +* add chakra-ui-vue ([#573](https://github.com/nuxt/create-nuxt-app/issues/573)) ([c9ede63](https://github.com/nuxt/create-nuxt-app/commit/c9ede63abdad60462fd3280fbd211a857e8fe1e8)) + + + + + # [3.1.0](https://github.com/nuxt-community/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22) diff --git a/packages/create-nuxt-app/package.json b/packages/create-nuxt-app/package.json index 47ab0f23e..9d3e21c30 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.1.0", + "version": "3.2.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.1.0", + "cna-template": "^3.2.0", "cross-spawn": "^7.0.3", "envinfo": "^7.7.2", "lodash": "^4.17.19",