Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent ee29169 commit b714ee1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/vike-vue-pinia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@
### Bug Fixes

* enforce peer dependencies ([802f02e](https://github.com/vikejs/vike-vue/commit/802f02e32c2aa3e92f5816d121c4b28a243aede2))
* make bodyHtml{Start,End} a global setting (fix [#146](https://github.com/vikejs/vike-vue/issues/146)) ([#147](https://github.com/vikejs/vike-vue/issues/147)) ([ae9792e](https://github.com/vikejs/vike-vue/commit/ae9792e14e79cfd6b8643dd956d5541174da6c85))
* optimistic peerDependencies ([83dc44b](https://github.com/vikejs/vike-vue/commit/83dc44b30226fdd6b9fb344da11beb2f71cc3e11))
* simplify peerDependencies ([4a674a6](https://github.com/vikejs/vike-vue/commit/4a674a67bf19c19f111afdeb648629539a165e97))
* simplify vike-vue-{query,pinia} integration ([08b612f](https://github.com/vikejs/vike-vue/commit/08b612f689545e54e42cfd7ed2639680c182f7fb))
* try to read pageContext.pinia only if needed ([#193](https://github.com/vikejs/vike-vue/issues/193)) ([d97fc6f](https://github.com/vikejs/vike-vue/commit/d97fc6fac4984c95d922248ec660ae2b0226cbfe))
* use vike@0.4.191 ([efed97a](https://github.com/vikejs/vike-vue/commit/efed97a186b55c787322de07722f345ea40749c5))


### BREAKING CHANGES

* Update to `vike@0.4.191` or above.
* the [bodyHtml{Start,End} settings](https://vike.dev/bodyHtmlEnd) are now global:
you cannot use [config inheritance](https://vike.dev/config#inheritance) for them anymore,
and make sure to define them at a global location such as `pages/+config.js`.



Expand Down

0 comments on commit b714ee1

Please sign in to comment.