This commit is contained in:
pooya parsa 2019-02-06 19:26:54 +03:30
parent 889b307111
commit 13e494c0f0
28 changed files with 179 additions and 43 deletions

View File

@ -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.
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
### Bug Fixes
* await buildDone hook ([#4955](https://github.com/nuxt/nuxt.js/issues/4955)) ([f40f3f9](https://github.com/nuxt/nuxt.js/commit/f40f3f9))
* serialize external function ([#4916](https://github.com/nuxt/nuxt.js/issues/4916)) ([14f43da](https://github.com/nuxt/nuxt.js/commit/14f43da))
* update terser-webpack-plugin to 1.2.2 ([b1a5a19](https://github.com/nuxt/nuxt.js/commit/b1a5a19))
* update webpack to 4.29.1 ([95ef1d4](https://github.com/nuxt/nuxt.js/commit/95ef1d4))
### Features
* **module:** support src as a function in addModule ([#4956](https://github.com/nuxt/nuxt.js/issues/4956)) ([e2c811a](https://github.com/nuxt/nuxt.js/commit/e2c811a))
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package nuxt.js

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package nuxt-legacy
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package nuxt-legacy

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-legacy",
"version": "2.4.2",
"version": "2.4.3",
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
"keywords": [
"nuxt",
@ -54,12 +54,12 @@
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"@nuxt/builder": "2.4.2",
"@nuxt/cli": "2.4.2",
"@nuxt/core": "2.4.2",
"@nuxt/generator": "2.4.2",
"@nuxt/builder": "2.4.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/webpack": "2.4.2"
"@nuxt/webpack": "2.4.3"
},
"engines": {
"node": ">=6.0.0",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package nuxt-start
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package nuxt-start

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.4.2",
"version": "2.4.3",
"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.4.2",
"@nuxt/core": "2.4.2",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"vue": "^2.5.22",
"vue-meta": "^1.5.8",
"vue-no-ssr": "^1.1.1",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package nuxt-ts
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package nuxt-ts

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-ts",
"version": "2.4.2",
"version": "2.4.3",
"description": "Nuxt With Runtime Typescript Support",
"keywords": [
"nuxt",
@ -56,13 +56,13 @@
"nuxts": "bin/nuxt-ts.js"
},
"dependencies": {
"@nuxt/builder": "2.4.2",
"@nuxt/cli": "2.4.2",
"@nuxt/core": "2.4.2",
"@nuxt/generator": "2.4.2",
"@nuxt/builder": "2.4.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/typescript": "2.4.2",
"@nuxt/webpack": "2.4.2"
"@nuxt/webpack": "2.4.3"
},
"engines": {
"node": ">=6.0.0",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package nuxt
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package nuxt

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.4.2",
"version": "2.4.3",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
@ -54,12 +54,12 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/builder": "2.4.2",
"@nuxt/cli": "2.4.2",
"@nuxt/core": "2.4.2",
"@nuxt/generator": "2.4.2",
"@nuxt/builder": "2.4.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/webpack": "2.4.2"
"@nuxt/webpack": "2.4.3"
},
"engines": {
"node": ">=8.0.0",

View File

@ -1,5 +1,5 @@
{
"version": "2.4.2",
"version": "2.4.3",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package @nuxt/builder
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/builder

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -9,7 +9,7 @@
"main": "dist/builder.js",
"dependencies": {
"@nuxt/devalue": "^1.2.0",
"@nuxt/utils": "2.4.2",
"@nuxt/utils": "2.4.3",
"@nuxt/vue-app": "2.4.2",
"chokidar": "^2.0.4",
"consola": "^2.3.2",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package @nuxt/cli
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/cli

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,7 +12,7 @@
"nuxt-cli": "bin/nuxt-cli.js"
},
"dependencies": {
"@nuxt/config": "2.4.2",
"@nuxt/config": "2.4.3",
"boxen": "^2.1.0",
"chalk": "^2.4.2",
"consola": "^2.3.2",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package @nuxt/config
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/config

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/config.js",
"dependencies": {
"@nuxt/utils": "2.4.2",
"@nuxt/utils": "2.4.3",
"consola": "^2.3.2",
"std-env": "^2.2.1"
},

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
### Features
* **module:** support src as a function in addModule ([#4956](https://github.com/nuxt/nuxt.js/issues/4956)) ([e2c811a](https://github.com/nuxt/nuxt.js/commit/e2c811a))
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/core

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/core",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,11 +8,11 @@
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/config": "2.4.2",
"@nuxt/config": "2.4.3",
"@nuxt/devalue": "^1.2.0",
"@nuxt/server": "2.4.2",
"@nuxt/utils": "2.4.2",
"@nuxt/vue-renderer": "2.4.2",
"@nuxt/server": "2.4.3",
"@nuxt/utils": "2.4.3",
"@nuxt/vue-renderer": "2.4.3",
"consola": "^2.3.2",
"debug": "^4.1.1",
"esm": "^3.1.4",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package @nuxt/generator
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/generator

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/utils": "2.4.2",
"@nuxt/utils": "2.4.3",
"chalk": "^2.4.2",
"consola": "^2.3.2",
"fs-extra": "^7.0.1",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
### Bug Fixes
* await buildDone hook ([#4955](https://github.com/nuxt/nuxt.js/issues/4955)) ([f40f3f9](https://github.com/nuxt/nuxt.js/commit/f40f3f9))
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/server

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/server",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/config": "2.4.2",
"@nuxt/utils": "2.4.2",
"@nuxt/config": "2.4.3",
"@nuxt/utils": "2.4.3",
"@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.2",
"compression": "^1.7.3",

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
### Bug Fixes
* serialize external function ([#4916](https://github.com/nuxt/nuxt.js/issues/4916)) ([14f43da](https://github.com/nuxt/nuxt.js/commit/14f43da))
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/utils

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/utils",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [

View File

@ -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.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
**Note:** Version bump only for package @nuxt/vue-renderer
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/vue-renderer

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -9,7 +9,7 @@
"main": "dist/vue-renderer.js",
"dependencies": {
"@nuxt/devalue": "^1.2.0",
"@nuxt/utils": "2.4.2",
"@nuxt/utils": "2.4.3",
"consola": "^2.3.2",
"fs-extra": "^7.0.1",
"lru-cache": "^5.1.1",

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)
### Bug Fixes
* update terser-webpack-plugin to 1.2.2 ([b1a5a19](https://github.com/nuxt/nuxt.js/commit/b1a5a19))
* update webpack to 4.29.1 ([95ef1d4](https://github.com/nuxt/nuxt.js/commit/95ef1d4))
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
**Note:** Version bump only for package @nuxt/webpack

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.4.2",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,7 +12,7 @@
"@babel/polyfill": "^7.2.5",
"@nuxt/babel-preset-app": "2.4.2",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.4.2",
"@nuxt/utils": "2.4.3",
"babel-loader": "^8.0.5",
"cache-loader": "^2.0.1",
"caniuse-lite": "^1.0.30000932",