diff options
author | 2025-01-13 07:15:24 -0800 | |
---|---|---|
committer | 2025-01-13 16:15:24 +0100 | |
commit | 6c68269c0e562c2c2536e933c79a1a249e02a4eb (patch) | |
tree | f489ac3fdac6945140ea5e905c92d431056d41f5 /.changeset | |
parent | 80067c032f9ce5852f3315d1046b2d0c220ddcd5 (diff) | |
download | astro-6c68269c0e562c2c2536e933c79a1a249e02a4eb.tar.gz astro-6c68269c0e562c2c2536e933c79a1a249e02a4eb.tar.zst astro-6c68269c0e562c2c2536e933c79a1a249e02a4eb.zip |
[ci] release (#12960)astro@5.1.6@astrojs/upgrade@0.4.3@astrojs/solid-js@5.0.2@astrojs/react@4.1.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/bright-toes-wink.md | 5 | ||||
-rw-r--r-- | .changeset/cool-rings-tell.md | 5 | ||||
-rw-r--r-- | .changeset/curvy-pans-share.md | 5 | ||||
-rw-r--r-- | .changeset/happy-pianos-report.md | 5 | ||||
-rw-r--r-- | .changeset/happy-radios-drive.md | 5 | ||||
-rw-r--r-- | .changeset/light-meals-press.md | 5 | ||||
-rw-r--r-- | .changeset/smart-ties-hear.md | 5 | ||||
-rw-r--r-- | .changeset/tame-hats-kiss.md | 5 | ||||
-rw-r--r-- | .changeset/tiny-papayas-develop.md | 5 |
9 files changed, 0 insertions, 45 deletions
diff --git a/.changeset/bright-toes-wink.md b/.changeset/bright-toes-wink.md deleted file mode 100644 index e83229bd8..000000000 --- a/.changeset/bright-toes-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Removes encryption of empty props to allow server island cacheability diff --git a/.changeset/cool-rings-tell.md b/.changeset/cool-rings-tell.md deleted file mode 100644 index 11c2fd981..000000000 --- a/.changeset/cool-rings-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where accessing `astro:env` APIs or `import.meta.env` inside the content config file would not work diff --git a/.changeset/curvy-pans-share.md b/.changeset/curvy-pans-share.md deleted file mode 100644 index df4ef548a..000000000 --- a/.changeset/curvy-pans-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/solid-js': patch ---- - -Adds the client entrypoint to `optimizeDeps.include` diff --git a/.changeset/happy-pianos-report.md b/.changeset/happy-pianos-report.md deleted file mode 100644 index 5e10b02a6..000000000 --- a/.changeset/happy-pianos-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode diff --git a/.changeset/happy-radios-drive.md b/.changeset/happy-radios-drive.md deleted file mode 100644 index a8dde10c5..000000000 --- a/.changeset/happy-radios-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/upgrade': patch ---- - -Updates displayed data to show both source and target versions diff --git a/.changeset/light-meals-press.md b/.changeset/light-meals-press.md deleted file mode 100644 index 69b8f9388..000000000 --- a/.changeset/light-meals-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Skips updating content layer files if content is unchanged diff --git a/.changeset/smart-ties-hear.md b/.changeset/smart-ties-hear.md deleted file mode 100644 index 0921ff671..000000000 --- a/.changeset/smart-ties-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Removes react-specific entrypoints in `optimizeDeps.include` and rely on `@vitejs/plugin-react` to add diff --git a/.changeset/tame-hats-kiss.md b/.changeset/tame-hats-kiss.md deleted file mode 100644 index 5b634a73d..000000000 --- a/.changeset/tame-hats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Improves the session error messages diff --git a/.changeset/tiny-papayas-develop.md b/.changeset/tiny-papayas-develop.md deleted file mode 100644 index 49da5049d..000000000 --- a/.changeset/tiny-papayas-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev |