diff options
author | 2023-01-23 13:11:39 -0800 | |
---|---|---|
committer | 2023-01-23 16:11:39 -0500 | |
commit | a75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch) | |
tree | 604e6999deab191d45c81e5cac82886cbd0f22b5 /packages/integrations/partytown | |
parent | c61ec4202a025868713f7e5050e72b8882c44d43 (diff) | |
download | astro-56f42d7247d45a00344d48880f13754b22031594.tar.gz astro-56f42d7247d45a00344d48880f13754b22031594.tar.zst astro-56f42d7247d45a00344d48880f13754b22031594.zip |
[ci] release (beta) (#5911)create-astro@2.0.0-beta.1astro@2.0.0-beta.4@astrojs/webapi@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.2@astrojs/svelte@2.0.0-beta.3@astrojs/partytown@1.0.3-beta.1@astrojs/netlify@2.0.0-beta.4@astrojs/image@0.12.2-beta.1
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/partytown/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 8392c2a1f..7acdec260 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 1.0.3-beta.1 + +### Patch Changes + +- [#5936](https://github.com/withastro/astro/pull/5936) [`77ae7a597`](https://github.com/withastro/astro/commit/77ae7a597a8fdd5c939291b4f63237c659a79225) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - fix trailing slash with base path + ## 1.0.3-beta.0 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 055d70701..ff7f07e2a 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": "1.0.3-beta.0", + "version": "1.0.3-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |