summaryrefslogtreecommitdiff
path: root/packages/integrations/partytown
diff options
context:
space:
mode:
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, 1 insertions, 7 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 0076fcadf..84508006f 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,11 +1,5 @@
# @astrojs/partytown
-## 0.1.1
-
-### Patch Changes
-
-- [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
-
## 0.1.1-beta.0
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 45d2c0a74..fe00aaa05 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "0.1.1",
+ "version": "0.1.1-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",