This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 6 files changed +60
-4
lines changed
6 files changed +60
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.0.0] ( https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0 ) (2020-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** ava:** expect vm truthy as vue instance assertion ([ 46594db] ( https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850 ) )
12
+ * ** jest:** downgrate vue-jest to v3 ([ 8a75b51] ( https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89 ) )
13
+ * ** prettier:** add stylelint-config-prettier ([ 50aa285] ( https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** template:** remove dotenv module ([ #544 ] ( https://github.com/nuxt/create-nuxt-app/issues/544 ) ) ([ ba93891] ( https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d ) )
19
+ * add content module ([ #540 ] ( https://github.com/nuxt/create-nuxt-app/issues/540 ) ) ([ 9aba2f6] ( https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40 ) )
20
+
21
+
22
+
23
+
24
+
6
25
# [ 2.16.0] ( https://github.com/nuxt/create-nuxt-app/compare/v2.15.0...v2.16.0 ) (2020-05-18)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.16 .0" ,
2
+ "version" : " 3.0 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"packages" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.0.0] ( https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0 ) (2020-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** ava:** expect vm truthy as vue instance assertion ([ 46594db] ( https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850 ) )
12
+ * ** jest:** downgrate vue-jest to v3 ([ 8a75b51] ( https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89 ) )
13
+ * ** prettier:** add stylelint-config-prettier ([ 50aa285] ( https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** template:** remove dotenv module ([ #544 ] ( https://github.com/nuxt/create-nuxt-app/issues/544 ) ) ([ ba93891] ( https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d ) )
19
+ * add content module ([ #540 ] ( https://github.com/nuxt/create-nuxt-app/issues/540 ) ) ([ 9aba2f6] ( https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40 ) )
20
+
21
+
22
+
23
+
24
+
6
25
# [ 2.16.0] ( https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0 ) (2020-05-18)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cna-template" ,
3
- "version" : " 2.16 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Templates for Create Nuxt App." ,
5
5
"files" : [
6
6
" template"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.0.0] ( https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0 ) (2020-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** jest:** downgrate vue-jest to v3 ([ 8a75b51] ( https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89 ) )
12
+ * ** prettier:** add stylelint-config-prettier ([ 50aa285] ( https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** template:** remove dotenv module ([ #544 ] ( https://github.com/nuxt/create-nuxt-app/issues/544 ) ) ([ ba93891] ( https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d ) )
18
+ * add content module ([ #540 ] ( https://github.com/nuxt/create-nuxt-app/issues/540 ) ) ([ 9aba2f6] ( https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40 ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 2.16.0] ( https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0 ) (2020-05-18)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-nuxt-app" ,
3
- "version" : " 2.16 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Create a Nuxt.js App in seconds." ,
5
5
"bin" : " lib/cli.js" ,
6
6
"files" : [
9
9
"dependencies" : {
10
10
"cac" : " ^6.5.10" ,
11
11
"chalk" : " ^4.1.0" ,
12
- "cna-template" : " ^2.16 .0" ,
12
+ "cna-template" : " ^3.0 .0" ,
13
13
"cross-spawn" : " ^7.0.3" ,
14
14
"envinfo" : " ^7.5.1" ,
15
15
"lodash" : " ^4.17.15" ,
You can’t perform that action at this time.
0 commit comments