summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/dry-rivers-switch.md5
-rw-r--r--.changeset/eleven-lobsters-doubt.md5
-rw-r--r--packages/db/CHANGELOG.md8
-rw-r--r--packages/db/package.json2
4 files changed, 9 insertions, 11 deletions
diff --git a/.changeset/dry-rivers-switch.md b/.changeset/dry-rivers-switch.md
deleted file mode 100644
index bcefabb10..000000000
--- a/.changeset/dry-rivers-switch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/db": patch
----
-
-Prefer getting the app token from the runtime env
diff --git a/.changeset/eleven-lobsters-doubt.md b/.changeset/eleven-lobsters-doubt.md
deleted file mode 100644
index e1efade52..000000000
--- a/.changeset/eleven-lobsters-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/db": patch
----
-
-Remove duplicate astro:db log during type generation
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index ec6f5592c..b876b66d7 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -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
diff --git a/packages/db/package.json b/packages/db/package.json
index f37eeeb58..25a76d9ad 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "",
"license": "MIT",
"type": "module",