mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: release
- @nuxt/kit@0.4.0 - @nuxt/nitro@0.5.0 - nuxt3@0.4.0 - @nuxt/vite-builder@0.2.1 - @nuxt/webpack-builder@0.3.0
This commit is contained in:
parent
dacde63063
commit
6a30a6fd10
@ -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.4.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.3.0...@nuxt/kit@0.4.0) (2021-04-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add hook signatures and basic typings ([#79](https://github.com/nuxt/framework/issues/79)) ([dacde63](https://github.com/nuxt/framework/commit/dacde630634700172ccd54a1e4f1d0469b28bd30))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.2.0...@nuxt/kit@0.3.0) (2021-04-09)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/kit",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
|
@ -3,6 +3,29 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.5.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.4.0...@nuxt/nitro@0.5.0) (2021-04-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **nitro:** absolute external resolution ([#80](https://github.com/nuxt/framework/issues/80)) ([9a23c2a](https://github.com/nuxt/framework/commit/9a23c2a553e7a00952233ac9f2a35519047f27bc))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **nitro:** raw loader ([#75](https://github.com/nuxt/framework/issues/75)) ([2d60e71](https://github.com/nuxt/framework/commit/2d60e71fcb612ec0d672ff031f8bfc628e842d19))
|
||||
* **nitro:** server assets ([#83](https://github.com/nuxt/framework/issues/83)) ([babb70a](https://github.com/nuxt/framework/commit/babb70a4bd7f01b6b2d30d264ac83f4ae06196b5))
|
||||
* **nitro:** storage support ([#76](https://github.com/nuxt/framework/issues/76)) ([31f06e9](https://github.com/nuxt/framework/commit/31f06e9f69614d2ace3c70d974ff4f946397b13d))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **nitro:** externalize buildDir in development ([f8cb258](https://github.com/nuxt/framework/commit/f8cb2586cfd509482705a8bc46ccdee7052dd931))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.3.0...@nuxt/nitro@0.4.0) (2021-04-09)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/nitro",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@ -14,7 +14,7 @@
|
||||
"@cloudflare/kv-asset-handler": "^0.1.1",
|
||||
"@netlify/functions": "^0.6.0",
|
||||
"@nuxt/devalue": "^1.2.5",
|
||||
"@nuxt/kit": "^0.3.0",
|
||||
"@nuxt/kit": "^0.4.0",
|
||||
"@nuxt/un": "^0.1.1",
|
||||
"@rollup/plugin-alias": "^3.1.2",
|
||||
"@rollup/plugin-commonjs": "^18.0.0",
|
||||
|
@ -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.4.0](https://github.com/nuxt/framework/compare/nuxt3@0.3.0...nuxt3@0.4.0) (2021-04-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add hook signatures and basic typings ([#79](https://github.com/nuxt/framework/issues/79)) ([dacde63](https://github.com/nuxt/framework/commit/dacde630634700172ccd54a1e4f1d0469b28bd30))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/nuxt/framework/compare/nuxt3@0.2.6...nuxt3@0.3.0) (2021-04-09)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt3",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -12,10 +12,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"@nuxt/kit": "^0.4.0",
|
||||
"@nuxt/nitro": "^0.5.0",
|
||||
"@nuxt/vite-builder": "^0.2.1",
|
||||
"@nuxt/webpack-builder": "^0.3.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"consola": "^2.15.3",
|
||||
"defu": "^3.2.2",
|
||||
|
@ -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.1](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.2.0...@nuxt/vite-builder@0.2.1) (2021-04-12)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vite-builder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.1.1...@nuxt/vite-builder@0.2.0) (2021-04-09)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vite-builder",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -14,7 +14,7 @@
|
||||
"unbuild": "^0.1.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^0.3.0",
|
||||
"@nuxt/kit": "^0.4.0",
|
||||
"@vitejs/plugin-vue": "^1.2.1",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"consola": "^2.15.3",
|
||||
|
@ -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/webpack-builder@0.2.0...@nuxt/webpack-builder@0.3.0) (2021-04-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add hook signatures and basic typings ([#79](https://github.com/nuxt/framework/issues/79)) ([dacde63](https://github.com/nuxt/framework/commit/dacde630634700172ccd54a1e4f1d0469b28bd30))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.2...@nuxt/webpack-builder@0.2.0) (2021-04-09)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/webpack-builder",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.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.3.0",
|
||||
"@nuxt/kit": "^0.4.0",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"babel-loader": "^8.2.2",
|
||||
|
22
yarn.lock
22
yarn.lock
@ -1624,7 +1624,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/kit@^0.3.0, @nuxt/kit@workspace:packages/kit":
|
||||
"@nuxt/kit@^0.4.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.4.0, @nuxt/nitro@workspace:packages/nitro":
|
||||
"@nuxt/nitro@^0.5.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.6.0
|
||||
"@nuxt/devalue": ^1.2.5
|
||||
"@nuxt/kit": ^0.3.0
|
||||
"@nuxt/kit": ^0.4.0
|
||||
"@nuxt/un": ^0.1.1
|
||||
"@rollup/plugin-alias": ^3.1.2
|
||||
"@rollup/plugin-commonjs": ^18.0.0
|
||||
@ -1729,11 +1729,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/vite-builder@^0.2.0, @nuxt/vite-builder@workspace:packages/vite":
|
||||
"@nuxt/vite-builder@^0.2.1, @nuxt/vite-builder@workspace:packages/vite":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||
dependencies:
|
||||
"@nuxt/kit": ^0.3.0
|
||||
"@nuxt/kit": ^0.4.0
|
||||
"@vitejs/plugin-vue": ^1.2.1
|
||||
"@vue/compiler-sfc": ^3.0.11
|
||||
consola: ^2.15.3
|
||||
@ -1744,13 +1744,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/webpack-builder@^0.2.0, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||
"@nuxt/webpack-builder@^0.3.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.3.0
|
||||
"@nuxt/kit": ^0.4.0
|
||||
"@types/pify": ^5.0.0
|
||||
"@types/terser-webpack-plugin": ^5.0.3
|
||||
"@types/webpack-bundle-analyzer": ^3.9.2
|
||||
@ -9999,10 +9999,10 @@ __metadata:
|
||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||
dependencies:
|
||||
"@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
|
||||
"@nuxt/kit": ^0.4.0
|
||||
"@nuxt/nitro": ^0.5.0
|
||||
"@nuxt/vite-builder": ^0.2.1
|
||||
"@nuxt/webpack-builder": ^0.3.0
|
||||
"@types/fs-extra": ^9.0.11
|
||||
"@types/hash-sum": ^1.0.0
|
||||
"@types/lodash": ^4.14.168
|
||||
|
Loading…
Reference in New Issue
Block a user