diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/every-birds-stick.md | 5 | ||||
-rw-r--r-- | .changeset/flat-cherries-rule.md | 5 | ||||
-rw-r--r-- | .changeset/gold-pears-reply.md | 5 | ||||
-rw-r--r-- | .changeset/hungry-sheep-sneeze.md | 5 | ||||
-rw-r--r-- | .changeset/lazy-llamas-pull.md | 5 | ||||
-rw-r--r-- | .changeset/metal-tomatoes-confess.md | 6 | ||||
-rw-r--r-- | .changeset/pink-pugs-hide.md | 6 | ||||
-rw-r--r-- | .changeset/twenty-news-tease.md | 5 |
8 files changed, 0 insertions, 42 deletions
diff --git a/.changeset/every-birds-stick.md b/.changeset/every-birds-stick.md deleted file mode 100644 index fe9ea7890..000000000 --- a/.changeset/every-birds-stick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds the `types` property to the viewTransition object when the ClientRouter simulates parts of the View Transition API on browsers w/o native support. diff --git a/.changeset/flat-cherries-rule.md b/.changeset/flat-cherries-rule.md deleted file mode 100644 index 7318279a3..000000000 --- a/.changeset/flat-cherries-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fixes a case where `$props.id()` would not be unique across multiple islands diff --git a/.changeset/gold-pears-reply.md b/.changeset/gold-pears-reply.md deleted file mode 100644 index ac23776fd..000000000 --- a/.changeset/gold-pears-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds documentation to various utility functions used for remote image services diff --git a/.changeset/hungry-sheep-sneeze.md b/.changeset/hungry-sheep-sneeze.md deleted file mode 100644 index 44cf97fd7..000000000 --- a/.changeset/hungry-sheep-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates internal CSS chunking behavior for Astro components' scoped styles. This may result in slightly more CSS chunks created, but should allow the scoped styles to only be included on pages that use them. diff --git a/.changeset/lazy-llamas-pull.md b/.changeset/lazy-llamas-pull.md deleted file mode 100644 index 4a294e755..000000000 --- a/.changeset/lazy-llamas-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where `astro:config/server` and `astro:config/client` had incorrect types. diff --git a/.changeset/metal-tomatoes-confess.md b/.changeset/metal-tomatoes-confess.md deleted file mode 100644 index 16d9d6568..000000000 --- a/.changeset/metal-tomatoes-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/internal-helpers': patch -'astro': patch ---- - -Adds documentation to the assets utilities for remote service images. diff --git a/.changeset/pink-pugs-hide.md b/.changeset/pink-pugs-hide.md deleted file mode 100644 index a83bac511..000000000 --- a/.changeset/pink-pugs-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/upgrade': patch -'astro': patch ---- - -Uses `package-manager-detector` to detect the package manager used in the project diff --git a/.changeset/twenty-news-tease.md b/.changeset/twenty-news-tease.md deleted file mode 100644 index f1ffec6f8..000000000 --- a/.changeset/twenty-news-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where the internal function `makeSvgComponent` was incorrectly exposed as a public API. |