chore: release

- nuxt-cli@0.3.3
 - @nuxt/kit@0.5.3
 - @nuxt/nitro@0.6.3
 - nuxt3@0.6.3
 - @nuxt/vite-builder@0.3.3
 - @nuxt/webpack-builder@0.3.4
This commit is contained in:
Pooya Parsa 2021-04-28 19:17:42 +02:00
parent b0b7879403
commit bfcd3b0e9c
13 changed files with 80 additions and 29 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.3](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.2...nuxt-cli@0.3.3) (2021-04-28)
**Note:** Version bump only for package nuxt-cli
## [0.3.2](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.1...nuxt-cli@0.3.2) (2021-04-28) ## [0.3.2](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.1...nuxt-cli@0.3.2) (2021-04-28)
**Note:** Version bump only for package nuxt-cli **Note:** Version bump only for package nuxt-cli

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-cli", "name": "nuxt-cli",
"version": "0.3.2", "version": "0.3.3",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -20,7 +20,7 @@
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/kit": "^0.5.2", "@nuxt/kit": "^0.5.3",
"@types/clear": "^0", "@types/clear": "^0",
"@types/debounce-promise": "^3", "@types/debounce-promise": "^3",
"@types/mri": "^1.1.0", "@types/mri": "^1.1.0",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.5.3](https://github.com/nuxt/framework/compare/@nuxt/kit@0.5.2...@nuxt/kit@0.5.3) (2021-04-28)
### Bug Fixes
* **cli:** support nuxt2-edge ([f0dfb42](https://github.com/nuxt/framework/commit/f0dfb42a586ae7087b95e8fd6e3f0e94532e64ea))
## [0.5.2](https://github.com/nuxt/framework/compare/@nuxt/kit@0.5.1...@nuxt/kit@0.5.2) (2021-04-28) ## [0.5.2](https://github.com/nuxt/framework/compare/@nuxt/kit@0.5.1...@nuxt/kit@0.5.2) (2021-04-28)
**Note:** Version bump only for package @nuxt/kit **Note:** Version bump only for package @nuxt/kit

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/kit", "name": "@nuxt/kit",
"version": "0.5.2", "version": "0.5.3",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.6.3](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.6.2...@nuxt/nitro@0.6.3) (2021-04-28)
**Note:** Version bump only for package @nuxt/nitro
## [0.6.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.6.1...@nuxt/nitro@0.6.2) (2021-04-28) ## [0.6.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.6.1...@nuxt/nitro@0.6.2) (2021-04-28)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/nitro", "name": "@nuxt/nitro",
"version": "0.6.2", "version": "0.6.3",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
@ -16,7 +16,7 @@
"@cloudflare/kv-asset-handler": "^0.1.1", "@cloudflare/kv-asset-handler": "^0.1.1",
"@netlify/functions": "^0.7.0", "@netlify/functions": "^0.7.0",
"@nuxt/devalue": "^1.2.5", "@nuxt/devalue": "^1.2.5",
"@nuxt/kit": "^0.5.2", "@nuxt/kit": "^0.5.3",
"@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-inject": "^4.0.2", "@rollup/plugin-inject": "^4.0.2",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.6.3](https://github.com/nuxt/framework/compare/nuxt3@0.6.2...nuxt3@0.6.3) (2021-04-28)
**Note:** Version bump only for package nuxt3
## [0.6.2](https://github.com/nuxt/framework/compare/nuxt3@0.6.1...nuxt3@0.6.2) (2021-04-28) ## [0.6.2](https://github.com/nuxt/framework/compare/nuxt3@0.6.1...nuxt3@0.6.2) (2021-04-28)
**Note:** Version bump only for package nuxt3 **Note:** Version bump only for package nuxt3

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt3", "name": "nuxt3",
"version": "0.6.2", "version": "0.6.3",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -18,10 +18,10 @@
}, },
"dependencies": { "dependencies": {
"@nuxt/app": "^0.3.3", "@nuxt/app": "^0.3.3",
"@nuxt/kit": "^0.5.2", "@nuxt/kit": "^0.5.3",
"@nuxt/nitro": "^0.6.2", "@nuxt/nitro": "^0.6.3",
"@nuxt/vite-builder": "^0.3.2", "@nuxt/vite-builder": "^0.3.3",
"@nuxt/webpack-builder": "^0.3.3", "@nuxt/webpack-builder": "^0.3.4",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"consola": "^2.15.3", "consola": "^2.15.3",
"defu": "^4.0.1", "defu": "^4.0.1",
@ -31,7 +31,7 @@
"hookable": "^4.4.1", "hookable": "^4.4.1",
"ignore": "^5.1.8", "ignore": "^5.1.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"nuxt-cli": "^0.3.2", "nuxt-cli": "^0.3.3",
"scule": "^0.2.1", "scule": "^0.2.1",
"ufo": "^0.7.2", "ufo": "^0.7.2",
"upath": "^2.0.1" "upath": "^2.0.1"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.3.2...@nuxt/vite-builder@0.3.3) (2021-04-28)
**Note:** Version bump only for package @nuxt/vite-builder
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.3.1...@nuxt/vite-builder@0.3.2) (2021-04-28) ## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.3.1...@nuxt/vite-builder@0.3.2) (2021-04-28)
**Note:** Version bump only for package @nuxt/vite-builder **Note:** Version bump only for package @nuxt/vite-builder

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/vite-builder", "name": "@nuxt/vite-builder",
"version": "0.3.2", "version": "0.3.3",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -14,7 +14,7 @@
"unbuild": "^0.2.3" "unbuild": "^0.2.3"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "^0.5.2", "@nuxt/kit": "^0.5.3",
"@vitejs/plugin-vue": "^1.2.2", "@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11", "@vue/compiler-sfc": "^3.0.11",
"consola": "^2.15.3", "consola": "^2.15.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.4](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.3...@nuxt/webpack-builder@0.3.4) (2021-04-28)
**Note:** Version bump only for package @nuxt/webpack-builder
## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.2...@nuxt/webpack-builder@0.3.3) (2021-04-28) ## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.2...@nuxt/webpack-builder@0.3.3) (2021-04-28)
**Note:** Version bump only for package @nuxt/webpack-builder **Note:** Version bump only for package @nuxt/webpack-builder

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/webpack-builder", "name": "@nuxt/webpack-builder",
"version": "0.3.3", "version": "0.3.4",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.13.16", "@babel/core": "^7.13.16",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1", "@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.5.2", "@nuxt/kit": "^0.5.3",
"@vue/babel-preset-jsx": "^1.2.4", "@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-sfc": "^3.0.11", "@vue/compiler-sfc": "^3.0.11",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",

