This commit is contained in:
pooya parsa 2019-02-26 14:20:41 +03:30
commit 83db959506
31 changed files with 209 additions and 49 deletions

View File

@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.4.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **deps:** update serve-placeholder and esm ([#4970](https://github.com/nuxt/nuxt.js/issues/4970)) ([111455f](https://github.com/nuxt/nuxt.js/commit/111455f))
* **hotfix:** preload modern resource in spa modern mode ([#5043](https://github.com/nuxt/nuxt.js/issues/5043)) ([3516580](https://github.com/nuxt/nuxt.js/commit/3516580))
* **nuxt-ts:** error catch in nuxt-ts binary ([#5086](https://github.com/nuxt/nuxt.js/issues/5086)) ([4f887f6](https://github.com/nuxt/nuxt.js/commit/4f887f6))
* **types:** reflect chainlable NuxtLoading methods ([#5104](https://github.com/nuxt/nuxt.js/issues/5104)) ([66273f4](https://github.com/nuxt/nuxt.js/commit/66273f4))
* **vue-app:** fix `asyncData` memory leak on client-side ([#4966](https://github.com/nuxt/nuxt.js/issues/4966)) ([4086800](https://github.com/nuxt/nuxt.js/commit/4086800))
* **vue-app:** use browser to handle scrolling position on page reload and back-navigation from other sites ([#5080](https://github.com/nuxt/nuxt.js/issues/5080)) ([7001312](https://github.com/nuxt/nuxt.js/commit/7001312))
* bundle resources other than js(x)/json in node_modules ([#4913](https://github.com/nuxt/nuxt.js/issues/4913)) ([71a70fe](https://github.com/nuxt/nuxt.js/commit/71a70fe))
* dont force exit when it was explicitly disabled ([#4973](https://github.com/nuxt/nuxt.js/issues/4973)) ([4b82aa9](https://github.com/nuxt/nuxt.js/commit/4b82aa9))
* **vue-app:** fix `getNuxtChildComponents` method ([#4969](https://github.com/nuxt/nuxt.js/issues/4969)) ([dbf7099](https://github.com/nuxt/nuxt.js/commit/dbf7099))
### Features
* show warning on forced exit ([#4958](https://github.com/nuxt/nuxt.js/issues/4958)) ([3d2deac](https://github.com/nuxt/nuxt.js/commit/3d2deac))
* upgrade to jest 24 ([#4868](https://github.com/nuxt/nuxt.js/issues/4868)) ([b8ddfe9](https://github.com/nuxt/nuxt.js/commit/b8ddfe9))
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)

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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package nuxt-legacy
## [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

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-legacy",
"version": "2.4.3",
"version": "2.4.5",
"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.4",
"@babel/register": "^7.0.0",
"@nuxt/builder": "2.4.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/builder": "2.4.5",
"@nuxt/cli": "2.4.5",
"@nuxt/core": "2.4.5",
"@nuxt/generator": "2.4.5",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/webpack": "2.4.3"
"@nuxt/webpack": "2.4.5"
},
"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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package nuxt-start
## [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

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.4.3",
"version": "2.4.5",
"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.3",
"@nuxt/core": "2.4.3",
"@nuxt/cli": "2.4.5",
"@nuxt/core": "2.4.5",
"node-fetch": "^2.3.0",
"vue": "^2.6.7",
"vue-meta": "^1.5.8",

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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **nuxt-ts:** error catch in nuxt-ts binary ([#5086](https://github.com/nuxt/nuxt.js/issues/5086)) ([4f887f6](https://github.com/nuxt/nuxt.js/commit/4f887f6))
## [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

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-ts",
"version": "2.4.3",
"version": "2.4.5",
"description": "Nuxt With Runtime Typescript Support",
"keywords": [
"nuxt",
@ -56,13 +56,13 @@
"nuxts": "bin/nuxt-ts.js"
},
"dependencies": {
"@nuxt/builder": "2.4.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/builder": "2.4.5",
"@nuxt/cli": "2.4.5",
"@nuxt/core": "2.4.5",
"@nuxt/generator": "2.4.5",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/typescript": "2.4.3",
"@nuxt/webpack": "2.4.3"
"@nuxt/typescript": "2.4.5",
"@nuxt/webpack": "2.4.5"
},
"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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package nuxt
## [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

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.4.3",
"version": "2.4.5",
"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.3",
"@nuxt/cli": "2.4.3",
"@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3",
"@nuxt/builder": "2.4.5",
"@nuxt/cli": "2.4.5",
"@nuxt/core": "2.4.5",
"@nuxt/generator": "2.4.5",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/webpack": "2.4.3"
"@nuxt/webpack": "2.4.5"
},
"engines": {
"node": ">=8.0.0",

View File

@ -1,5 +1,5 @@
{
"version": "2.4.3",
"version": "2.4.5",
"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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package @nuxt/babel-preset-app
## [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/babel-preset-app

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/babel-preset-app",
"version": "2.4.3",
"version": "2.4.5",
"description": "babel-preset-app for nuxt.js",
"repository": "nuxt/nuxt.js",
"license": "MIT",

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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package @nuxt/builder
## [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

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.4.3",
"version": "2.4.5",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -9,8 +9,8 @@
"main": "dist/builder.js",
"dependencies": {
"@nuxt/devalue": "^1.2.0",
"@nuxt/utils": "2.4.3",
"@nuxt/vue-app": "2.4.3",
"@nuxt/utils": "2.4.5",
"@nuxt/vue-app": "2.4.5",
"chokidar": "^2.1.2",
"consola": "^2.5.6",
"fs-extra": "^7.0.1",

View File

@ -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.
## [2.4.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **nuxt-ts:** error catch in nuxt-ts binary ([#5086](https://github.com/nuxt/nuxt.js/issues/5086)) ([4f887f6](https://github.com/nuxt/nuxt.js/commit/4f887f6))
* dont force exit when it was explicitly disabled ([#4973](https://github.com/nuxt/nuxt.js/issues/4973)) ([4b82aa9](https://github.com/nuxt/nuxt.js/commit/4b82aa9))
* **deps:** update serve-placeholder and esm ([#4970](https://github.com/nuxt/nuxt.js/issues/4970)) ([111455f](https://github.com/nuxt/nuxt.js/commit/111455f))
### Features
* show warning on forced exit ([#4958](https://github.com/nuxt/nuxt.js/issues/4958)) ([3d2deac](https://github.com/nuxt/nuxt.js/commit/3d2deac))
## [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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.4.3",
"version": "2.4.5",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/config.js",
"dependencies": {
"@nuxt/utils": "2.4.3",
"@nuxt/utils": "2.4.5",
"consola": "^2.5.6",
"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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **deps:** update serve-placeholder and esm ([#4970](https://github.com/nuxt/nuxt.js/issues/4970)) ([111455f](https://github.com/nuxt/nuxt.js/commit/111455f))
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.4.3",
"version": "2.4.5",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/utils": "2.4.3",
"@nuxt/utils": "2.4.5",
"chalk": "^2.4.2",
"consola": "^2.5.6",
"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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **deps:** update serve-placeholder and esm ([#4970](https://github.com/nuxt/nuxt.js/issues/4970)) ([111455f](https://github.com/nuxt/nuxt.js/commit/111455f))
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)

View File

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

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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
**Note:** Version bump only for package @nuxt/typescript
## [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/typescript

View File

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

View File

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

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.4.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **types:** reflect chainlable NuxtLoading methods ([#5104](https://github.com/nuxt/nuxt.js/issues/5104)) ([66273f4](https://github.com/nuxt/nuxt.js/commit/66273f4))
* **vue-app:** fix `asyncData` memory leak on client-side ([#4966](https://github.com/nuxt/nuxt.js/issues/4966)) ([4086800](https://github.com/nuxt/nuxt.js/commit/4086800))
* **vue-app:** fix `getNuxtChildComponents` method ([#4969](https://github.com/nuxt/nuxt.js/issues/4969)) ([dbf7099](https://github.com/nuxt/nuxt.js/commit/dbf7099))
* **vue-app:** use browser to handle scrolling position on page reload and back-navigation from other sites ([#5080](https://github.com/nuxt/nuxt.js/issues/5080)) ([7001312](https://github.com/nuxt/nuxt.js/commit/7001312))
## [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-app

View File

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

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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* **hotfix:** preload modern resource in spa modern mode ([#5043](https://github.com/nuxt/nuxt.js/issues/5043)) ([3516580](https://github.com/nuxt/nuxt.js/commit/3516580))
## [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

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.4.3",
"version": "2.4.5",
"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.3",
"@nuxt/utils": "2.4.5",
"consola": "^2.5.6",
"fs-extra": "^7.0.1",
"lru-cache": "^5.1.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.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26)
### Bug Fixes
* bundle resources other than js(x)/json in node_modules ([#4913](https://github.com/nuxt/nuxt.js/issues/4913)) ([71a70fe](https://github.com/nuxt/nuxt.js/commit/71a70fe))
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.4.3",
"version": "2.4.5",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -10,9 +10,9 @@
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@nuxt/babel-preset-app": "2.4.3",
"@nuxt/babel-preset-app": "2.4.5",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.4.3",
"@nuxt/utils": "2.4.5",
"babel-loader": "^8.0.5",
"cache-loader": "^2.0.1",
"caniuse-lite": "^1.0.30000939",