Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 22, 2020
1 parent 47aa7c1 commit bb5eb9d
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/nuxt/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22)


### Features

* prepare for Nuxt 2.13 ([#529](https://github.com/nuxt/create-nuxt-app/issues/529)) ([47aa7c1](https://github.com/nuxt/create-nuxt-app/commit/47aa7c1eaf743118bb0b0d8fca78ed58bfe30b05)), closes [#509](https://github.com/nuxt/create-nuxt-app/issues/509) [#513](https://github.com/nuxt/create-nuxt-app/issues/513) [#544](https://github.com/nuxt/create-nuxt-app/issues/544) [#547](https://github.com/nuxt/create-nuxt-app/issues/547) [#540](https://github.com/nuxt/create-nuxt-app/issues/540) [#541](https://github.com/nuxt/create-nuxt-app/issues/541)





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


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

# [3.1.0](https://github.com/nuxt-community/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22)


### Features

* prepare for Nuxt 2.13 ([#529](https://github.com/nuxt-community/create-nuxt-app/issues/529)) ([47aa7c1](https://github.com/nuxt-community/create-nuxt-app/commit/47aa7c1eaf743118bb0b0d8fca78ed58bfe30b05)), closes [#509](https://github.com/nuxt-community/create-nuxt-app/issues/509) [#513](https://github.com/nuxt-community/create-nuxt-app/issues/513) [#544](https://github.com/nuxt-community/create-nuxt-app/issues/544) [#547](https://github.com/nuxt-community/create-nuxt-app/issues/547) [#540](https://github.com/nuxt-community/create-nuxt-app/issues/540) [#541](https://github.com/nuxt-community/create-nuxt-app/issues/541)





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


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

# [3.1.0](https://github.com/nuxt-community/create-nuxt-app/compare/v3.0.0...v3.1.0) (2020-06-22)


### Features

* prepare for Nuxt 2.13 ([#529](https://github.com/nuxt-community/create-nuxt-app/issues/529)) ([47aa7c1](https://github.com/nuxt-community/create-nuxt-app/commit/47aa7c1eaf743118bb0b0d8fca78ed58bfe30b05)), closes [#509](https://github.com/nuxt-community/create-nuxt-app/issues/509) [#513](https://github.com/nuxt-community/create-nuxt-app/issues/513) [#544](https://github.com/nuxt-community/create-nuxt-app/issues/544) [#547](https://github.com/nuxt-community/create-nuxt-app/issues/547) [#540](https://github.com/nuxt-community/create-nuxt-app/issues/540) [#541](https://github.com/nuxt-community/create-nuxt-app/issues/541)





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


Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-app",
"version": "3.0.0",
"version": "3.1.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": "^3.0.0",
"cna-template": "^3.1.0",
"cross-spawn": "^7.0.3",
"envinfo": "^7.5.1",
"lodash": "^4.17.15",
Expand Down

0 comments on commit bb5eb9d

Please sign in to comment.