Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit aa20e56

Browse files
committed
v3.4.0
1 parent 4947e32 commit aa20e56

File tree

7 files changed

+52
-4
lines changed

7 files changed

+52
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### Features
15+
16+
* 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))
17+
18+
19+
20+
21+
622
# [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.0",
2+
"version": "3.4.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cna-template/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### Features
15+
16+
* 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))
17+
18+
19+
20+
21+
622
# [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17)
723

824

packages/cna-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cna-template",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Templates for Create Nuxt App.",
55
"files": [
66
"template"

packages/create-nuxt-app/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.4.0](https://github.com/nuxt/create-nuxt-app/compare/v3.3.0...v3.4.0) (2020-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### Features
15+
16+
* 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))
17+
18+
19+
20+
21+
622
# [3.3.0](https://github.com/nuxt/create-nuxt-app/compare/v3.2.0...v3.3.0) (2020-09-17)
723

824

packages/create-nuxt-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-app",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Create a Nuxt.js App in seconds.",
55
"bin": "lib/cli.js",
66
"files": [
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"cac": "^6.6.1",
1111
"chalk": "^4.1.0",
12-
"cna-template": "^3.3.0",
12+
"cna-template": "^3.4.0",
1313
"cross-spawn": "^7.0.3",
1414
"envinfo": "^7.7.3",
1515
"lodash": "^4.17.20",
Binary file not shown.

0 commit comments

Comments
 (0)