View File

@ -1622,7 +1622,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@nuxt/kit@^0.5.0, @nuxt/kit@^0.5.2, @nuxt/kit@workspace:packages/kit": "@nuxt/kit@^0.5.0, @nuxt/kit@^0.5.3, @nuxt/kit@workspace:packages/kit":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nuxt/kit@workspace:packages/kit" resolution: "@nuxt/kit@workspace:packages/kit"
dependencies: dependencies:
@ -1643,14 +1643,14 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nuxt/nitro@^0.6.2, @nuxt/nitro@workspace:packages/nitro": "@nuxt/nitro@^0.6.3, @nuxt/nitro@workspace:packages/nitro":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nuxt/nitro@workspace:packages/nitro" resolution: "@nuxt/nitro@workspace:packages/nitro"
dependencies: dependencies:
"@cloudflare/kv-asset-handler": ^0.1.1 "@cloudflare/kv-asset-handler": ^0.1.1
"@netlify/functions": ^0.7.0 "@netlify/functions": ^0.7.0
"@nuxt/devalue": ^1.2.5 "@nuxt/devalue": ^1.2.5
"@nuxt/kit": ^0.5.2 "@nuxt/kit": ^0.5.3
"@rollup/plugin-alias": ^3.1.2 "@rollup/plugin-alias": ^3.1.2
"@rollup/plugin-commonjs": ^18.0.0 "@rollup/plugin-commonjs": ^18.0.0
"@rollup/plugin-inject": ^4.0.2 "@rollup/plugin-inject": ^4.0.2
@ -1711,11 +1711,11 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nuxt/vite-builder@^0.3.2, @nuxt/vite-builder@workspace:packages/vite": "@nuxt/vite-builder@^0.3.3, @nuxt/vite-builder@workspace:packages/vite":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nuxt/vite-builder@workspace:packages/vite" resolution: "@nuxt/vite-builder@workspace:packages/vite"
dependencies: dependencies:
"@nuxt/kit": ^0.5.2 "@nuxt/kit": ^0.5.3
"@vitejs/plugin-vue": ^1.2.2 "@vitejs/plugin-vue": ^1.2.2
"@vue/compiler-sfc": ^3.0.11 "@vue/compiler-sfc": ^3.0.11
consola: ^2.15.3 consola: ^2.15.3
@ -1726,13 +1726,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nuxt/webpack-builder@^0.3.3, @nuxt/webpack-builder@workspace:packages/webpack": "@nuxt/webpack-builder@^0.3.4, @nuxt/webpack-builder@workspace:packages/webpack":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nuxt/webpack-builder@workspace:packages/webpack" resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
dependencies: dependencies:
"@babel/core": ^7.13.16 "@babel/core": ^7.13.16
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1 "@nuxt/friendly-errors-webpack-plugin": ^2.5.1
"@nuxt/kit": ^0.5.2 "@nuxt/kit": ^0.5.3
"@types/pify": ^5.0.0 "@types/pify": ^5.0.0
"@types/terser-webpack-plugin": ^5.0.3 "@types/terser-webpack-plugin": ^5.0.3
"@types/webpack-bundle-analyzer": ^4.4.0 "@types/webpack-bundle-analyzer": ^4.4.0
@ -10530,11 +10530,11 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"nuxt-cli@^0.3.2, nuxt-cli@workspace:packages/cli": "nuxt-cli@^0.3.3, nuxt-cli@workspace:packages/cli":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "nuxt-cli@workspace:packages/cli" resolution: "nuxt-cli@workspace:packages/cli"
dependencies: dependencies:
"@nuxt/kit": ^0.5.2 "@nuxt/kit": ^0.5.3
"@types/clear": ^0 "@types/clear": ^0
"@types/debounce-promise": ^3 "@types/debounce-promise": ^3
"@types/mri": ^1.1.0 "@types/mri": ^1.1.0
@ -10585,10 +10585,10 @@ __metadata:
resolution: "nuxt3@workspace:packages/nuxt3" resolution: "nuxt3@workspace:packages/nuxt3"
dependencies: dependencies:
"@nuxt/app": ^0.3.3 "@nuxt/app": ^0.3.3
"@nuxt/kit": ^0.5.2 "@nuxt/kit": ^0.5.3
"@nuxt/nitro": ^0.6.2 "@nuxt/nitro": ^0.6.3
"@nuxt/vite-builder": ^0.3.2 "@nuxt/vite-builder": ^0.3.3
"@nuxt/webpack-builder": ^0.3.3 "@nuxt/webpack-builder": ^0.3.4
"@types/fs-extra": ^9.0.11 "@types/fs-extra": ^9.0.11
"@types/hash-sum": ^1.0.0 "@types/hash-sum": ^1.0.0
"@types/lodash": ^4.14.168 "@types/lodash": ^4.14.168
@ -10601,7 +10601,7 @@ __metadata:
hookable: ^4.4.1 hookable: ^4.4.1
ignore: ^5.1.8 ignore: ^5.1.8
lodash: ^4.17.21 lodash: ^4.17.21
nuxt-cli: ^0.3.2 nuxt-cli: ^0.3.3
scule: ^0.2.1 scule: ^0.2.1
ufo: ^0.7.2 ufo: ^0.7.2
unbuild: ^0.2.3 unbuild: ^0.2.3