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

Commit bc34cc4

Browse files
committed
v3.5.2
1 parent dd5e880 commit bc34cc4

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.2](https://github.com/nuxt/create-nuxt-app/compare/v3.5.1...v3.5.2) (2021-01-28)
7+
8+
**Note:** Version bump only for package create-nuxt-app
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/nuxt/create-nuxt-app/compare/v3.5.0...v3.5.1) (2021-01-28)
715

816

lerna.json

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

packages/cna-template/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.2](https://github.com/nuxt/create-nuxt-app/compare/v3.5.1...v3.5.2) (2021-01-28)
7+
8+
**Note:** Version bump only for package cna-template
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/nuxt/create-nuxt-app/compare/v3.5.0...v3.5.1) (2021-01-28)
715

816

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.5.1",
3+
"version": "3.5.2",
44
"description": "Templates for Create Nuxt App.",
55
"files": [
66
"template"

packages/create-nuxt-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.2](https://github.com/nuxt/create-nuxt-app/compare/v3.5.1...v3.5.2) (2021-01-28)
7+
8+
**Note:** Version bump only for package create-nuxt-app
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/nuxt/create-nuxt-app/compare/v3.5.0...v3.5.1) (2021-01-28)
715

816

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.5.1",
3+
"version": "3.5.2",
44
"description": "Create a Nuxt.js App in seconds.",
55
"homepage": "https://github.com/nuxt/create-nuxt-app#readme",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"cac": "^6.7.1",
1616
"chalk": "^4.1.0",
17-
"cna-template": "^3.5.1",
17+
"cna-template": "^3.5.2",
1818
"cross-spawn": "^7.0.3",
1919
"envinfo": "^7.7.3",
2020
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)