Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 10, 2024
1 parent c01f129 commit 5b66ace
Show file tree
Hide file tree
Showing 8 changed files with 19 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.3",
"vike-vue": "^0.8.4",
"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.3",
"vike-vue": "^0.8.4",
"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.3",
"vike-vue": "^0.8.4",
"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.3",
"vike-vue": "^0.8.4",
"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.3",
"vike-vue": "^0.8.4",
"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.3",
"vike-vue": "^0.8.4",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/vike-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.8.4](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.4) (2024-09-10)


### Bug Fixes

* ensure pageContext.ssrContext is always defined ([1c0b011](https://github.com/vikejs/vike-vue/commit/1c0b0118b723216e516acc82e99fd46384f957e6))
* improve JSDocs ([d0ba07e](https://github.com/vikejs/vike-vue/commit/d0ba07eed5a6833fb61d65279460f5cbbaea6527))
* properly export config (fix [#194](https://github.com/vikejs/vike-vue/issues/194)) ([c01f129](https://github.com/vikejs/vike-vue/commit/c01f129a77a75222c39d123beba0f31c87625d28))
* return undefined instead of throw error upon missing pageContext (fix vikejs/vike-react[#147](https://github.com/vikejs/vike-vue/issues/147)) ([103f30b](https://github.com/vikejs/vike-vue/commit/103f30b57c97aba2e25a43c7db1b3547c5624a3e))



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


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.3",
"version": "0.8.4",
"repository": "https://github.com/vikejs/vike-vue",
"type": "module",
"exports": {
Expand Down

0 comments on commit 5b66ace

Please sign in to comment.