Skip to content

Commit 7af9ec8

Browse files
committed
v2.11.0
1 parent 311ff27 commit 7af9ec8

File tree

15 files changed

+95
-89
lines changed

15 files changed

+95
-89
lines changed

distributions/nuxt-start/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-start",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"description": "Starts Nuxt.js Application in production mode",
55
"keywords": [
66
"nuxt",
@@ -19,6 +19,27 @@
1919
"homepage": "https://github.com/nuxt/nuxt.js#readme",
2020
"repository": "nuxt/nuxt.js",
2121
"license": "MIT",
22+
"files": [
23+
"bin",
24+
"dist"
25+
],
26+
"main": "dist/nuxt-start.js",
27+
"bin": "bin/nuxt-start.js",
28+
"dependencies": {
29+
"@nuxt/cli": "2.11.0",
30+
"@nuxt/core": "2.11.0",
31+
"node-fetch": "^2.6.0",
32+
"vue": "^2.6.11",
33+
"vue-client-only": "^2.0.0",
34+
"vue-meta": "^2.3.1",
35+
"vue-no-ssr": "^1.1.1",
36+
"vue-router": "^3.1.3",
37+
"vuex": "^3.1.2"
38+
},
39+
"engines": {
40+
"node": ">=8.9.0",
41+
"npm": ">=5.0.0"
42+
},
2243
"contributors": [
2344
{
2445
"name": "Sebastien Chopin (@Atinux)"
@@ -47,26 +68,5 @@
4768
{
4869
"name": "Pim (@pimlie)"
4970
}
50-
],
51-
"files": [
52-
"bin",
53-
"dist"
54-
],
55-
"main": "dist/nuxt-start.js",
56-
"bin": "bin/nuxt-start.js",
57-
"dependencies": {
58-
"@nuxt/cli": "2.10.2",
59-
"@nuxt/core": "2.10.2",
60-
"node-fetch": "^2.6.0",
61-
"vue": "^2.6.11",
62-
"vue-client-only": "^2.0.0",
63-
"vue-meta": "^2.3.1",
64-
"vue-no-ssr": "^1.1.1",
65-
"vue-router": "^3.1.3",
66-
"vuex": "^3.1.2"
67-
},
68-
"engines": {
69-
"node": ">=8.9.0",
70-
"npm": ">=5.0.0"
71-
}
71+
]
7272
}

distributions/nuxt/README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<p align="center">
33
<a href="https://circleci.com/gh/nuxt/nuxt.js"><img src="https://badgen.net/circleci/github/nuxt/nuxt.js/dev" alt="Build Status"></a>
44
<a href="https://dev.azure.com/nuxt/nuxt.js/_build/latest?definitionId=1"><img src="https://dev.azure.com/nuxt/nuxt.js/_apis/build/status/nuxt.js" alt="Azure Build Status"></a>
5-
 <a href="https://codecov.io/gh/nuxt/nuxt.js"><img src="https://badgen.net/codecov/c/github/nuxt/nuxt.js/dev" alt="Coverage Status"></a>
5+
 <a href="https://codecov.io/gh/nuxt/nuxt.js"><img src="https://badgen.net/codecov/c/github/nuxt/nuxt.js/master" alt="Coverage Status"></a>
66
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/dm/nuxt" alt="Downloads"></a>
77
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/v/nuxt" alt="Version"></a>
88
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/license/nuxt" alt="License"></a>
99
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
1010
</p>
1111
<p align="center">
12-
<a href="#platinium-sponsors" alt="Platinium Sponsors on Open Collective"><img src="https://opencollective.com/nuxtjs/tiers/platinium-sponsors/badge.svg" /></a>
12+
<a href="#platinum-sponsors" alt="Platinum Sponsors on Open Collective"><img src="https://opencollective.com/nuxtjs/tiers/platinum-sponsors/badge.svg" /></a>
1313
<a href="#gold-sponsors" alt="Gold Sponsors on Open Collective"><img src="https://opencollective.com/nuxtjs/tiers/gold-sponsors/badge.svg" /></a>
1414
<a href="#silver-sponsors" alt="Silver Sponsors on Open Collective"><img src="https://opencollective.com/nuxtjs/tiers/silver-sponsors/badge.svg" /></a>
1515
<a href="#bronze-sponsors" alt="Bronze Sponsors on Open Collective"><img src="https://opencollective.com/nuxtjs/tiers/bronze-sponsors/badge.svg" /></a>
@@ -65,9 +65,9 @@ Funds donated via OpenCollective are managed with transparent expenses and will
6565

6666
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/nuxtjs#contribute)]
6767

68-
### Platinium Sponsors
68+
### Platinum Sponsors
6969

