diff options
author | 2023-11-01 06:23:32 -0700 | |
---|---|---|
committer | 2023-11-01 08:23:32 -0500 | |
commit | 4a0fec969fac93c905b32952128572889d90a6ef (patch) | |
tree | 446c639a6e30dd0857d64ab27c099dd452ce7db4 /.changeset | |
parent | 6169b6e56152b1ba944416d85551994788cfb887 (diff) | |
download | astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst astro-4a0fec969fac93c905b32952128572889d90a6ef.zip |
[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/chilly-pillows-crash.md | 5 | ||||
-rw-r--r-- | .changeset/forty-eggs-raise.md | 5 | ||||
-rw-r--r-- | .changeset/healthy-hornets-kiss.md | 5 | ||||
-rw-r--r-- | .changeset/new-candles-beam.md | 5 | ||||
-rw-r--r-- | .changeset/seven-files-punch.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-nails-dream.md | 7 | ||||
-rw-r--r-- | .changeset/swift-rivers-impress.md | 7 | ||||
-rw-r--r-- | .changeset/swift-suits-drum.md | 5 | ||||
-rw-r--r-- | .changeset/violet-ants-bow.md | 5 | ||||
-rw-r--r-- | .changeset/young-avocados-wink.md | 5 |
10 files changed, 0 insertions, 54 deletions
diff --git a/.changeset/chilly-pillows-crash.md b/.changeset/chilly-pillows-crash.md deleted file mode 100644 index 731418b79..000000000 --- a/.changeset/chilly-pillows-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-astro": minor ---- - -Undo the halloween theme and restore `fancy` behaviour diff --git a/.changeset/forty-eggs-raise.md b/.changeset/forty-eggs-raise.md deleted file mode 100644 index a5acddde6..000000000 --- a/.changeset/forty-eggs-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -Adds the ability to override the `lib` option in `astro.config.mjs` diff --git a/.changeset/healthy-hornets-kiss.md b/.changeset/healthy-hornets-kiss.md deleted file mode 100644 index df69c840c..000000000 --- a/.changeset/healthy-hornets-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Dev Overlay not working properly when view transitions are enabled diff --git a/.changeset/new-candles-beam.md b/.changeset/new-candles-beam.md deleted file mode 100644 index e93d925d6..000000000 --- a/.changeset/new-candles-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixed window component appearing over the dev overlay on small windows. Added a maximum length to sections of the tooltip component diff --git a/.changeset/seven-files-punch.md b/.changeset/seven-files-punch.md deleted file mode 100644 index d46a27422..000000000 --- a/.changeset/seven-files-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Fix build process on markdoc integration when root folder contains spaces diff --git a/.changeset/sweet-nails-dream.md b/.changeset/sweet-nails-dream.md deleted file mode 100644 index c4f83837c..000000000 --- a/.changeset/sweet-nails-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Move VT route announcer styles to a class - -Doing so allows stricter CSP policies. diff --git a/.changeset/swift-rivers-impress.md b/.changeset/swift-rivers-impress.md deleted file mode 100644 index bb2e07bb0..000000000 --- a/.changeset/swift-rivers-impress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/markdoc': patch -'@astrojs/sitemap': patch -'astro': patch ---- - -Upgrades Zod to 3.22.4 diff --git a/.changeset/swift-suits-drum.md b/.changeset/swift-suits-drum.md deleted file mode 100644 index 664541c44..000000000 --- a/.changeset/swift-suits-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Fixes an issue where Astro slot names were being rendered as attributes in components. Astro slot names will no longer be sent as props to framework components. diff --git a/.changeset/violet-ants-bow.md b/.changeset/violet-ants-bow.md deleted file mode 100644 index 9ba4f9408..000000000 --- a/.changeset/violet-ants-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Renames dev overlay UI Toolkit component names for consistency. diff --git a/.changeset/young-avocados-wink.md b/.changeset/young-avocados-wink.md deleted file mode 100644 index d7d1916ed..000000000 --- a/.changeset/young-avocados-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Fixes TypeScript installation issue with yarn |