This commit is contained in:
Pooya Parsa 2018-11-26 21:20:03 +03:30
parent e4a02a51ac
commit 16c5b892fa
30 changed files with 220 additions and 44 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
* **progress-bar:** allow 0 for values and remove duplicate defaults ([#4397](https://github.com/nuxt/nuxt.js/issues/4397)) ([8030ca1](https://github.com/nuxt/nuxt.js/commit/8030ca1))
* **scrollBehavior:** emit triggerScroll event after changing layer ([#4399](https://github.com/nuxt/nuxt.js/issues/4399)) ([0c6c69b](https://github.com/nuxt/nuxt.js/commit/0c6c69b)), closes [#4080](https://github.com/nuxt/nuxt.js/issues/4080)
* **server, jsdom:** fix timeout error message ([#4412](https://github.com/nuxt/nuxt.js/issues/4412)) ([e1c1240](https://github.com/nuxt/nuxt.js/commit/e1c1240))
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))
* empty error message in dev mode ([47f02ae](https://github.com/nuxt/nuxt.js/commit/47f02ae))
* modern=true or false not work as expected ([#4378](https://github.com/nuxt/nuxt.js/issues/4378)) ([ff7c083](https://github.com/nuxt/nuxt.js/commit/ff7c083))
* router Expected "0" to be defined ([#4394](https://github.com/nuxt/nuxt.js/issues/4394)) ([54d2737](https://github.com/nuxt/nuxt.js/commit/54d2737))
### Performance Improvements
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-legacy",
"version": "2.3.3",
"version": "2.3.4",
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
"keywords": [
"nuxt",
@ -48,12 +48,12 @@
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"@nuxt/builder": "2.3.3",
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3",
"@nuxt/generator": "2.3.3",
"@nuxt/webpack": "2.3.3",
"@nuxt/builder": "2.3.4",
"@nuxt/cli": "2.3.4",
"@nuxt/common": "2.3.4",
"@nuxt/core": "2.3.4",
"@nuxt/generator": "2.3.4",
"@nuxt/webpack": "2.3.4",
"@nuxtjs/opencollective": "^0.2.0"
},
"engines": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
**Note:** Version bump only for package nuxt-start

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.3.3",
"version": "2.3.4",
"description": "Starts Nuxt.js Application in production mode",
"keywords": [
"nuxt",
@ -46,9 +46,9 @@
"main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js",
"dependencies": {
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3"
"@nuxt/cli": "2.3.4",
"@nuxt/common": "2.3.4",
"@nuxt/core": "2.3.4"
},
"engines": {
"node": ">=8.0.0",

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.3.3",
"version": "2.3.4",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
@ -48,12 +48,12 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/builder": "2.3.3",
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3",
"@nuxt/generator": "2.3.3",
"@nuxt/webpack": "2.3.3",
"@nuxt/builder": "2.3.4",
"@nuxt/cli": "2.3.4",
"@nuxt/common": "2.3.4",
"@nuxt/core": "2.3.4",
"@nuxt/generator": "2.3.4",
"@nuxt/webpack": "2.3.4",
"@nuxtjs/opencollective": "^0.2.0"
},
"engines": {

View File

@ -1,5 +1,5 @@
{
"version": "2.3.3",
"version": "2.3.4",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
**Note:** Version bump only for package @nuxt/babel-preset-app

View File

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

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
**Note:** Version bump only for package @nuxt/builder

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/builder.js",
"dependencies": {
"@nuxt/common": "2.3.3",
"@nuxt/vue-app": "2.3.3",
"@nuxt/common": "2.3.4",
"@nuxt/vue-app": "2.3.4",
"@nuxtjs/devalue": "^1.1.0",
"chokidar": "^2.0.4",
"consola": "^2.3.0",

11
packages/cli/CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* modern=true or false not work as expected ([#4378](https://github.com/nuxt/nuxt.js/issues/4378)) ([ff7c083](https://github.com/nuxt/nuxt.js/commit/ff7c083))

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,7 +12,7 @@
"nuxt-cli": "bin/nuxt-cli.js"
},
"dependencies": {
"@nuxt/config": "2.3.3",
"@nuxt/config": "2.3.4",
"boxen": "^2.0.0",
"chalk": "^2.4.1",
"consola": "^2.3.0",

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Performance Improvements
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/common",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Performance Improvements
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))

View File

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

View File

@ -0,0 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
### Performance Improvements
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/core",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,10 +8,10 @@
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/common": "2.3.3",
"@nuxt/config": "2.3.3",
"@nuxt/server": "2.3.3",
"@nuxt/vue-renderer": "2.3.3",
"@nuxt/common": "2.3.4",
"@nuxt/config": "2.3.4",
"@nuxt/server": "2.3.4",
"@nuxt/vue-renderer": "2.3.4",
"@nuxtjs/devalue": "^1.1.0",
"consola": "^2.3.0",
"debug": "^4.1.0",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
**Note:** Version bump only for package @nuxt/generator

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/common": "2.3.3",
"@nuxt/common": "2.3.4",
"chalk": "^2.4.1",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",

View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **server, jsdom:** fix timeout error message ([#4412](https://github.com/nuxt/nuxt.js/issues/4412)) ([e1c1240](https://github.com/nuxt/nuxt.js/commit/e1c1240))
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/server",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/common": "2.3.3",
"@nuxt/config": "2.3.3",
"@nuxt/common": "2.3.4",
"@nuxt/config": "2.3.4",
"@nuxtjs/youch": "^4.2.3",
"browserslist-useragent": "^2.0.1",
"chalk": "^2.4.1",

View File

@ -0,0 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* **progress-bar:** allow 0 for values and remove duplicate defaults ([#4397](https://github.com/nuxt/nuxt.js/issues/4397)) ([8030ca1](https://github.com/nuxt/nuxt.js/commit/8030ca1))
* **scrollBehavior:** emit triggerScroll event after changing layer ([#4399](https://github.com/nuxt/nuxt.js/issues/4399)) ([0c6c69b](https://github.com/nuxt/nuxt.js/commit/0c6c69b)), closes [#4080](https://github.com/nuxt/nuxt.js/issues/4080)
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))
* router Expected "0" to be defined ([#4394](https://github.com/nuxt/nuxt.js/issues/4394)) ([54d2737](https://github.com/nuxt/nuxt.js/commit/54d2737))

View File

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

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
**Note:** Version bump only for package @nuxt/vue-renderer

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/vue-renderer.js",
"dependencies": {
"@nuxt/common": "2.3.3",
"@nuxt/common": "2.3.4",
"@nuxtjs/devalue": "^1.1.0",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",

View File

@ -0,0 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
### Bug Fixes
* empty error message in dev mode ([47f02ae](https://github.com/nuxt/nuxt.js/commit/47f02ae))
### Performance Improvements
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.3.3",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -10,8 +10,8 @@
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@nuxt/babel-preset-app": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxt/babel-preset-app": "2.3.4",
"@nuxt/common": "2.3.4",
"@nuxt/friendly-errors-webpack-plugin": "^2.3.2",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.5",