0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] release (#10446)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2024-03-14 11:58:33 -07:00 committed by GitHub
parent 098623c261
commit 464bea398b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Prefer getting the app token from the runtime env

View file

@ -1,5 +0,0 @@
---
"@astrojs/db": patch
---
Remove duplicate astro:db log during type generation

View file

@ -1,5 +1,13 @@
# @astrojs/db
## 0.8.5
### Patch Changes
- [#10445](https://github.com/withastro/astro/pull/10445) [`098623c2616124bcc689e2409564dfda187f6688`](https://github.com/withastro/astro/commit/098623c2616124bcc689e2409564dfda187f6688) Thanks [@matthewp](https://github.com/matthewp)! - Prefer getting the app token from the runtime env
- [#10441](https://github.com/withastro/astro/pull/10441) [`5166e9715a1ea18eb5c737ccf834c2ff446d253c`](https://github.com/withastro/astro/commit/5166e9715a1ea18eb5c737ccf834c2ff446d253c) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove duplicate astro:db log during type generation
## 0.8.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
"version": "0.8.4",
"version": "0.8.5",
"description": "",
"license": "MIT",
"type": "module",