diff options
author | 2022-05-25 10:42:03 -0500 | |
---|---|---|
committer | 2022-05-25 10:42:03 -0500 | |
commit | f200ddadbc3b2da20cd7719bb5c72e22dc44beeb (patch) | |
tree | f58029031d85e75e6027d1a35e1a852f14353585 /.changeset | |
parent | c5563fa6c365c0f24e8abb0875aae5d0b9772a3b (diff) | |
download | astro-@astrojs/vercel@0.2.3.tar.gz astro-@astrojs/vercel@0.2.3.tar.zst astro-@astrojs/vercel@0.2.3.zip |
[ci] release (#3435)astro@1.0.0-beta.33@astrojs/webapi@0.12.0@astrojs/vercel@0.2.3@astrojs/partytown@0.1.4@astrojs/node@0.1.2@astrojs/netlify@0.4.1@astrojs/markdown-remark@0.10.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/blue-bottles-explode.md | 5 | ||||
-rw-r--r-- | .changeset/fair-bananas-camp.md | 5 | ||||
-rw-r--r-- | .changeset/friendly-ways-collect.md | 5 | ||||
-rw-r--r-- | .changeset/orange-colts-march.md | 5 | ||||
-rw-r--r-- | .changeset/red-tables-hang.md | 5 | ||||
-rw-r--r-- | .changeset/silly-ears-unite.md | 5 | ||||
-rw-r--r-- | .changeset/wet-beds-act.md | 5 | ||||
-rw-r--r-- | .changeset/wicked-adults-pull.md | 6 |
8 files changed, 0 insertions, 41 deletions
diff --git a/.changeset/blue-bottles-explode.md b/.changeset/blue-bottles-explode.md deleted file mode 100644 index d6858d3c1..000000000 --- a/.changeset/blue-bottles-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Logs: Add "ssr.noExternal" hint for CSS loaded from npm packages diff --git a/.changeset/fair-bananas-camp.md b/.changeset/fair-bananas-camp.md deleted file mode 100644 index 64f55b3ea..000000000 --- a/.changeset/fair-bananas-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Respect user's configured vite logLevel during build diff --git a/.changeset/friendly-ways-collect.md b/.changeset/friendly-ways-collect.md deleted file mode 100644 index 8d65c2b0b..000000000 --- a/.changeset/friendly-ways-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix relative inline scripts on Windows diff --git a/.changeset/orange-colts-march.md b/.changeset/orange-colts-march.md deleted file mode 100644 index 825130de2..000000000 --- a/.changeset/orange-colts-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -Fix partytown script generation to get astro base config option diff --git a/.changeset/red-tables-hang.md b/.changeset/red-tables-hang.md deleted file mode 100644 index bc2c54b8d..000000000 --- a/.changeset/red-tables-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix long-standing bug where a `class` attribute inside of a spread prop will cause duplicate `class` attributes diff --git a/.changeset/silly-ears-unite.md b/.changeset/silly-ears-unite.md deleted file mode 100644 index b4e23917b..000000000 --- a/.changeset/silly-ears-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix build issue where hoisted scripts would be duplicated per page diff --git a/.changeset/wet-beds-act.md b/.changeset/wet-beds-act.md deleted file mode 100644 index da9367a9d..000000000 --- a/.changeset/wet-beds-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates component hydration scripts to use absolute paths for script imports diff --git a/.changeset/wicked-adults-pull.md b/.changeset/wicked-adults-pull.md deleted file mode 100644 index f36d0a054..000000000 --- a/.changeset/wicked-adults-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': minor ---- - -Significantally more stable behavior for "Markdown + Components" usage, which now handles component serialization much more similarly to MDX. Also supports switching between Components and Markdown without extra newlines, removes wrapping `<p>` tags from standalone components, and improves JSX expression handling. |