Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent b3c77f0 commit 754fe54
Show file tree
Hide file tree
Showing 8 changed files with 18 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.195",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"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.195",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"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.195",
"vike-vue-pinia": "^0.1.2",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"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 @@ -12,7 +12,7 @@
"typescript": "5.4.5",
"vike": "^0.4.195",
"vike-vue-query": "^0.1.3",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"vite": "^5.4.0",
"vue": "^3.4.36",
"vue-tsc": "^1.8.27"
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.195",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"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.195",
"vike-vue": "^0.8.4",
"vike-vue": "^0.8.5",
"vue": "^3.4.36",
"vue-tsc": "^2.0.13"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vike-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.8.5](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.5) (2024-09-12)


### Bug Fixes

* make pageContext.app available upon client-side navigation ([1c0b6fb](https://github.com/vikejs/vike-vue/commit/1c0b6fb74a92274afb779726056fefc4ed664447))
* more precise peer dependencies ([b3c77f0](https://github.com/vikejs/vike-vue/commit/b3c77f0eee7cec39f52b125e40d98a9dd7d8a7e4))
* simplify vike-vue-{query,pinia} integration ([08b612f](https://github.com/vikejs/vike-vue/commit/08b612f689545e54e42cfd7ed2639680c182f7fb))



## [0.8.4](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.4) (2024-09-10)


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

0 comments on commit 754fe54

Please sign in to comment.