summaryrefslogtreecommitdiff
path: root/packages/db
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-26 03:24:03 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-26 10:24:03 +0000
commitb33cc17f37b6f7bd1af06c9debcc8f7a7916eedc (patch)
treecab65fd45df61abac65393a71a91abfcc3e793ca /packages/db
parent3488324f235a8f4af4b44dda438194f013910b14 (diff)
downloadastro-@astrojs/mdx@4.2.2.tar.gz
astro-@astrojs/mdx@4.2.2.tar.zst
astro-@astrojs/mdx@4.2.2.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/db')
-rw-r--r--packages/db/CHANGELOG.md9
-rw-r--r--packages/db/package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index b86249ffb..547b18be4 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/db
+## 0.14.9
+
+### Patch Changes
+
+- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
+
+- Updated dependencies [[`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e)]:
+ - @astrojs/studio@0.1.5
+
## 0.14.8
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index d22322081..781b29942 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.14.8",
+ "version": "0.14.9",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {