diff options
author | 2024-10-22 05:10:39 -0700 | |
---|---|---|
committer | 2024-10-22 13:10:39 +0100 | |
commit | d2b399d668a9c4b7589af9d6ad31923f7a758039 (patch) | |
tree | e05df3e00033ef79d44443b7872f1a1bfd795ae1 /.changeset | |
parent | 2edcad14908a3a2225d660b350f2c56c682beb28 (diff) | |
download | astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.tar.gz astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.tar.zst astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.zip |
[ci] release (#12258)astro@4.16.7@astrojs/db@0.14.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/honest-dots-jump.md | 5 | ||||
-rw-r--r-- | .changeset/lemon-beans-admire.md | 5 | ||||
-rw-r--r-- | .changeset/seven-elephants-suffer.md | 5 | ||||
-rw-r--r-- | .changeset/swift-crabs-exercise.md | 5 | ||||
-rw-r--r-- | .changeset/tough-snakes-reflect.md | 5 | ||||
-rw-r--r-- | .changeset/twelve-moose-cough.md | 5 | ||||
-rw-r--r-- | .changeset/wise-parents-agree.md | 5 |
7 files changed, 0 insertions, 35 deletions
diff --git a/.changeset/honest-dots-jump.md b/.changeset/honest-dots-jump.md deleted file mode 100644 index 9ae5d7f1c..000000000 --- a/.changeset/honest-dots-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes conflict between server islands and on-demand dynamic routes in the form of `/[...rest]` or `/[paramA]/[paramB]`. diff --git a/.changeset/lemon-beans-admire.md b/.changeset/lemon-beans-admire.md deleted file mode 100644 index d593bd743..000000000 --- a/.changeset/lemon-beans-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/db': patch ---- - -Fixes a bug where `astro:db:seed` couldn't access to the environment variable `ASTRO_DATABASE_FILE` diff --git a/.changeset/seven-elephants-suffer.md b/.changeset/seven-elephants-suffer.md deleted file mode 100644 index 77480e9d7..000000000 --- a/.changeset/seven-elephants-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update wrong error message diff --git a/.changeset/swift-crabs-exercise.md b/.changeset/swift-crabs-exercise.md deleted file mode 100644 index 4da2c8865..000000000 --- a/.changeset/swift-crabs-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue with some package managers where sites would not build if TypeScript was not installed. diff --git a/.changeset/tough-snakes-reflect.md b/.changeset/tough-snakes-reflect.md deleted file mode 100644 index 7fdaca603..000000000 --- a/.changeset/tough-snakes-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where Astro Actions couldn't redirect to the correct pathname when there was a rewrite involved. diff --git a/.changeset/twelve-moose-cough.md b/.changeset/twelve-moose-cough.md deleted file mode 100644 index c3c470c59..000000000 --- a/.changeset/twelve-moose-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes error when returning a top-level `null` from an Astro file frontmatter diff --git a/.changeset/wise-parents-agree.md b/.changeset/wise-parents-agree.md deleted file mode 100644 index e686f7090..000000000 --- a/.changeset/wise-parents-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly handles local images when using a base path in SSR |