Skip to content

Commit

Permalink
release: v0.4.161
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 7, 2024
1 parent bb7fdc4 commit c572f8d
Show file tree
Hide file tree
Showing 71 changed files with 90 additions and 70 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.4.161](https://github.com/vikejs/vike/compare/v0.4.160...v0.4.161) (2024-02-07)


### Bug Fixes

* add error hint ([#1469](https://github.com/vikejs/vike/issues/1469)) ([5bab863](https://github.com/vikejs/vike/commit/5bab86306d08120ab0be2aba8fd568ba3a91cfb7))
* add missing getReadableNodeStream() type (fix [#1473](https://github.com/vikejs/vike/issues/1473)) ([f473528](https://github.com/vikejs/vike/commit/f47352858b05ab118bda2dee1c74962294039596))
* deprecate `$ vike prerender` options ([fd0065e](https://github.com/vikejs/vike/commit/fd0065e601b625d30b2af733e61486bfddbf7062))
* export fake prefetch() on server-side (fix [#1471](https://github.com/vikejs/vike/issues/1471)) ([937d8d5](https://github.com/vikejs/vike/commit/937d8d5c728896b9abad98533e84ab01b6cf8b15))
* fix internal assertion (fix [#1457](https://github.com/vikejs/vike/issues/1457)) ([2c9e631](https://github.com/vikejs/vike/commit/2c9e6312c7cb14984a874c9e4cf482b45af1f45a))
* fix order of meta merging (fix [#1458](https://github.com/vikejs/vike/issues/1458)) ([a1101c1](https://github.com/vikejs/vike/commit/a1101c17fd966feffc20c92e3d985f216553487d))
* improve guard() error message ([#1457](https://github.com/vikejs/vike/issues/1457)) ([df435bb](https://github.com/vikejs/vike/commit/df435bbdcc2530398e3568cf242d1fc232d92be4))
* prohibit wrong NODE_ENV value upon building ([#1469](https://github.com/vikejs/vike/issues/1469)) ([a49930c](https://github.com/vikejs/vike/commit/a49930c37924a71aac9c14613ecfad5f8fd14e2f))
* rename `export { PROJECT_VERSION }` to `export { version }` ([224ae95](https://github.com/vikejs/vike/commit/224ae953d23fb84619b7ae9141f76d1d23b45ecf))
* sort config value sources ([8297658](https://github.com/vikejs/vike/commit/8297658e148f4ff5ff496f910712fba141e9cefc))
* track config dependencies ([c98e555](https://github.com/vikejs/vike/commit/c98e5556be7a7519d7e719de3094f3416748db07))
* use config.build.ssrEmitAssets workaround ([#1364](https://github.com/vikejs/vike/issues/1364)) ([b198cdb](https://github.com/vikejs/vike/commit/b198cdb7a07a21c75b1573136ef0f41a3e429f0d))



## [0.4.160](https://github.com/vikejs/vike/compare/v0.4.159...v0.4.160) (2024-01-23)


Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.160",
"vike": "^0.4.161",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sirv": "^2.0.3",
"vike": "^0.4.160",
"vike": "^0.4.161",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.160",
"vike": "^0.4.161",
"vite": "^5.0.10",
"vue": "^3.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"sirv": "^2.0.3",
"vike": "^0.4.160",
"vike": "^0.4.161",
"vite": "^5.0.10",
"vue": "^3.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vike",
"version": "0.0.325",
"version": "0.0.326",
"license": "MIT",
"bin": {
"create-vike": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.3",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.4.160'
const PROJECT_VERSION = '0.4.161'

export const projectInfo = {
projectName: 'Vike' as const,
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vike": "0.4.160",
"vike": "0.4.161",
"vike-react": "^0.4.4",
"vite": "^5.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.20",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/file-structure-domain-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.2",
"graphql": "^16.6.0",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/html-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"typescript": "^4.6.4",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/path-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-streaming": "^0.3.20",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-streaming": "^0.3.20",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/render-modes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"telefunc": "^0.1.70",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"typescript": "4.8.4",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.2.0",
"vike-react-simple": "^0.1.1",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "0.4.160",
"vike": "0.4.161",
"vike-react": "^0.4.4",
"vite": "^5.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.2.2",
"vite": "^5.0.10",
"unplugin-vue-markdown": "^0.24.3",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.20",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.160",
"vike": "0.4.161",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/graphql-apollo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.160"
"vike": "0.4.161"
},
"type": "module"
}
Loading

0 comments on commit c572f8d

Please sign in to comment.