diff options
author | 2024-06-11 05:15:27 -0700 | |
---|---|---|
committer | 2024-06-11 13:15:27 +0100 | |
commit | dd0145d28b1ff849da2825ae7032dfd46a1d4bf7 (patch) | |
tree | 3c95acc18c2e1a56ead48165cb9b1cfa0062a0da /packages/integrations/partytown/CHANGELOG.md | |
parent | c5152dbea35011a41253e6bcc3e07cb248aac79e (diff) | |
download | astro-abd49b806d63340c5025700d637d006d97468eea.tar.gz astro-abd49b806d63340c5025700d637d006d97468eea.tar.zst astro-abd49b806d63340c5025700d637d006d97468eea.zip |
[ci] release (#11225)astro@4.10.2@astrojs/vercel@7.7.0@astrojs/partytown@2.1.1@astrojs/node@8.3.0@astrojs/db@0.11.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/partytown/CHANGELOG.md')
-rw-r--r-- | packages/integrations/partytown/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 1d2e86938..c6802c3c9 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/partytown +## 2.1.1 + +### Patch Changes + +- [#11083](https://github.com/withastro/astro/pull/11083) [`416c4ac`](https://github.com/withastro/astro/commit/416c4ac66d432d4c5abd13a4c7ecd20defb4fc30) Thanks [@V3RON](https://github.com/V3RON)! - Prevent Partytown from crashing when View Transitions are enabled + + When View Transitions are turned on, Partytown executes on every transition. + It's not meant to be like that, and therefore it breaks the integration completely. + Starting from now, Partytown will be executed only once. + ## 2.1.0 ### Minor Changes |