mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
chore: release
- @nuxt/nitro@0.3.0 - nuxt3@0.2.6
This commit is contained in:
parent
b536ab4ba7
commit
3eb3927779
@ -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.3.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.4...@nuxt/nitro@0.3.0) (2021-04-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* basic support for netlify_builder target ([#18](https://github.com/nuxt/framework/issues/18)) ([b536ab4](https://github.com/nuxt/framework/commit/b536ab4ba7c0d8d38224e61c1f91ce528a6ba4e8))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.4](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.3...@nuxt/nitro@0.2.4) (2021-04-06)
|
## [0.2.4](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.3...@nuxt/nitro@0.2.4) (2021-04-06)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/nitro",
|
"name": "@nuxt/nitro",
|
||||||
"version": "0.2.4",
|
"version": "0.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
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.6](https://github.com/nuxt/framework/compare/nuxt3@0.2.5...nuxt3@0.2.6) (2021-04-08)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package nuxt3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.5](https://github.com/nuxt/framework/compare/nuxt3@0.2.4...nuxt3@0.2.5) (2021-04-06)
|
## [0.2.5](https://github.com/nuxt/framework/compare/nuxt3@0.2.4...nuxt3@0.2.5) (2021-04-06)
|
||||||
|
|
||||||
**Note:** Version bump only for package nuxt3
|
**Note:** Version bump only for package nuxt3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt3",
|
"name": "nuxt3",
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/app": "^0.2.1",
|
"@nuxt/app": "^0.2.1",
|
||||||
"@nuxt/kit": "^0.2.0",
|
"@nuxt/kit": "^0.2.0",
|
||||||
"@nuxt/nitro": "^0.2.4",
|
"@nuxt/nitro": "^0.3.0",
|
||||||
"@nuxt/vite-builder": "^0.1.1",
|
"@nuxt/vite-builder": "^0.1.1",
|
||||||
"@nuxt/webpack-builder": "^0.1.2",
|
"@nuxt/webpack-builder": "^0.1.2",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
|
@ -1643,7 +1643,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/nitro@^0.2.4, @nuxt/nitro@workspace:packages/nitro":
|
"@nuxt/nitro@^0.3.0, @nuxt/nitro@workspace:packages/nitro":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -10268,7 +10268,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/app": ^0.2.1
|
"@nuxt/app": ^0.2.1
|
||||||
"@nuxt/kit": ^0.2.0
|
"@nuxt/kit": ^0.2.0
|
||||||
"@nuxt/nitro": ^0.2.4
|
"@nuxt/nitro": ^0.3.0
|
||||||
"@nuxt/vite-builder": ^0.1.1
|
"@nuxt/vite-builder": ^0.1.1
|
||||||
"@nuxt/webpack-builder": ^0.1.2
|
"@nuxt/webpack-builder": ^0.1.2
|
||||||
"@types/fs-extra": ^9.0.10
|
"@types/fs-extra": ^9.0.10
|
||||||
|
Loading…
Reference in New Issue
Block a user