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

Commit 5cbb24f

Browse files
committed
v3.7.1
1 parent 4ce06e6 commit 5cbb24f

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.1](https://github.com/nuxt/create-nuxt-app/compare/v3.7.0...v3.7.1) (2021-06-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint:** no babel config file detected ([#806](https://github.com/nuxt/create-nuxt-app/issues/806)) ([4ce06e6](https://github.com/nuxt/create-nuxt-app/commit/4ce06e62aa666de9071c69d7fd17439669b55c46))
12+
13+
14+
15+
16+
617
# [3.7.0](https://github.com/nuxt/create-nuxt-app/compare/v3.6.0...v3.7.0) (2021-06-27)
718

819

Diff for: lerna.json

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

Diff for: packages/cna-template/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.1](https://github.com/nuxt/create-nuxt-app/compare/v3.7.0...v3.7.1) (2021-06-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint:** no babel config file detected ([#806](https://github.com/nuxt/create-nuxt-app/issues/806)) ([4ce06e6](https://github.com/nuxt/create-nuxt-app/commit/4ce06e62aa666de9071c69d7fd17439669b55c46))
12+
13+
14+
15+
16+
617
# [3.7.0](https://github.com/nuxt/create-nuxt-app/compare/v3.6.0...v3.7.0) (2021-06-27)
718

819

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

Diff for: 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.7.1](https://github.com/nuxt/create-nuxt-app/compare/v3.7.0...v3.7.1) (2021-06-29)
7+
8+
**Note:** Version bump only for package create-nuxt-app
9+
10+
11+
12+
13+
614
# [3.7.0](https://github.com/nuxt/create-nuxt-app/compare/v3.6.0...v3.7.0) (2021-06-27)
715

816

Diff for: 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.7.0",
3+
"version": "3.7.1",
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.3",
1616
"chalk": "^4.1.1",
17-
"cna-template": "^3.7.0",
17+
"cna-template": "^3.7.1",
1818
"cross-spawn": "^7.0.3",
1919
"envinfo": "^7.8.1",
2020
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)