chore: release

- @nuxt/nitro@0.2.1
 - nuxt3@0.2.2
This commit is contained in:
Pooya Parsa 2021-04-04 19:57:49 +02:00
parent 16cc09bd76
commit 922fc109dc
4 changed files with 28 additions and 3 deletions

View File

@ -3,6 +3,20 @@
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.2.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.0...@nuxt/nitro@0.2.1) (2021-04-04)
### Bug Fixes
* **nitro:** add back compat entry ([9c21ea5](https://github.com/nuxt/framework/commit/9c21ea52ea3571a54ec3173644f73cdc851d1fb5))
* **nitro:** add missing kit dependency ([6e1cb62](https://github.com/nuxt/framework/commit/6e1cb62231fa735c8776292e92ed07ea7aa0f01a))
* **nitro:** pass req, res to ssr context (resolves [#39](https://github.com/nuxt/framework/issues/39)) ([16cc09b](https://github.com/nuxt/framework/commit/16cc09bd76044fd24a9e6a393a79aa01f299b009))
* **nitro:** resolve alias for serverMiddleware ([c864c5a](https://github.com/nuxt/framework/commit/c864c5a30cfc38362e35ee4c7015b589d445edee))
# 0.2.0 (2021-04-04) # 0.2.0 (2021-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/nitro", "name": "@nuxt/nitro",
"version": "0.2.0", "version": "0.2.1",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [

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.2.2](https://github.com/nuxt/framework/compare/nuxt3@0.2.1...nuxt3@0.2.2) (2021-04-04)
### Bug Fixes
* **nitro:** resolve alias for serverMiddleware ([c864c5a](https://github.com/nuxt/framework/commit/c864c5a30cfc38362e35ee4c7015b589d445edee))
## [0.2.1](https://github.com/nuxt/framework/compare/nuxt3@0.2.0...nuxt3@0.2.1) (2021-04-04) ## [0.2.1](https://github.com/nuxt/framework/compare/nuxt3@0.2.0...nuxt3@0.2.1) (2021-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt3", "name": "nuxt3",
"version": "0.2.1", "version": "0.2.2",
"repository": "nuxt/framework", "repository": "nuxt/framework",
"license": "MIT", "license": "MIT",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"@nuxt/app": "^0.2.0", "@nuxt/app": "^0.2.0",
"@nuxt/kit": "^0.2.0", "@nuxt/kit": "^0.2.0",
"@nuxt/nitro": "^0.2.0", "@nuxt/nitro": "^0.2.1",
"@nuxt/vite-builder": "^0.1.1", "@nuxt/vite-builder": "^0.1.1",
"@nuxt/webpack-builder": "^0.1.1", "@nuxt/webpack-builder": "^0.1.1",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",