mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: release
- @nuxt/nitro@0.5.2 - nuxt3@0.5.1
This commit is contained in:
parent
4dac07a104
commit
f51eb015d2
@ -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.5.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.1...@nuxt/nitro@0.5.2) (2021-04-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **nitro:** support vue-meta (compat) ([4dac07a](https://github.com/nuxt/framework/commit/4dac07a10459e1ae5c63361cf7a55cb2020244ff))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.0...@nuxt/nitro@0.5.1) (2021-04-16)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/nitro",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
@ -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.5.1](https://github.com/nuxt/framework/compare/nuxt3@0.5.0...nuxt3@0.5.1) (2021-04-17)
|
||||
|
||||
**Note:** Version bump only for package nuxt3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/nuxt/framework/compare/nuxt3@0.4.0...nuxt3@0.5.0) (2021-04-16)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt3",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/app": "^0.3.1",
|
||||
"@nuxt/kit": "^0.5.0",
|
||||
"@nuxt/nitro": "^0.5.1",
|
||||
"@nuxt/nitro": "^0.5.2",
|
||||
"@nuxt/vite-builder": "^0.3.0",
|
||||
"@nuxt/webpack-builder": "^0.3.1",
|
||||
"chokidar": "^3.5.1",
|
||||
|
@ -1644,7 +1644,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/nitro@^0.5.1, @nuxt/nitro@workspace:packages/nitro":
|
||||
"@nuxt/nitro@^0.5.2, @nuxt/nitro@workspace:packages/nitro":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
||||
dependencies:
|
||||
@ -10113,7 +10113,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@nuxt/app": ^0.3.1
|
||||
"@nuxt/kit": ^0.5.0
|
||||
"@nuxt/nitro": ^0.5.1
|
||||
"@nuxt/nitro": ^0.5.2
|
||||
"@nuxt/vite-builder": ^0.3.0
|
||||
"@nuxt/webpack-builder": ^0.3.1
|
||||
"@types/fs-extra": ^9.0.11
|
||||
|
Loading…
Reference in New Issue
Block a user