Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 17, 2024
1 parent 3f30f69 commit 31ebfde
Show file tree
Hide file tree
Showing 8 changed files with 16 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.4.5",
"unplugin-vue-markdown": "^0.26.2",
"vike": "^0.4.168",
"vike-vue": "^0.6.5",
"vike-vue": "^0.6.6",
"vite": "^5.2.9",
"vite-plugin-cjs-interop": "^2.1.0",
"vue": "^3.4.23",
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.168",
"vike-vue": "^0.6.5",
"vike-vue": "^0.6.6",
"vite": "^5.2.9",
"vue": "^3.4.23"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/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.168",
"vike-pinia": "^0.0.4",
"vike-vue": "^0.6.5",
"vike-vue": "^0.6.6",
"vite": "^5.2.9",
"vue": "^3.4.23"
},
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.165",
"vike-vue-query": "0.0.2",
"vike-vue": "0.6.5",
"vike-vue": "0.6.6",
"vite": "^5.1.1",
"vue": "^3.4.18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vike": "^0.4.168",
"vike-vue": "^0.6.5",
"vike-vue": "^0.6.6",
"vue": "^3.4.23",
"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 @@ -47,7 +47,7 @@
"@types/node": "^20.12.7",
"typescript": "^5.4.5",
"vike": "^0.4.168",
"vike-vue": "0.6.5",
"vike-vue": "0.6.6",
"vue": "^3.4.23",
"vue-tsc": "^2.0.13"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/vike-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.6.6](https://github.com/vikejs/vike-vue/compare/[email protected]@0.6.6) (2024-05-17)


### Bug Fixes

* rename root ID `#vue-root` => `#app` ([3f30f69](https://github.com/vikejs/vike-vue/commit/3f30f6922daa91f14dd457dbbd7f8ab70953ff67))



## [0.6.5](https://github.com/vikejs/vike-vue/compare/[email protected]@0.6.5) (2024-04-21)

### Features
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.6.5",
"version": "0.6.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 31ebfde

Please sign in to comment.