diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..7f9bc524e5 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/distributions/nuxt-legacy/CHANGELOG.md b/distributions/nuxt-legacy/CHANGELOG.md new file mode 100644 index 0000000000..aaa1417a42 --- /dev/null +++ b/distributions/nuxt-legacy/CHANGELOG.md @@ -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)) diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 361a19abce..56c5249199 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -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": { diff --git a/distributions/nuxt-start/CHANGELOG.md b/distributions/nuxt-start/CHANGELOG.md new file mode 100644 index 0000000000..c388535083 --- /dev/null +++ b/distributions/nuxt-start/CHANGELOG.md @@ -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 diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index a39555a573..ece97ea7c9 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -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", diff --git a/distributions/nuxt/CHANGELOG.md b/distributions/nuxt/CHANGELOG.md new file mode 100644 index 0000000000..aaa1417a42 --- /dev/null +++ b/distributions/nuxt/CHANGELOG.md @@ -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)) diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 1faab7694c..1a6164d06d 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -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": { diff --git a/lerna.json b/lerna.json index 1002d9acf2..d23a34d3aa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.3", + "version": "2.3.4", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/babel-preset-app/CHANGELOG.md b/packages/babel-preset-app/CHANGELOG.md new file mode 100644 index 0000000000..3643b937dc --- /dev/null +++ b/packages/babel-preset-app/CHANGELOG.md @@ -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 diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index b6e2fac472..ffb6f2f2bd 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.3.2", + "version": "2.3.4", "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 new file mode 100644 index 0000000000..aa7bb548a6 --- /dev/null +++ b/packages/builder/CHANGELOG.md @@ -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 diff --git a/packages/builder/package.json b/packages/builder/package.json index b9f6fbb68e..ad3d8b683e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000000..e177651fe8 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -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)) diff --git a/packages/cli/package.json b/packages/cli/package.json index c51b434f72..2e47c89056 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md new file mode 100644 index 0000000000..128438c101 --- /dev/null +++ b/packages/common/CHANGELOG.md @@ -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)) diff --git a/packages/common/package.json b/packages/common/package.json index 0a01a78500..6f236d630f 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/common", - "version": "2.3.3", + "version": "2.3.4", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md new file mode 100644 index 0000000000..128438c101 --- /dev/null +++ b/packages/config/CHANGELOG.md @@ -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)) diff --git a/packages/config/package.json b/packages/config/package.json index ce45c0b7c2..4b4dd371ed 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000000..3be2538a47 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -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)) diff --git a/packages/core/package.json b/packages/core/package.json index dd384c4af8..17967b3fd9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md new file mode 100644 index 0000000000..3fd1b73a39 --- /dev/null +++ b/packages/generator/CHANGELOG.md @@ -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 diff --git a/packages/generator/package.json b/packages/generator/package.json index 53f8b09c54..81031d7bb2 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -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", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md new file mode 100644 index 0000000000..bfb2af2099 --- /dev/null +++ b/packages/server/CHANGELOG.md @@ -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)) diff --git a/packages/server/package.json b/packages/server/package.json index d72636ba20..26cb0931a6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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", diff --git a/packages/vue-app/CHANGELOG.md b/packages/vue-app/CHANGELOG.md new file mode 100644 index 0000000000..1d4e3e6e22 --- /dev/null +++ b/packages/vue-app/CHANGELOG.md @@ -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)) diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index ab1f9f721c..a15fc106e9 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-app", - "version": "2.3.3", + "version": "2.3.4", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-renderer/CHANGELOG.md b/packages/vue-renderer/CHANGELOG.md new file mode 100644 index 0000000000..d6b4010d30 --- /dev/null +++ b/packages/vue-renderer/CHANGELOG.md @@ -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 diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 38489d0960..afa6a245f1 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -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", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md new file mode 100644 index 0000000000..fa0ac6972f --- /dev/null +++ b/packages/webpack/CHANGELOG.md @@ -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)) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 7195377f86..00636b2cae 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -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",