From c0776eb2d78f839d2b1249765d2eb117b5f32d2e Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 4 Apr 2019 22:28:06 +0430 Subject: [PATCH] v2.6.1 --- CHANGELOG.md | 11 +++++++++++ distributions/nuxt-start/CHANGELOG.md | 8 ++++++++ distributions/nuxt-start/package.json | 6 +++--- distributions/nuxt-ts/CHANGELOG.md | 8 ++++++++ distributions/nuxt-ts/package.json | 14 +++++++------- distributions/nuxt/CHANGELOG.md | 8 ++++++++ distributions/nuxt/package.json | 12 ++++++------ lerna.json | 2 +- packages/babel-preset-app/CHANGELOG.md | 8 ++++++++ packages/babel-preset-app/package.json | 2 +- packages/builder/CHANGELOG.md | 8 ++++++++ packages/builder/package.json | 6 +++--- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 6 +++--- packages/config/CHANGELOG.md | 8 ++++++++ packages/config/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 10 +++++----- packages/generator/CHANGELOG.md | 8 ++++++++ packages/generator/package.json | 4 ++-- packages/server/CHANGELOG.md | 8 ++++++++ packages/server/package.json | 6 +++--- packages/typescript/CHANGELOG.md | 8 ++++++++ packages/typescript/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- packages/vue-app/CHANGELOG.md | 8 ++++++++ packages/vue-app/package.json | 2 +- packages/vue-renderer/CHANGELOG.md | 8 ++++++++ packages/vue-renderer/package.json | 4 ++-- packages/webpack/CHANGELOG.md | 8 ++++++++ packages/webpack/package.json | 6 +++--- 32 files changed, 181 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b820e854..42579cca7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + + +### Bug Fixes + +* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5)) + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/distributions/nuxt-start/CHANGELOG.md b/distributions/nuxt-start/CHANGELOG.md index 59b6db496c..9ba38a454d 100644 --- a/distributions/nuxt-start/CHANGELOG.md +++ b/distributions/nuxt-start/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package nuxt-start + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) **Note:** Version bump only for package nuxt-start diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 2853f43d16..fe1ee60c4f 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-start", - "version": "2.6.0", + "version": "2.6.1", "description": "Starts Nuxt.js Application in production mode", "keywords": [ "nuxt", @@ -52,8 +52,8 @@ "main": "dist/nuxt-start.js", "bin": "bin/nuxt-start.js", "dependencies": { - "@nuxt/cli": "2.6.0", - "@nuxt/core": "2.6.0", + "@nuxt/cli": "2.6.1", + "@nuxt/core": "2.6.1", "node-fetch": "^2.3.0", "vue": "^2.6.10", "vue-meta": "^1.6.0", diff --git a/distributions/nuxt-ts/CHANGELOG.md b/distributions/nuxt-ts/CHANGELOG.md index 023578c974..9a212f6b65 100644 --- a/distributions/nuxt-ts/CHANGELOG.md +++ b/distributions/nuxt-ts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package nuxt-ts + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) **Note:** Version bump only for package nuxt-ts diff --git a/distributions/nuxt-ts/package.json b/distributions/nuxt-ts/package.json index e1b82be4be..4c46da26cf 100644 --- a/distributions/nuxt-ts/package.json +++ b/distributions/nuxt-ts/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-ts", - "version": "2.6.0", + "version": "2.6.1", "description": "Nuxt With Runtime Typescript Support", "keywords": [ "nuxt", @@ -56,14 +56,14 @@ "nuxts": "bin/nuxt-ts.js" }, "dependencies": { - "@nuxt/builder": "2.6.0", - "@nuxt/cli": "2.6.0", - "@nuxt/core": "2.6.0", - "@nuxt/generator": "2.6.0", + "@nuxt/builder": "2.6.1", + "@nuxt/cli": "2.6.1", + "@nuxt/core": "2.6.1", + "@nuxt/generator": "2.6.1", "@nuxt/loading-screen": "^0.2.0", "@nuxt/opencollective": "^0.2.2", - "@nuxt/typescript": "2.6.0", - "@nuxt/webpack": "2.6.0" + "@nuxt/typescript": "2.6.1", + "@nuxt/webpack": "2.6.1" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/CHANGELOG.md b/distributions/nuxt/CHANGELOG.md index cac4df4b20..231f2d8a75 100644 --- a/distributions/nuxt/CHANGELOG.md +++ b/distributions/nuxt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package nuxt + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) **Note:** Version bump only for package nuxt diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index c321c8b6cb..6e794ccf1b 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "2.6.0", + "version": "2.6.1", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "keywords": [ "nuxt", @@ -54,13 +54,13 @@ "postinstall": "opencollective || exit 0" }, "dependencies": { - "@nuxt/builder": "2.6.0", - "@nuxt/cli": "2.6.0", - "@nuxt/core": "2.6.0", - "@nuxt/generator": "2.6.0", + "@nuxt/builder": "2.6.1", + "@nuxt/cli": "2.6.1", + "@nuxt/core": "2.6.1", + "@nuxt/generator": "2.6.1", "@nuxt/loading-screen": "^0.2.0", "@nuxt/opencollective": "^0.2.2", - "@nuxt/webpack": "2.6.0" + "@nuxt/webpack": "2.6.1" }, "engines": { "node": ">=8.0.0", diff --git a/lerna.json b/lerna.json index 3bfe824d8f..d3e86a5304 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.6.0", + "version": "2.6.1", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/babel-preset-app/CHANGELOG.md b/packages/babel-preset-app/CHANGELOG.md index af96ee806d..1bb29c53f8 100644 --- a/packages/babel-preset-app/CHANGELOG.md +++ b/packages/babel-preset-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/babel-preset-app + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index 17a1aa14ab..d92396de8d 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/babel-preset-app", - "version": "2.6.0", + "version": "2.6.1", "description": "babel-preset-app for nuxt.js", "repository": "nuxt/nuxt.js", "license": "MIT", diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 841d5b04f2..ae5b36c610 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/builder + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/builder/package.json b/packages/builder/package.json index 4af69e8923..00e2cbf8c3 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/builder", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,8 +9,8 @@ "main": "dist/builder.js", "dependencies": { "@nuxt/devalue": "^1.2.2", - "@nuxt/utils": "2.6.0", - "@nuxt/vue-app": "2.6.0", + "@nuxt/utils": "2.6.1", + "@nuxt/vue-app": "2.6.1", "chokidar": "^2.1.5", "consola": "^2.5.8", "fs-extra": "^7.0.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a32b820b61..288a5dd47d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + + +### Bug Fixes + +* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5)) + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0f3d6dce44..427b642fd6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/cli", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,8 +12,8 @@ "nuxt-cli": "bin/nuxt-cli.js" }, "dependencies": { - "@nuxt/config": "2.6.0", - "@nuxt/utils": "2.6.0", + "@nuxt/config": "2.6.1", + "@nuxt/utils": "2.6.1", "boxen": "^3.0.0", "chalk": "^2.4.2", "consola": "^2.5.8", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 5d27820e37..76a1035764 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/config + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/config/package.json b/packages/config/package.json index fb713fe39a..fc9633a958 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/config", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -10,7 +10,7 @@ "main": "dist/config.js", "typings": "types/index.d.ts", "dependencies": { - "@nuxt/utils": "2.6.0", + "@nuxt/utils": "2.6.1", "consola": "^2.5.8", "std-env": "^2.2.1" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 65c6a064bb..6a28b8bbad 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + + +### Bug Fixes + +* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5)) + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/core/package.json b/packages/core/package.json index 1594b660ab..85cd25725c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/core", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,11 +8,11 @@ ], "main": "dist/core.js", "dependencies": { - "@nuxt/config": "2.6.0", + "@nuxt/config": "2.6.1", "@nuxt/devalue": "^1.2.2", - "@nuxt/server": "2.6.0", - "@nuxt/utils": "2.6.0", - "@nuxt/vue-renderer": "2.6.0", + "@nuxt/server": "2.6.1", + "@nuxt/utils": "2.6.1", + "@nuxt/vue-renderer": "2.6.1", "consola": "^2.5.8", "debug": "^4.1.1", "esm": "3.2.20", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 876e5ea0b2..65a4d9a0af 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/generator + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) **Note:** Version bump only for package @nuxt/generator diff --git a/packages/generator/package.json b/packages/generator/package.json index 4082c48c6b..4226577022 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/generator", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/generator.js", "dependencies": { - "@nuxt/utils": "2.6.0", + "@nuxt/utils": "2.6.1", "chalk": "^2.4.2", "consola": "^2.5.8", "fs-extra": "^7.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 114d486ff0..ffb6bbf1f1 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/server + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) **Note:** Version bump only for package @nuxt/server diff --git a/packages/server/package.json b/packages/server/package.json index fa587be697..768c2f5565 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/server", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/server.js", "dependencies": { - "@nuxt/config": "2.6.0", - "@nuxt/utils": "2.6.0", + "@nuxt/config": "2.6.1", + "@nuxt/utils": "2.6.1", "@nuxtjs/youch": "^4.2.3", "chalk": "^2.4.2", "compression": "^1.7.4", diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 0ced85e27a..c4720d0cd9 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/typescript + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 7b6bb8ab48..3744bf29b7 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 932e18c299..d12714dd39 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/utils + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/utils/package.json b/packages/utils/package.json index 55c6a63abe..25a4bb3cff 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/utils", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-app/CHANGELOG.md b/packages/vue-app/CHANGELOG.md index ea1ee7f128..443cf29e4b 100644 --- a/packages/vue-app/CHANGELOG.md +++ b/packages/vue-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/vue-app + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 6c017c2934..a7d24dfa31 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-app", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-renderer/CHANGELOG.md b/packages/vue-renderer/CHANGELOG.md index 490ce2c9c4..ea73a611a6 100644 --- a/packages/vue-renderer/CHANGELOG.md +++ b/packages/vue-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/vue-renderer + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 59da0fcf50..e4d9dca1f4 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-renderer", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,7 +9,7 @@ "main": "dist/vue-renderer.js", "dependencies": { "@nuxt/devalue": "^1.2.2", - "@nuxt/utils": "2.6.0", + "@nuxt/utils": "2.6.1", "consola": "^2.5.8", "fs-extra": "^7.0.1", "lru-cache": "^5.1.1", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 2b029547bf..67d81e630b 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04) + +**Note:** Version bump only for package @nuxt/webpack + + + + + # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index fced835337..fdff0b17a5 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack", - "version": "2.6.0", + "version": "2.6.1", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,9 +9,9 @@ "main": "dist/webpack.js", "dependencies": { "@babel/core": "^7.4.3", - "@nuxt/babel-preset-app": "2.6.0", + "@nuxt/babel-preset-app": "2.6.1", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0", - "@nuxt/utils": "2.6.0", + "@nuxt/utils": "2.6.1", "babel-loader": "^8.0.5", "cache-loader": "^2.0.1", "caniuse-lite": "^1.0.30000957",