This commit is contained in:
pooya parsa 2019-03-22 02:18:39 +04:30
parent 20c140b0dc
commit 5d7757bf29
32 changed files with 186 additions and 44 deletions

View File

@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
### Bug Fixes
* apply default lock options before setting lock ([#5320](https://github.com/nuxt/nuxt.js/issues/5320)) ([7c24280](https://github.com/nuxt/nuxt.js/commit/7c24280))
* remove consola.debug for hooks ([#5318](https://github.com/nuxt/nuxt.js/issues/5318)) ([9ff01f9](https://github.com/nuxt/nuxt.js/commit/9ff01f9))
* **ts:** wrong export used in render.d.ts ([#5309](https://github.com/nuxt/nuxt.js/issues/5309)) ([e67b298](https://github.com/nuxt/nuxt.js/commit/e67b298))
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package nuxt-start
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.5.0",
"version": "2.5.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.5.0",
"@nuxt/core": "2.5.0",
"@nuxt/cli": "2.5.1",
"@nuxt/core": "2.5.1",
"node-fetch": "^2.3.0",
"vue": "^2.6.10",
"vue-meta": "^1.5.8",

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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package nuxt-ts
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-ts",
"version": "2.5.0",
"version": "2.5.1",
"description": "Nuxt With Runtime Typescript Support",
"keywords": [
"nuxt",
@ -56,14 +56,14 @@
"nuxts": "bin/nuxt-ts.js"
},
"dependencies": {
"@nuxt/builder": "2.5.0",
"@nuxt/cli": "2.5.0",
"@nuxt/core": "2.5.0",
"@nuxt/generator": "2.5.0",
"@nuxt/builder": "2.5.1",
"@nuxt/cli": "2.5.1",
"@nuxt/core": "2.5.1",
"@nuxt/generator": "2.5.1",
"@nuxt/loading-screen": "^0.1.2",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/typescript": "2.5.0",
"@nuxt/webpack": "2.5.0"
"@nuxt/typescript": "2.5.1",
"@nuxt/webpack": "2.5.1"
},
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package nuxt
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.5.0",
"version": "2.5.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.5.0",
"@nuxt/cli": "2.5.0",
"@nuxt/core": "2.5.0",
"@nuxt/generator": "2.5.0",
"@nuxt/builder": "2.5.1",
"@nuxt/cli": "2.5.1",
"@nuxt/core": "2.5.1",
"@nuxt/generator": "2.5.1",
"@nuxt/loading-screen": "^0.1.2",
"@nuxt/opencollective": "^0.2.1",
"@nuxt/webpack": "2.5.0"
"@nuxt/webpack": "2.5.1"
},
"engines": {
"node": ">=8.0.0",

View File

@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.5.1",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/babel-preset-app
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/babel-preset-app",
"version": "2.5.0",
"version": "2.5.1",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/builder
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.5.0",
"version": "2.5.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.5.0",
"@nuxt/vue-app": "2.5.0",
"@nuxt/utils": "2.5.1",
"@nuxt/vue-app": "2.5.1",
"chokidar": "^2.1.2",
"consola": "^2.5.7",
"fs-extra": "^7.0.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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/cli
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.5.0",
"version": "2.5.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,8 +12,8 @@
"nuxt-cli": "bin/nuxt-cli.js"
},
"dependencies": {
"@nuxt/config": "2.5.0",
"@nuxt/utils": "2.5.0",
"@nuxt/config": "2.5.1",
"@nuxt/utils": "2.5.1",
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"consola": "^2.5.7",

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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
### Bug Fixes
* **ts:** wrong export used in render.d.ts ([#5309](https://github.com/nuxt/nuxt.js/issues/5309)) ([e67b298](https://github.com/nuxt/nuxt.js/commit/e67b298))
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.5.0",
"version": "2.5.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.5.0",
"@nuxt/utils": "2.5.1",
"consola": "^2.5.7",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
### Bug Fixes
* remove consola.debug for hooks ([#5318](https://github.com/nuxt/nuxt.js/issues/5318)) ([9ff01f9](https://github.com/nuxt/nuxt.js/commit/9ff01f9))
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/core",
"version": "2.5.0",
"version": "2.5.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,11 +8,11 @@
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/config": "2.5.0",
"@nuxt/config": "2.5.1",
"@nuxt/devalue": "^1.2.2",
"@nuxt/server": "2.5.0",
"@nuxt/utils": "2.5.0",
"@nuxt/vue-renderer": "2.5.0",
"@nuxt/server": "2.5.1",
"@nuxt/utils": "2.5.1",
"@nuxt/vue-renderer": "2.5.1",
"consola": "^2.5.7",
"debug": "^4.1.1",
"esm": "^3.2.20",

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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/generator
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)
**Note:** Version bump only for package @nuxt/generator

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.5.0",
"version": "2.5.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/utils": "2.5.0",
"@nuxt/utils": "2.5.1",
"chalk": "^2.4.2",
"consola": "^2.5.7",
"fs-extra": "^7.0.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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/server
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/server",
"version": "2.5.0",
"version": "2.5.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/config": "2.5.0",
"@nuxt/utils": "2.5.0",
"@nuxt/config": "2.5.1",
"@nuxt/utils": "2.5.1",
"@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.2",
"compression": "^1.7.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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/typescript
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript",
"version": "2.5.0",
"version": "2.5.1",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
### Bug Fixes
* apply default lock options before setting lock ([#5320](https://github.com/nuxt/nuxt.js/issues/5320)) ([7c24280](https://github.com/nuxt/nuxt.js/commit/7c24280))
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/utils",
"version": "2.5.0",
"version": "2.5.1",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/vue-app
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-app",
"version": "2.5.0",
"version": "2.5.1",
"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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/vue-renderer
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.5.0",
"version": "2.5.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.5.0",
"@nuxt/utils": "2.5.1",
"consola": "^2.5.7",
"fs-extra": "^7.0.1",
"lru-cache": "^5.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.5.1](https://github.com/nuxt/nuxt.js/compare/v2.5.0...v2.5.1) (2019-03-21)
**Note:** Version bump only for package @nuxt/webpack
# [2.5.0](https://github.com/nuxt/nuxt.js/compare/v2.4.5...v2.5.0) (2019-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.5.0",
"version": "2.5.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -9,9 +9,9 @@
"main": "dist/webpack.js",
"dependencies": {
"@babel/core": "^7.4.0",
"@nuxt/babel-preset-app": "2.5.0",
"@nuxt/babel-preset-app": "2.5.1",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.5.0",
"@nuxt/utils": "2.5.1",
"babel-loader": "^8.0.5",
"cache-loader": "^2.0.1",
"caniuse-lite": "^1.0.30000951",