Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 24, 2024
1 parent 5961cdf commit a7a0f10
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^5.5.4",
"unplugin-vue-markdown": "^0.26.2",
"vike": "^0.4.191",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vite": "^5.4.0",
"vite-plugin-cjs-interop": "^2.1.1",
"vue": "^3.4.36",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vike": "^0.4.191",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vite": "^5.4.0",
"vue": "^3.4.36"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pinia": "^2.1.7",
"vike": "^0.4.191",
"vike-vue-pinia": "^0.1.1",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vite": "^5.4.0",
"vue": "^3.4.36"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node-fetch": "^3.3.2",
"vike": "^0.4.191",
"vike-vue-query": "^0.1.1",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vite": "^5.4.0",
"vue": "^3.4.36"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vike": "^0.4.191",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^22.1.0",
"typescript": "^5.4.5",
"vike": "^0.4.191",
"vike-vue": "^0.8.2",
"vike-vue": "^0.8.3",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
},
Expand Down
24 changes: 24 additions & 0 deletions packages/vike-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [0.8.3](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.3) (2024-08-24)


### Bug Fixes

* add JSDocs ([3552702](https://github.com/vikejs/vike-vue/commit/35527026d90847cf4be86bcb18fa248b5d1490e1))
* call onBeforeRenderHtml() right before rendering ([#141](https://github.com/vikejs/vike-vue/issues/141)) ([ca7fdfd](https://github.com/vikejs/vike-vue/commit/ca7fdfd8acb4e78437dcf09b6eee608b5dc98ae5))
* make useConfig() work for vike-vue hooks ([#141](https://github.com/vikejs/vike-vue/issues/141)) ([47ac2d6](https://github.com/vikejs/vike-vue/commit/47ac2d68f77a0de043680760d92beb86afe86b4f))
* remove unused types export ([0728c10](https://github.com/vikejs/vike-vue/commit/0728c10f9df2599b6b9d5496f95e89e598b1ed24))
* use [email protected] ([efed97a](https://github.com/vikejs/vike-vue/commit/efed97a186b55c787322de07722f345ea40749c5))


### Features

* add pageContext.pageHtml{String,Stream} ([6c63604](https://github.com/vikejs/vike-vue/commit/6c636040479e8dbc60e3a7adfe4d57ae7c8c43fc))
* pageContext.isRenderingHead ([#183](https://github.com/vikejs/vike-vue/issues/183)) ([9ffa550](https://github.com/vikejs/vike-vue/commit/9ffa5504c7f82838b329be56619855b1c0f1831c))


### BREAKING CHANGES

* Update to `[email protected]` or above.



## [0.8.2](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.2) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-vue",
"version": "0.8.2",
"version": "0.8.3",
"repository": "https://github.com/vikejs/vike-vue",
"type": "module",
"exports": {
Expand Down

0 comments on commit a7a0f10

Please sign in to comment.