Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/db@0.9.0
Minor Changes
ad57a02c330b544770ab853fe0521eb784421016
Thanks @bholmesdev! - Expose Drizzle aggregation helpers includingcount()
from theastro:db
module.Patch Changes
#10501
48310512601e0c0b2886759e4d81b4091042eb8f
Thanks @bholmesdev! - Removedb.transaction()
from type definitions until it is supported by our remote database adapter.#10497
2fc7231df28e5a3425ee47b871ba3766e0856bd8
Thanks @matthewp! - Remove embedded app token from CI#10405
2ebcf94d0af5ac789c61b4190dea0ad6a402a6ea
Thanks @43081j! - Added github-slugger as a direct dependencyastro@4.5.7
Patch Changes
e4a6462751725878bfe47632eeafa6854cad5bf2
Thanks @firefoxic! -<link>
tags created by astro for optimized stylesheets now do not include the closing forward slash. This slash is optional for void elements such as link, but made some html validation fail.create-astro@4.7.5
Patch Changes
2330f22d6cf8cd150c19ec40359aed4d6b43ddec
Thanks @satyarohith! - Fixes a case where a promise wasn't awaited, causing an issue in Deno.@astrojs/node@8.2.5
Patch Changes
28e33a2f9c04373eae5da2e6edb0dc2981bce790
Thanks @castarco! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs.