diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index c1d6de3603..9e4ce957b5 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -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) diff --git a/packages/kit/package.json b/packages/kit/package.json index a4d2a4647e..dc104be06e 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "0.3.0", + "version": "0.4.0", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 7047d8d812..6f7bfdbd4f 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -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) diff --git a/packages/nitro/package.json b/packages/nitro/package.json index b5b5a9c538..722b9a52fa 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -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", diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index d39abba58d..0deb1ffee1 100644 --- a/packages/nuxt3/CHANGELOG.md +++ b/packages/nuxt3/CHANGELOG.md @@ -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) diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index 34810d9fee..52946960a3 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -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", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 521d025ef0..15ec701216 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -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) diff --git a/packages/vite/package.json b/packages/vite/package.json index d35b940f73..fa3b6b0452 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -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", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 6e1f3453b3..8dd18baca9 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -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) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 5b3d0c819f..7029bea770 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 259e74837d..ac773f4387 100644 --- a/yarn.lock +++ b/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