From 7d8565db339cb6d5c83395e849a291fe9995b51f Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:36:01 -0700 Subject: [PATCH] [ci] release (#10444) Co-authored-by: github-actions[bot] --- .changeset/few-teachers-impress.md | 5 ----- packages/db/CHANGELOG.md | 6 ++++++ packages/db/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/few-teachers-impress.md diff --git a/.changeset/few-teachers-impress.md b/.changeset/few-teachers-impress.md deleted file mode 100644 index 0fdcec9bf1..0000000000 --- a/.changeset/few-teachers-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Fixes an issue where `astro:db` could not be used in serverless environments. diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 2cfa128ef4..ec6f5592cc 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/db +## 0.8.4 + +### Patch Changes + +- [#10443](https://github.com/withastro/astro/pull/10443) [`238f047b9d1ebc407f53d61ee61574b380a76ac9`](https://github.com/withastro/astro/commit/238f047b9d1ebc407f53d61ee61574b380a76ac9) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where `astro:db` could not be used in serverless environments. + ## 0.8.3 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 092e614f02..f37eeeb589 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.8.3", + "version": "0.8.4", "description": "", "license": "MIT", "type": "module",