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

Commit 2bd938d

Browse files
committed
v5.0.0
1 parent 6a76f97 commit 2bd938d

File tree

6 files changed

+74
-4
lines changed

6 files changed

+74
-4
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
# [5.0.0](https://github.com/nuxt/create-nuxt-app/compare/v4.0.0...v5.0.0) (2022-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **ava:** vue-template-compiler version conflict on require-extension-hooks-vue ([6757cb8](https://github.com/nuxt/create-nuxt-app/commit/6757cb8844a1fd50b3fd7d6efc9711363758f6e5))
12+
* **deps:** cannot find module issue ([#918](https://github.com/nuxt/create-nuxt-app/issues/918)) ([#919](https://github.com/nuxt/create-nuxt-app/issues/919)) ([d816416](https://github.com/nuxt/create-nuxt-app/commit/d816416e22ac559bdcd20c98510910c157b04eef))
13+
14+
15+
### chore
16+
17+
* drop support for Node.js 12 ([9f8b21c](https://github.com/nuxt/create-nuxt-app/commit/9f8b21ccfc9050e57ad8ac4b3c2251fcd27cbce1))
18+
19+
20+
### Features
21+
22+
* **template:** support pug template ([#960](https://github.com/nuxt/create-nuxt-app/issues/960)) ([49c7a80](https://github.com/nuxt/create-nuxt-app/commit/49c7a80070c5357b308ddea3fcb24aebd2c1bed9))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* minimum Node.js version is 14
28+
29+
30+
31+
32+
633
# [4.0.0](https://github.com/nuxt/create-nuxt-app/compare/v3.7.1...v4.0.0) (2021-12-12)
734

835

lerna.json

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

packages/cna-template/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [5.0.0](https://github.com/nuxt/create-nuxt-app/compare/v4.0.0...v5.0.0) (2022-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **ava:** vue-template-compiler version conflict on require-extension-hooks-vue ([6757cb8](https://github.com/nuxt/create-nuxt-app/commit/6757cb8844a1fd50b3fd7d6efc9711363758f6e5))
12+
* **deps:** cannot find module issue ([#918](https://github.com/nuxt/create-nuxt-app/issues/918)) ([#919](https://github.com/nuxt/create-nuxt-app/issues/919)) ([d816416](https://github.com/nuxt/create-nuxt-app/commit/d816416e22ac559bdcd20c98510910c157b04eef))
13+
14+
15+
### Features
16+
17+
* **template:** support pug template ([#960](https://github.com/nuxt/create-nuxt-app/issues/960)) ([49c7a80](https://github.com/nuxt/create-nuxt-app/commit/49c7a80070c5357b308ddea3fcb24aebd2c1bed9))
18+
19+
20+
21+
22+
623
# [4.0.0](https://github.com/nuxt/create-nuxt-app/compare/v3.7.1...v4.0.0) (2021-12-12)
724

825

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

packages/create-nuxt-app/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [5.0.0](https://github.com/nuxt/create-nuxt-app/compare/v4.0.0...v5.0.0) (2022-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **ava:** vue-template-compiler version conflict on require-extension-hooks-vue ([6757cb8](https://github.com/nuxt/create-nuxt-app/commit/6757cb8844a1fd50b3fd7d6efc9711363758f6e5))
12+
13+
14+
### chore
15+
16+
* drop support for Node.js 12 ([9f8b21c](https://github.com/nuxt/create-nuxt-app/commit/9f8b21ccfc9050e57ad8ac4b3c2251fcd27cbce1))
17+
18+
19+
### Features
20+
21+
* **template:** support pug template ([#960](https://github.com/nuxt/create-nuxt-app/issues/960)) ([49c7a80](https://github.com/nuxt/create-nuxt-app/commit/49c7a80070c5357b308ddea3fcb24aebd2c1bed9))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* minimum Node.js version is 14
27+
28+
29+
30+
31+
632
# [4.0.0](https://github.com/nuxt/create-nuxt-app/compare/v3.7.1...v4.0.0) (2021-12-12)
733

834

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": "4.0.0",
3+
"version": "5.0.0",
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.14",
1616
"chalk": "^4.1.2",
17-
"cna-template": "^4.0.0",
17+
"cna-template": "^5.0.0",
1818
"cross-spawn": "^7.0.3",
1919
"envinfo": "^7.8.1",
2020
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)