From 4482fd79e9a41895331450157239440f8c127c5e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 23 Apr 2021 23:02:36 +0200 Subject: [PATCH] chore: release - @nuxt/nitro@0.6.1 - nuxt3@0.6.1 --- packages/nitro/CHANGELOG.md | 11 +++++++++++ packages/nitro/package.json | 2 +- packages/nuxt3/CHANGELOG.md | 8 ++++++++ packages/nuxt3/package.json | 4 ++-- yarn.lock | 4 ++-- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 0208b5c517..705d11c305 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.6.0...@nuxt/nitro@0.6.1) (2021-04-23) + + +### Bug Fixes + +* **nitro:** avoid using fs/promises ([47c2855](https://github.com/nuxt/framework/commit/47c28551c84f025eb9f9e29bd912026f7b143279)) + + + + + # [0.6.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.2...@nuxt/nitro@0.6.0) (2021-04-23) diff --git a/packages/nitro/package.json b/packages/nitro/package.json index b818a32a7b..71d7ed461a 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/nitro", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "main": "dist/index.js", "types": "./types/index.d.ts", diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index 28851df94c..5fb9ed9a5e 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.6.1](https://github.com/nuxt/framework/compare/nuxt3@0.6.0...nuxt3@0.6.1) (2021-04-23) + +**Note:** Version bump only for package nuxt3 + + + + + # [0.6.0](https://github.com/nuxt/framework/compare/nuxt3@0.5.1...nuxt3@0.6.0) (2021-04-23) diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index 201a669151..71fd3fcfd0 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3", - "version": "0.6.0", + "version": "0.6.1", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -19,7 +19,7 @@ "dependencies": { "@nuxt/app": "^0.3.2", "@nuxt/kit": "^0.5.1", - "@nuxt/nitro": "^0.6.0", + "@nuxt/nitro": "^0.6.1", "@nuxt/vite-builder": "^0.3.1", "@nuxt/webpack-builder": "^0.3.2", "chokidar": "^3.5.1", diff --git a/yarn.lock b/yarn.lock index 23f9d6065f..123e494c13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1643,7 +1643,7 @@ __metadata: languageName: unknown linkType: soft -"@nuxt/nitro@^0.6.0, @nuxt/nitro@workspace:packages/nitro": +"@nuxt/nitro@^0.6.1, @nuxt/nitro@workspace:packages/nitro": version: 0.0.0-use.local resolution: "@nuxt/nitro@workspace:packages/nitro" dependencies: @@ -10676,7 +10676,7 @@ __metadata: dependencies: "@nuxt/app": ^0.3.2 "@nuxt/kit": ^0.5.1 - "@nuxt/nitro": ^0.6.0 + "@nuxt/nitro": ^0.6.1 "@nuxt/vite-builder": ^0.3.1 "@nuxt/webpack-builder": ^0.3.2 "@types/fs-extra": ^9.0.11