mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: release
- @nuxt/app@0.4.1 - nuxt-cli@0.3.5 - @nuxt/kit@0.6.1 - @nuxt/nitro@0.7.1 - nuxt3@0.7.1 - @nuxt/pages@0.2.1 - @nuxt/vite-builder@0.4.1 - @nuxt/webpack-builder@0.4.1
This commit is contained in:
parent
423289d469
commit
6bde903273
@ -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.4.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.4.0...@nuxt/app@0.4.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.3...@nuxt/app@0.4.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/app",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
|
@ -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.3.5](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.4...nuxt-cli@0.3.5) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package nuxt-cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.3...nuxt-cli@0.3.4) (2021-05-20)
|
||||
|
||||
**Note:** Version bump only for package nuxt-cli
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-cli",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -20,7 +20,7 @@
|
||||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"@types/clear": "^0",
|
||||
"@types/debounce-promise": "^3",
|
||||
"@types/mri": "^1.1.0",
|
||||
|
@ -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.6.1](https://github.com/nuxt/framework/compare/@nuxt/kit@0.6.0...@nuxt/kit@0.6.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/kit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.5.3...@nuxt/kit@0.6.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/kit",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
|
@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.7.0...@nuxt/nitro@0.7.1) (2021-05-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **compat:** add template variables for compat module ([#162](https://github.com/nuxt/framework/issues/162)) ([f497020](https://github.com/nuxt/framework/commit/f497020f6e76eab58f2c289276f0052d32c6ba39))
|
||||
* **nitro:** set `makeAbsoluteExternalsRelative` to false (resolves [#160](https://github.com/nuxt/framework/issues/160)) ([a82e7b9](https://github.com/nuxt/framework/commit/a82e7b9008668897a73ec7c1d8328321211b08fd))
|
||||
* **nitro:** sort middleware fron long to short ([0317307](https://github.com/nuxt/framework/commit/03173075dac2f213cb0d1dd6819cd9e455a79d02))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.6.3...@nuxt/nitro@0.7.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/nitro",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
@ -16,7 +16,7 @@
|
||||
"@cloudflare/kv-asset-handler": "^0.1.1",
|
||||
"@netlify/functions": "^0.7.2",
|
||||
"@nuxt/devalue": "^1.2.5",
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"@rollup/plugin-alias": "^3.1.2",
|
||||
"@rollup/plugin-commonjs": "^19.0.0",
|
||||
"@rollup/plugin-inject": "^4.0.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.7.1](https://github.com/nuxt/framework/compare/nuxt3@0.7.0...nuxt3@0.7.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package nuxt3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/nuxt/framework/compare/nuxt3@0.6.3...nuxt3@0.7.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt3",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -17,12 +17,12 @@
|
||||
"nuxt-cli": "./bin/nuxt.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/app": "^0.4.0",
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/nitro": "^0.7.0",
|
||||
"@nuxt/pages": "^0.2.0",
|
||||
"@nuxt/vite-builder": "^0.4.0",
|
||||
"@nuxt/webpack-builder": "^0.4.0",
|
||||
"@nuxt/app": "^0.4.1",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"@nuxt/nitro": "^0.7.1",
|
||||
"@nuxt/pages": "^0.2.1",
|
||||
"@nuxt/vite-builder": "^0.4.1",
|
||||
"@nuxt/webpack-builder": "^0.4.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"consola": "^2.15.3",
|
||||
"defu": "^5.0.0",
|
||||
@ -32,7 +32,7 @@
|
||||
"hookable": "^4.4.1",
|
||||
"ignore": "^5.1.8",
|
||||
"lodash": "^4.17.21",
|
||||
"nuxt-cli": "^0.3.4",
|
||||
"nuxt-cli": "^0.3.5",
|
||||
"scule": "^0.2.1",
|
||||
"ufo": "^0.7.5",
|
||||
"upath": "^2.0.1"
|
||||
|
@ -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/pages@0.2.0...@nuxt/pages@0.2.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/pages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.2.0 (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/pages",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"types": "./dist/module.d.ts",
|
||||
@ -12,7 +12,7 @@
|
||||
"prepack": "unbuild"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"globby": "^11.0.3",
|
||||
"ufo": "^0.7.5",
|
||||
"upath": "^2.0.1",
|
||||
|
@ -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.4.1](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.4.0...@nuxt/vite-builder@0.4.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vite-builder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.3.3...@nuxt/vite-builder@0.4.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vite-builder",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -15,7 +15,7 @@
|
||||
"unbuild": "^0.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"@vitejs/plugin-vue": "^1.2.2",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"chokidar": "^3.5.1",
|
||||
|
@ -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.4.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.0...@nuxt/webpack-builder@0.4.1) (2021-05-24)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/webpack-builder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.4...@nuxt/webpack-builder@0.4.0) (2021-05-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/webpack-builder",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"repository": "nuxt/framework",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.14.3",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
|
||||
"@nuxt/kit": "^0.6.0",
|
||||
"@nuxt/kit": "^0.6.1",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"babel-loader": "^8.2.2",
|
||||
|
38
yarn.lock
38
yarn.lock
@ -1622,7 +1622,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/app@^0.4.0, @nuxt/app@workspace:packages/app":
|
||||
"@nuxt/app@^0.4.1, @nuxt/app@workspace:packages/app":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/app@workspace:packages/app"
|
||||
dependencies:
|
||||
@ -1659,7 +1659,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/kit@^0.6.0, @nuxt/kit@workspace:packages/kit":
|
||||
"@nuxt/kit@^0.6.1, @nuxt/kit@workspace:packages/kit":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/kit@workspace:packages/kit"
|
||||
dependencies:
|
||||
@ -1702,14 +1702,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/nitro@^0.7.0, @nuxt/nitro@workspace:packages/nitro":
|
||||
"@nuxt/nitro@^0.7.1, @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.7.2
|
||||
"@nuxt/devalue": ^1.2.5
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/kit": ^0.6.1
|
||||
"@rollup/plugin-alias": ^3.1.2
|
||||
"@rollup/plugin-commonjs": ^19.0.0
|
||||
"@rollup/plugin-inject": ^4.0.2
|
||||
@ -1770,11 +1770,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/pages@^0.2.0, @nuxt/pages@workspace:packages/pages":
|
||||
"@nuxt/pages@^0.2.1, @nuxt/pages@workspace:packages/pages":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/pages@workspace:packages/pages"
|
||||
dependencies:
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/kit": ^0.6.1
|
||||
globby: ^11.0.3
|
||||
ufo: ^0.7.5
|
||||
unbuild: ^0.3.0
|
||||
@ -1783,11 +1783,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/vite-builder@^0.4.0, @nuxt/vite-builder@workspace:packages/vite":
|
||||
"@nuxt/vite-builder@^0.4.1, @nuxt/vite-builder@workspace:packages/vite":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||
dependencies:
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/kit": ^0.6.1
|
||||
"@types/debounce": ^1.2.0
|
||||
"@vitejs/plugin-vue": ^1.2.2
|
||||
"@vue/compiler-sfc": ^3.0.11
|
||||
@ -1802,13 +1802,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/webpack-builder@^0.4.0, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||
"@nuxt/webpack-builder@^0.4.1, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
||||
dependencies:
|
||||
"@babel/core": ^7.14.3
|
||||
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/kit": ^0.6.1
|
||||
"@types/pify": ^5.0.0
|
||||
"@types/terser-webpack-plugin": ^5.0.3
|
||||
"@types/webpack-bundle-analyzer": ^4.4.0
|
||||
@ -10581,11 +10581,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nuxt-cli@^0.3.4, nuxt-cli@workspace:packages/cli":
|
||||
"nuxt-cli@^0.3.5, nuxt-cli@workspace:packages/cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt-cli@workspace:packages/cli"
|
||||
dependencies:
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/kit": ^0.6.1
|
||||
"@types/clear": ^0
|
||||
"@types/debounce-promise": ^3
|
||||
"@types/mri": ^1.1.0
|
||||
@ -10635,12 +10635,12 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||
dependencies:
|
||||
"@nuxt/app": ^0.4.0
|
||||
"@nuxt/kit": ^0.6.0
|
||||
"@nuxt/nitro": ^0.7.0
|
||||
"@nuxt/pages": ^0.2.0
|
||||
"@nuxt/vite-builder": ^0.4.0
|
||||
"@nuxt/webpack-builder": ^0.4.0
|
||||
"@nuxt/app": ^0.4.1
|
||||
"@nuxt/kit": ^0.6.1
|
||||
"@nuxt/nitro": ^0.7.1
|
||||
"@nuxt/pages": ^0.2.1
|
||||
"@nuxt/vite-builder": ^0.4.1
|
||||
"@nuxt/webpack-builder": ^0.4.1
|
||||
"@types/fs-extra": ^9.0.11
|
||||
"@types/hash-sum": ^1.0.0
|
||||
"@types/lodash": ^4.14.170
|
||||
@ -10653,7 +10653,7 @@ __metadata:
|
||||
hookable: ^4.4.1
|
||||
ignore: ^5.1.8
|
||||
lodash: ^4.17.21
|
||||
nuxt-cli: ^0.3.4
|
||||
nuxt-cli: ^0.3.5
|
||||
scule: ^0.2.1
|
||||
ufo: ^0.7.5
|
||||
unbuild: ^0.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user