merge 2.x changes into dev

commit 0f28f9cdb6
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:23:55 2018 +0330

    add simple release script

commit 16c5b892fa
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:20:03 2018 +0330

    v2.3.4

commit e4a02a51ac
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:17:40 2018 +0330

    whitelist CHANGELOG files

commit c96e9f4996
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:14:29 2018 +0330

    lerna auto tag

commit be126bd962
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:12:22 2018 +0330

    remove extra gitHead

commit eefa13033f
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 21:09:31 2018 +0330

    hotfix: build on prepublish hook

commit d0af6a4736
Author: Sébastien Chopin <seb@chopin.io>
Date:   Mon Nov 26 18:37:12 2018 +0100

    bump: Bump to v2.3.3

commit 2e90166f2a
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 20:32:11 2018 +0330

    update @nuxtjs/opencollective to 0.2.0

commit f10c9829a8
Author: renovate[bot] <renovate[bot]@users.noreply.github.com>
Date:   Mon Nov 26 20:24:49 2018 +0330

    chore(deps): update dependency vue-meta to ^1.5.6 (#4427)

commit b7285fe8f3
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 20:05:18 2018 +0330

    remove build with devtools tests as feature is not merged yet

commit b582e706fc
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 19:58:34 2018 +0330

    update patch-only dependencies

commit 289d30f836
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Mon Nov 26 19:55:51 2018 +0330

    remove typings

commit 7e1beed9b8
Author: Dmitry Molotkov <aldarund@gmail.com>
Date:   Sun Nov 25 17:48:13 2018 +0300

    perf(pkg): remove lodash dependency from packages (#4411)

commit 4a85c0311f
Author: Pooya Parsa <pyapar@gmail.com>
Date:   Sun Nov 25 22:46:19 2018 +0330

    fix(pkg): move opencollective dependency nuxt and nuxt-legacy (#4415)

commit d1877935a3
Author: Dmitry Molotkov <aldarund@gmail.com>
Date:   Sun Nov 25 17:52:37 2018 +0300

    fix(server, vue-app): allow unicode page names (#4402)

commit e1c1240b8d
Author: Alexander Lichter <manniL@gmx.net>
Date:   Sun Nov 25 14:51:32 2018 +0000

    fix(server, jsdom): fix timeout error message (#4412)

    [skip release]

commit 0c6c69b011
Author: Alexander Lichter <manniL@gmx.net>
Date:   Sat Nov 24 21:35:43 2018 +0000

    fix(scrollBehavior): emit triggerScroll event after changing layer (#4399)

    resolves: #4080

commit 8030ca1a3d
Author: Alexander Lichter <manniL@gmx.net>
Date:   Sat Nov 24 18:30:28 2018 +0000

    fix(progress-bar): allow 0 for values and remove duplicate defaults (#4397)

commit 54d273720c
Author: Clark Du <clark.duxin@gmail.com>
Date:   Sat Nov 24 00:02:13 2018 +0000

    fix: router Expected "0" to be defined (#4394)

commit 47f02ae5ca
Author: Clark Du <clark.duxin@gmail.com>
Date:   Fri Nov 23 22:34:05 2018 +0000

    fix: empty error message in dev mode

commit ff7c083dda
Author: Clark Du <clark.duxin@gmail.com>
Date:   Thu Nov 22 15:48:26 2018 +0000

    fix: modern=true or false not work as expected (#4378)
This commit is contained in:
Pooya Parsa 2018-11-26 21:32:10 +03:30
parent a24bb08746
commit 8cc954d48e
33 changed files with 240 additions and 77 deletions

2
.gitignore vendored
View File

@ -58,5 +58,3 @@ Temporary Items
# Junit report from jest-junit
*junit.xml
# Don't version control changelogs for now
**/CHANGELOG.md

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.2",
"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.2",
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2",
"@nuxt/generator": "2.3.2",
"@nuxt/webpack": "2.3.2",
"@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": {
@ -63,6 +63,5 @@
"collective": {
"url": "https://opencollective.com/nuxtjs",
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"description": "Starts Nuxt.js Application in production mode",
"keywords": [
"nuxt",
@ -46,13 +46,12 @@
"main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js",
"dependencies": {
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2"
"@nuxt/cli": "2.3.4",
"@nuxt/common": "2.3.4",
"@nuxt/core": "2.3.4"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"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.2",
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2",
"@nuxt/generator": "2.3.2",
"@nuxt/webpack": "2.3.2",
"@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": {
@ -63,6 +63,5 @@
"collective": {
"url": "https://opencollective.com/nuxtjs",
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

View File

@ -1,11 +1,9 @@
{
"version": "2.3.2",
"version": "2.3.4",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
"exact": true,
"noPush": true,
"gitTagVersion": false,
"packages": [
"packages/*",
"distributions/*"

View File

@ -22,7 +22,7 @@
"test:unit": "jest test/unit",
"test:types": "tsc -p test/types",
"postinstall": "lerna link && yarn dev",
"release": "lerna version"
"release": "./scripts/release"
},
"devDependencies": {
"@babel/core": "^7.1.6",

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",
@ -23,6 +23,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/builder.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/vue-app": "2.3.2",
"@nuxt/common": "2.3.4",
"@nuxt/vue-app": "2.3.4",
"@nuxtjs/devalue": "^1.1.0",
"chokidar": "^2.0.4",
"consola": "^2.3.0",
@ -23,6 +23,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"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.2",
"@nuxt/config": "2.3.4",
"boxen": "^2.0.0",
"chalk": "^2.4.1",
"consola": "^2.3.0",
@ -24,6 +24,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,6 +12,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,12 +8,11 @@
],
"main": "dist/config.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.4",
"consola": "^2.3.0",
"std-env": "^2.2.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,10 +8,10 @@
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/config": "2.3.2",
"@nuxt/server": "2.3.2",
"@nuxt/vue-renderer": "2.3.2",
"@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",
@ -22,6 +22,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.4",
"chalk": "^2.4.1",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",
@ -16,6 +16,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/config": "2.3.2",
"@nuxt/common": "2.3.4",
"@nuxt/config": "2.3.4",
"@nuxtjs/youch": "^4.2.3",
"browserslist-useragent": "^2.0.1",
"chalk": "^2.4.1",
@ -28,6 +28,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"version": "2.3.4",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,6 +12,5 @@
"typings": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"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.2",
"@nuxt/common": "2.3.4",
"@nuxtjs/devalue": "^1.1.0",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",
@ -23,6 +23,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

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.2",
"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.2",
"@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",
@ -51,6 +51,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}
}

5
scripts/release Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
yarn lerna version
yarn build
./scripts/workspace-run npm publish -q