70-
[![Open Collective Platinium Sponsors][platinium-sponsors-src]][platinium-sponsors-href]
70+
[![Open Collective Platinum Sponsors][platinum-sponsors-src]][platinum-sponsors-href]
7171

7272
### Gold Sponsors
7373

@@ -210,10 +210,16 @@ Please refer to our [Contribution Guide](https://nuxtjs.org/guide/contribution-g
210210

211211
## Cross-browser testing
212212

213-
Thanks to BrowserStack!
213+
Thanks to [BrowserStack](http://browserstack.com)!
214214

215215
<a href="http://browserstack.com"><img height="70" src="https://nuxtjs.org/browserstack.svg" alt="BrowserStack"></a>
216216

217+
## Automated testing
218+
219+
Thanks to [SauceLabs](https://saucelabs.com) for supporting Open Source <3
220+
221+
<a href="https://saucelabs.com"><img height="70" src="https://nuxtjs.org/saucelabs.svg" alt="SauceLabs"></a>
222+
217223
## Security
218224

219225
If you discover a security vulnerability regarding Nuxt.js, please send an e-mail to the team via [email protected]! All security vulnerabilities will be promptly addressed.
@@ -223,8 +229,8 @@ If you discover a security vulnerability regarding Nuxt.js, please send an e-mai
223229
[MIT](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE)
224230

225231
<!-- Open Collective Tiers -->
226-
[platinium-sponsors-src]: https://opencollective.com/nuxtjs/tiers/platinium-sponsors.svg?avatarHeight=96&width=890
227-
[platinium-sponsors-href]: https://opencollective.com/nuxtjs#contributors
232+
[platinum-sponsors-src]: https://opencollective.com/nuxtjs/tiers/platinum-sponsors.svg?avatarHeight=96&width=890
233+
[platinum-sponsors-href]: https://opencollective.com/nuxtjs#contributors
228234
[gold-sponsors-src]: https://opencollective.com/nuxtjs/tiers/gold-sponsors.svg?avatarHeight=80&width=890
229235
[gold-sponsors-href]: https://opencollective.com/nuxtjs#contributors
230236
[silver-sponsors-src]: https://opencollective.com/nuxtjs/tiers/silver-sponsors.svg?avatarHeight=64&width=890

distributions/nuxt/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
55
"keywords": [
66
"nuxt",
@@ -18,6 +18,32 @@
1818
],
1919
"repository": "nuxt/nuxt.js",
2020
"license": "MIT",
21+
"files": [
22+
"bin",
23+
"dist"
24+
],
25+
"main": "dist/nuxt.js",
26+
"bin": "bin/nuxt.js",
27+
"scripts": {
28+
"postinstall": "opencollective || exit 0"
29+
},
30+
"dependencies": {
31+
"@nuxt/builder": "2.11.0",
32+
"@nuxt/cli": "2.11.0",
33+
"@nuxt/core": "2.11.0",
34+
"@nuxt/generator": "2.11.0",
35+
"@nuxt/loading-screen": "^1.2.0",
36+
"@nuxt/opencollective": "^0.3.0",
37+
"@nuxt/webpack": "2.11.0"
38+
},
39+
"engines": {
40+
"node": ">=8.9.0",
41+
"npm": ">=5.0.0"
42+
},
43+
"collective": {
44+
"url": "https://opencollective.com/nuxtjs",
45+
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
46+
},
2147
"contributors": [
2248
{
2349
"name": "Sebastien Chopin (@Atinux)"
@@ -46,31 +72,5 @@
4672
{
4773
"name": "Pim (@pimlie)"
4874
}
49-
],
50-
"files": [
51-
"bin",
52-
"dist"
53-
],
54-
"main": "dist/nuxt.js",
55-
"bin": "bin/nuxt.js",
56-
"scripts": {
57-
"postinstall": "opencollective || exit 0"
58-
},
59-
"dependencies": {
60-
"@nuxt/builder": "2.10.2",
61-
"@nuxt/cli": "2.10.2",
62-
"@nuxt/core": "2.10.2",
63-
"@nuxt/generator": "2.10.2",
64-
"@nuxt/loading-screen": "^1.2.0",
65-
"@nuxt/opencollective": "^0.3.0",
66-
"@nuxt/webpack": "2.10.2"
67-
},
68-
"engines": {
69-
"node": ">=8.9.0",
70-
"npm": ">=5.0.0"
71-
},
72-
"collective": {
73-
"url": "https://opencollective.com/nuxtjs",
74-
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
75-
}
75+
]
7676
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.10.2",
2+
"version": "2.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"conventionalCommits": true,

packages/babel-preset-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "@nuxt/babel-preset-app",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"description": "babel-preset-app for nuxt.js",
55
"repository": "nuxt/nuxt.js",
66
"license": "MIT",
77
"author": "Evan You",
8-
"contributors": [
9-
"Clark Du"
10-
],
118
"main": "src/index.js",
129
"dependencies": {
1310
"@babel/core": "^7.7.5",
@@ -21,5 +18,8 @@
2118
},
2219
"publishConfig": {
2320
"access": "public"
24-
}
21+
},
22+
"contributors": [
23+
"Clark Du"
24+
]
2525
}

packages/builder/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/builder",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
@@ -9,8 +9,8 @@
99
"main": "dist/builder.js",
1010
"dependencies": {
1111
"@nuxt/devalue": "^1.2.4",
12-
"@nuxt/utils": "2.10.2",
13-
"@nuxt/vue-app": "2.10.2",
12+
"@nuxt/utils": "2.11.0",
13+
"@nuxt/vue-app": "2.11.0",
1414
"chokidar": "^3.3.1",
1515
"consola": "^2.11.1",
1616
"fs-extra": "^8.1.0",

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/cli",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
@@ -12,8 +12,8 @@
1212
"nuxt-cli": "bin/nuxt-cli.js"
1313
},
1414
"dependencies": {
15-
"@nuxt/config": "2.10.2",
16-
"@nuxt/utils": "2.10.2",
15+
"@nuxt/config": "2.11.0",
16+
"@nuxt/utils": "2.11.0",
1717
"boxen": "^4.2.0",
1818
"chalk": "^2.4.2",
1919
"consola": "^2.11.1",

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/config",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
@@ -10,7 +10,7 @@
1010
"main": "dist/config.js",
1111
"typings": "index.d.ts",
1212
"dependencies": {
13-
"@nuxt/utils": "2.10.2",
13+
"@nuxt/utils": "2.11.0",
1414
"consola": "^2.11.1",
1515
"std-env": "^2.2.1"
1616
},

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@nuxt/core",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
77
"dist"
88
],
99
"main": "dist/core.js",
1010
"dependencies": {
11-
"@nuxt/config": "2.10.2",
11+
"@nuxt/config": "2.11.0",
1212
"@nuxt/devalue": "^1.2.4",
13-
"@nuxt/server": "2.10.2",
14-
"@nuxt/utils": "2.10.2",
15-
"@nuxt/vue-renderer": "2.10.2",
13+
"@nuxt/server": "2.11.0",
14+
"@nuxt/utils": "2.11.0",
15+
"@nuxt/vue-renderer": "2.11.0",
1616
"consola": "^2.11.1",
1717
"debug": "^4.1.1",
1818
"esm": "^3.2.25",

packages/generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nuxt/generator",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
77
"dist"
88
],
99
"main": "dist/generator.js",
1010
"dependencies": {
11-
"@nuxt/utils": "2.10.2",
11+
"@nuxt/utils": "2.11.0",
1212
"chalk": "^2.4.2",
1313
"consola": "^2.11.1",
1414
"fs-extra": "^8.1.0",

packages/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@nuxt/server",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
77
"dist"
88
],
99
"main": "dist/server.js",
1010
"dependencies": {
11-
"@nuxt/config": "2.10.2",
12-
"@nuxt/utils": "2.10.2",
11+
"@nuxt/config": "2.11.0",
12+
"@nuxt/utils": "2.11.0",
1313
"@nuxtjs/youch": "^4.2.3",
1414
"chalk": "^2.4.2",
1515
"compression": "^1.7.4",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/utils",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [

packages/vue-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/vue-app",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [

packages/vue-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/vue-renderer",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
@@ -9,7 +9,7 @@
99
"main": "dist/vue-renderer.js",
1010
"dependencies": {
1111
"@nuxt/devalue": "^1.2.4",
12-
"@nuxt/utils": "2.10.2",
12+
"@nuxt/utils": "2.11.0",
1313
"consola": "^2.11.1",
1414
"fs-extra": "^8.1.0",
1515
"lru-cache": "^5.1.1",

packages/webpack/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/webpack",
3-
"version": "2.10.2",
3+
"version": "2.11.0",
44
"repository": "nuxt/nuxt.js",
55
"license": "MIT",
66
"files": [
@@ -9,9 +9,9 @@
99
"main": "dist/webpack.js",
1010
"dependencies": {
1111
"@babel/core": "^7.7.5",
12-
"@nuxt/babel-preset-app": "2.10.2",
12+
"@nuxt/babel-preset-app": "2.11.0",
1313
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
14-
"@nuxt/utils": "2.10.2",
14+
"@nuxt/utils": "2.11.0",
1515
"babel-loader": "^8.0.6",
1616
"cache-loader": "^4.1.0",
1717
"caniuse-lite": "^1.0.30001016",

0 commit comments

Comments
 (0)