chore: release

- @nuxt/app@0.3.0
 - nuxt-cli@0.2.0
 - @nuxt/kit@0.3.0
 - @nuxt/nitro@0.4.0
 - nuxt3@0.3.0
 - @nuxt/vite-builder@0.2.0
 - @nuxt/webpack-builder@0.2.0
This commit is contained in:
Pooya Parsa 2021-04-09 18:02:40 +02:00
parent cd9c1cfd44
commit bb797fcbb6
15 changed files with 113 additions and 31 deletions

View File

@ -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.3.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.1...@nuxt/app@0.3.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.0...@nuxt/app@0.2.1) (2021-04-06)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/app",
"version": "0.2.1",
"version": "0.3.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/app/index.js",

View File

@ -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.2.0](https://github.com/nuxt/framework/compare/nuxt-cli@0.1.1...nuxt-cli@0.2.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## 0.1.1 (2021-04-04)
**Note:** Version bump only for package nuxt-cli

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-cli",
"version": "0.1.1",
"version": "0.2.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",

View File

@ -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.3.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.2.0...@nuxt/kit@0.3.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
# 0.2.0 (2021-04-04)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/kit",
"version": "0.2.0",
"version": "0.3.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.3.0...@nuxt/nitro@0.4.0) (2021-04-09)
### Bug Fixes
* **nitro:** exclude `rootDir` from externals and reinstate automock warning ([#66](https://github.com/nuxt/framework/issues/66)) ([00c7ede](https://github.com/nuxt/framework/commit/00c7ede623728d289bb66b459b6eec184affcbfb))
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.4...@nuxt/nitro@0.3.0) (2021-04-08)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/nitro",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
@ -14,7 +14,7 @@
"@cloudflare/kv-asset-handler": "^0.1.1",
"@netlify/functions": "^0.5.0",
"@nuxt/devalue": "^1.2.5",
"@nuxt/kit": "^0.2.0",
"@nuxt/kit": "^0.3.0",
"@nuxt/un": "^0.1.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0",

View File

@ -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.3.0](https://github.com/nuxt/framework/compare/nuxt3@0.2.6...nuxt3@0.3.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## [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

View File

@ -1,6 +1,6 @@
{
"name": "nuxt3",
"version": "0.2.6",
"version": "0.3.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
@ -11,11 +11,11 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/app": "^0.2.1",
"@nuxt/kit": "^0.2.0",
"@nuxt/nitro": "^0.3.0",
"@nuxt/vite-builder": "^0.1.1",
"@nuxt/webpack-builder": "^0.1.2",
"@nuxt/app": "^0.3.0",
"@nuxt/kit": "^0.3.0",
"@nuxt/nitro": "^0.4.0",
"@nuxt/vite-builder": "^0.2.0",
"@nuxt/webpack-builder": "^0.2.0",
"chokidar": "^3.5.1",
"consola": "^2.15.3",
"defu": "^3.2.2",
@ -25,7 +25,7 @@
"hookable": "^4.4.1",
"ignore": "^5.1.8",
"lodash": "^4.17.21",
"nuxt-cli": "^0.1.1",
"nuxt-cli": "^0.2.0",
"scule": "^0.1.1",
"ufo": "^0.6.11",
"upath": "^2.0.1"

View File

@ -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.2.0](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.1.1...@nuxt/vite-builder@0.2.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## 0.1.1 (2021-04-04)
**Note:** Version bump only for package @nuxt/vite-builder

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vite-builder",
"version": "0.1.1",
"version": "0.2.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
@ -14,7 +14,7 @@
"unbuild": "^0.1.12"
},
"dependencies": {
"@nuxt/kit": "^0.2.0",
"@nuxt/kit": "^0.3.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"consola": "^2.15.3",

View File

@ -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.2.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.2...@nuxt/webpack-builder@0.2.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
## [0.1.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.1...@nuxt/webpack-builder@0.1.2) (2021-04-06)
**Note:** Version bump only for package @nuxt/webpack-builder

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack-builder",
"version": "0.1.2",
"version": "0.2.0",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
@ -13,7 +13,7 @@
"dependencies": {
"@babel/core": "^7.13.15",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.2.0",
"@nuxt/kit": "^0.3.0",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-sfc": "^3.0.11",
"babel-loader": "^8.2.2",

View File

@ -1587,7 +1587,7 @@ __metadata:
languageName: node
linkType: hard
"@nuxt/app@^0.2.1, @nuxt/app@workspace:packages/app":
"@nuxt/app@^0.3.0, @nuxt/app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "@nuxt/app@workspace:packages/app"
dependencies:
@ -1624,7 +1624,7 @@ __metadata:
languageName: node
linkType: hard
"@nuxt/kit@^0.2.0, @nuxt/kit@workspace:packages/kit":
"@nuxt/kit@^0.3.0, @nuxt/kit@workspace:packages/kit":
version: 0.0.0-use.local
resolution: "@nuxt/kit@workspace:packages/kit"
dependencies:
@ -1645,14 +1645,14 @@ __metadata:
languageName: unknown
linkType: soft
"@nuxt/nitro@^0.3.0, @nuxt/nitro@workspace:packages/nitro":
"@nuxt/nitro@^0.4.0, @nuxt/nitro@workspace:packages/nitro":
version: 0.0.0-use.local
resolution: "@nuxt/nitro@workspace:packages/nitro"
dependencies:
"@cloudflare/kv-asset-handler": ^0.1.1
"@netlify/functions": ^0.5.0
"@nuxt/devalue": ^1.2.5
"@nuxt/kit": ^0.2.0
"@nuxt/kit": ^0.3.0
"@nuxt/un": ^0.1.1
"@rollup/plugin-alias": ^3.1.2
"@rollup/plugin-commonjs": ^18.0.0
@ -1728,11 +1728,11 @@ __metadata:
languageName: node
linkType: hard
"@nuxt/vite-builder@^0.1.1, @nuxt/vite-builder@workspace:packages/vite":
"@nuxt/vite-builder@^0.2.0, @nuxt/vite-builder@workspace:packages/vite":
version: 0.0.0-use.local
resolution: "@nuxt/vite-builder@workspace:packages/vite"
dependencies:
"@nuxt/kit": ^0.2.0
"@nuxt/kit": ^0.3.0
"@vitejs/plugin-vue": ^1.2.1
"@vue/compiler-sfc": ^3.0.11
consola: ^2.15.3
@ -1743,13 +1743,13 @@ __metadata:
languageName: unknown
linkType: soft
"@nuxt/webpack-builder@^0.1.2, @nuxt/webpack-builder@workspace:packages/webpack":
"@nuxt/webpack-builder@^0.2.0, @nuxt/webpack-builder@workspace:packages/webpack":
version: 0.0.0-use.local
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
dependencies:
"@babel/core": ^7.13.15
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
"@nuxt/kit": ^0.2.0
"@nuxt/kit": ^0.3.0
"@types/terser-webpack-plugin": ^5.0.3
"@types/webpack-bundle-analyzer": ^3.9.2
"@types/webpack-dev-middleware": ^4.1.2
@ -10012,7 +10012,7 @@ __metadata:
languageName: node
linkType: hard
"nuxt-cli@^0.1.1, nuxt-cli@workspace:packages/cli":
"nuxt-cli@^0.2.0, nuxt-cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "nuxt-cli@workspace:packages/cli"
dependencies:
@ -10051,11 +10051,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "nuxt3@workspace:packages/nuxt3"
dependencies:
"@nuxt/app": ^0.2.1
"@nuxt/kit": ^0.2.0
"@nuxt/nitro": ^0.3.0
"@nuxt/vite-builder": ^0.1.1
"@nuxt/webpack-builder": ^0.1.2
"@nuxt/app": ^0.3.0
"@nuxt/kit": ^0.3.0
"@nuxt/nitro": ^0.4.0
"@nuxt/vite-builder": ^0.2.0
"@nuxt/webpack-builder": ^0.2.0
"@types/fs-extra": ^9.0.10
"@types/hash-sum": ^1.0.0
"@types/lodash": ^4.14.168
@ -10068,7 +10068,7 @@ __metadata:
hookable: ^4.4.1
ignore: ^5.1.8
lodash: ^4.17.21
nuxt-cli: ^0.1.1
nuxt-cli: ^0.2.0
scule: ^0.1.1
ufo: ^0.6.11
unbuild: ^0.1.12