From 48b3c75194391e16281abc93d3ab3d1fe310f178 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 4 Jun 2021 22:16:21 +0200 Subject: [PATCH] chore: release - @nuxt/nitro@0.8.0 - nuxt3@0.7.3 --- packages/nitro/CHANGELOG.md | 16 ++++++++++++++++ packages/nitro/package.json | 2 +- packages/nuxt3/CHANGELOG.md | 8 ++++++++ packages/nuxt3/package.json | 4 ++-- yarn.lock | 4 ++-- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 219b1cab39..ac689b6507 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nuxt/nitro diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 7664701f8f..d31f9aa6de 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/nitro", - "version": "0.7.2", + "version": "0.8.0", "license": "MIT", "main": "dist/index.js", "types": "./types/index.d.ts", diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index adfc2cdf46..38cb9a187e 100644 --- a/packages/nuxt3/CHANGELOG.md +++ b/packages/nuxt3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package nuxt3 diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index a876919877..d2b6375ba9 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3", - "version": "0.7.2", + "version": "0.7.3", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -19,7 +19,7 @@ "dependencies": { "@nuxt/app": "^0.4.2", "@nuxt/kit": "^0.6.2", - "@nuxt/nitro": "^0.7.2", + "@nuxt/nitro": "^0.8.0", "@nuxt/pages": "^0.2.2", "@nuxt/vite-builder": "^0.4.2", "@nuxt/webpack-builder": "^0.4.2", diff --git a/yarn.lock b/yarn.lock index b3bc03a374..feb6d8b1bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1702,7 +1702,7 @@ __metadata: languageName: node 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 resolution: "@nuxt/nitro@workspace:packages/nitro" dependencies: @@ -10643,7 +10643,7 @@ __metadata: dependencies: "@nuxt/app": ^0.4.2 "@nuxt/kit": ^0.6.2 - "@nuxt/nitro": ^0.7.2 + "@nuxt/nitro": ^0.8.0 "@nuxt/pages": ^0.2.2 "@nuxt/vite-builder": ^0.4.2 "@nuxt/webpack-builder": ^0.4.2