summaryrefslogtreecommitdiff
path: root/packages/integrations/partytown
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-02 05:29:02 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-02 13:29:02 +0000
commit161df286c3abdbf8c49e8e7de820ce0e36ab5c55 (patch)
treed48d0ddff917f21c547e360d74acd12046123963 /packages/integrations/partytown
parent7fb21844dff893c90dc0a07fd13cefdba61d0a45 (diff)
downloadastro-@astrojs/vue@5.0.4.tar.gz
astro-@astrojs/vue@5.0.4.tar.zst
astro-@astrojs/vue@5.0.4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/partytown')
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 35b24feb1..e43021f79 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 2.1.3
+
+### Patch Changes
+
+- [#12822](https://github.com/withastro/astro/pull/12822) [`1fab2f2`](https://github.com/withastro/astro/commit/1fab2f2ef671cc265c8dd46c5858915f971f2478) Thanks [@stdavis](https://github.com/stdavis)! - Updates the partytown dependency to the new npm org name and latest version.
+
## 2.1.2
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index fb75de2d9..a6f8c1085 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
- "version": "2.1.2",
+ "version": "2.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",