Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jun 18, 2020
1 parent 5e28aed commit e29eebf
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18)


### Bug Fixes

* **ava:** expect vm truthy as vue instance assertion ([46594db](https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850))
* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89))
* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d))


### Features

* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d))
* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40))





# [2.16.0](https://github.com/nuxt/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "2.16.0",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
19 changes: 19 additions & 0 deletions packages/cna-template/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18)


### Bug Fixes

* **ava:** expect vm truthy as vue instance assertion ([46594db](https://github.com/nuxt/create-nuxt-app/commit/46594dbb35eefe4684adb3eb1a3f6b647d7c9850))
* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89))
* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d))


### Features

* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d))
* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40))





# [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cna-template/package.json
@@ -1,6 +1,6 @@
{
"name": "cna-template",
"version": "2.16.0",
"version": "3.0.0",
"description": "Templates for Create Nuxt App.",
"files": [
"template"
Expand Down
18 changes: 18 additions & 0 deletions packages/create-nuxt-app/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/nuxt/create-nuxt-app/compare/v2.16.0...v3.0.0) (2020-06-18)


### Bug Fixes

* **jest:** downgrate vue-jest to v3 ([8a75b51](https://github.com/nuxt/create-nuxt-app/commit/8a75b51986ff7aa5dd4fb4135b5991b723594f89))
* **prettier:** add stylelint-config-prettier ([50aa285](https://github.com/nuxt/create-nuxt-app/commit/50aa2851f80fc177add7185d485758dceca29d7d))


### Features

* **template:** remove dotenv module ([#544](https://github.com/nuxt/create-nuxt-app/issues/544)) ([ba93891](https://github.com/nuxt/create-nuxt-app/commit/ba938913bab21a96f29678c91897a6294003f32d))
* add content module ([#540](https://github.com/nuxt/create-nuxt-app/issues/540)) ([9aba2f6](https://github.com/nuxt/create-nuxt-app/commit/9aba2f692e716e7e0e027cca447fa2c260df2a40))





# [2.16.0](https://github.com/nuxt-community/create-nuxt-app/compare/v2.15.0...v2.16.0) (2020-05-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-app",
"version": "2.16.0",
"version": "3.0.0",
"description": "Create a Nuxt.js App in seconds.",
"bin": "lib/cli.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"cac": "^6.5.10",
"chalk": "^4.1.0",
"cna-template": "^2.16.0",
"cna-template": "^3.0.0",
"cross-spawn": "^7.0.3",
"envinfo": "^7.5.1",
"lodash": "^4.17.15",
Expand Down

0 comments on commit e29eebf

Please sign in to comment.