Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 10, 2024
1 parent 2770f98 commit d16da18
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.197",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.197",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.197",
"vike-vue-pinia": "^0.1.3",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.197",
"vike-vue-query": "^0.1.4",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.197",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.197",
"vike-vue": "^0.8.5",
"vike-vue": "^0.8.6",
"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.6](https://github.com/vikejs/vike-vue/compare/[email protected]@0.8.6) (2024-12-10)


### Bug Fixes

* improve JSDoc ([5b4be67](https://github.com/vikejs/vike-vue/commit/5b4be67761bbb568636c07fbee410be3ec5c0e2c))
* improve stream setting type ([2770f98](https://github.com/vikejs/vike-vue/commit/2770f98d4fb8df0b32d7569147eae8c07a0b7f5b))
* optimistic peer dependencies ([f1e8ba6](https://github.com/vikejs/vike-vue/commit/f1e8ba69d732d5786dbda8ce5a0d37562f75f998))
* simplify JSDocs for stream setting ([9ddce6b](https://github.com/vikejs/vike-vue/commit/9ddce6bd3897d44b9fd5104d718b470169226fa1))



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


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

0 comments on commit d16da18

Please sign in to comment.