From b714ee1f8dc2e37ab5da1aa73497c82d173d87ea Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Thu, 12 Sep 2024 18:08:21 +0200 Subject: [PATCH] fix changelog --- packages/vike-vue-pinia/CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/vike-vue-pinia/CHANGELOG.md b/packages/vike-vue-pinia/CHANGELOG.md index 135ab8f9..186b9ce5 100644 --- a/packages/vike-vue-pinia/CHANGELOG.md +++ b/packages/vike-vue-pinia/CHANGELOG.md @@ -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`.