chore: release

- @nuxt/nitro@0.8.0
 - nuxt3@0.7.3
This commit is contained in:
Pooya Parsa 2021-06-04 22:16:21 +02:00
parent 0b7790f6d0
commit 48b3c75194
5 changed files with 29 additions and 5 deletions

View File

@ -3,6 +3,22 @@
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.8.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.7.2...@nuxt/nitro@0.8.0) (2021-06-04)
### Bug Fixes
* **nitro:** support ~/@ aliases and explicitly externalize buildDir ([f98be4b](https://github.com/nuxt/framework/commit/f98be4bfedb510fac1bc94cdff77306f7d756be2))
### Features
* **nitro:** #config ([0b7790f](https://github.com/nuxt/framework/commit/0b7790f6d02518a636045d5ec75c5e7859636731))
## [0.7.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.7.1...@nuxt/nitro@0.7.2) (2021-06-04) ## [0.7.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.7.1...@nuxt/nitro@0.7.2) (2021-06-04)
**Note:** Version bump only for package @nuxt/nitro **Note:** Version bump only for package @nuxt/nitro

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/nitro", "name": "@nuxt/nitro",
"version": "0.7.2", "version": "0.8.0",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",

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.7.3](https://github.com/nuxt/framework/compare/nuxt3@0.7.2...nuxt3@0.7.3) (2021-06-04)
**Note:** Version bump only for package nuxt3
## [0.7.2](https://github.com/nuxt/framework/compare/nuxt3@0.7.1...nuxt3@0.7.2) (2021-06-04) ## [0.7.2](https://github.com/nuxt/framework/compare/nuxt3@0.7.1...nuxt3@0.7.2) (2021-06-04)
**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.7.2", "version": "0.7.3",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -19,7 +19,7 @@
"dependencies": { "dependencies": {
"@nuxt/app": "^0.4.2", "@nuxt/app": "^0.4.2",
"@nuxt/kit": "^0.6.2", "@nuxt/kit": "^0.6.2",
"@nuxt/nitro": "^0.7.2", "@nuxt/nitro": "^0.8.0",
"@nuxt/pages": "^0.2.2", "@nuxt/pages": "^0.2.2",
"@nuxt/vite-builder": "^0.4.2", "@nuxt/vite-builder": "^0.4.2",
"@nuxt/webpack-builder": "^0.4.2", "@nuxt/webpack-builder": "^0.4.2",

View File

@ -1702,7 +1702,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@nuxt/nitro@^0.7.2, @nuxt/nitro@workspace:packages/nitro": "@nuxt/nitro@^0.8.0, @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:
@ -10643,7 +10643,7 @@ __metadata:
dependencies: dependencies:
"@nuxt/app": ^0.4.2 "@nuxt/app": ^0.4.2
"@nuxt/kit": ^0.6.2 "@nuxt/kit": ^0.6.2
"@nuxt/nitro": ^0.7.2 "@nuxt/nitro": ^0.8.0
"@nuxt/pages": ^0.2.2 "@nuxt/pages": ^0.2.2
"@nuxt/vite-builder": ^0.4.2 "@nuxt/vite-builder": ^0.4.2
"@nuxt/webpack-builder": ^0.4.2 "@nuxt/webpack-builder": ^0.4.2