From 0ba484b99a6617595a4a8a294b15a2a6927377eb Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 4 Apr 2021 22:56:15 +0200 Subject: [PATCH] chore: release - @nuxt/nitro@0.2.2 - nuxt3@0.2.3 --- packages/nitro/CHANGELOG.md | 8 ++++++++ packages/nitro/package.json | 2 +- packages/nuxt3/CHANGELOG.md | 8 ++++++++ packages/nuxt3/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index cbde65801a..f03b7fd055 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/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.2.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.1...@nuxt/nitro@0.2.2) (2021-04-04) + +**Note:** Version bump only for package @nuxt/nitro + + + + + ## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.0...@nuxt/nitro@0.2.1) (2021-04-04) diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 0c76383a13..354269d3dc 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/nitro", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "main": "dist/index.js", "files": [ diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index aeebdd2b50..0e61952dd3 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.2.3](https://github.com/nuxt/framework/compare/nuxt3@0.2.2...nuxt3@0.2.3) (2021-04-04) + +**Note:** Version bump only for package nuxt3 + + + + + ## [0.2.2](https://github.com/nuxt/framework/compare/nuxt3@0.2.1...nuxt3@0.2.2) (2021-04-04) diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index 5932208d0d..514fb8806b 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3", - "version": "0.2.2", + "version": "0.2.3", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -22,7 +22,7 @@ "dependencies": { "@nuxt/app": "^0.2.0", "@nuxt/kit": "^0.2.0", - "@nuxt/nitro": "^0.2.1", + "@nuxt/nitro": "^0.2.2", "@nuxt/vite-builder": "^0.1.1", "@nuxt/webpack-builder": "^0.1.1", "chokidar": "^3.5.1",