diff options
author | 2024-06-17 06:39:57 -0700 | |
---|---|---|
committer | 2024-06-17 15:39:57 +0200 | |
commit | 83c565b36c7a5bf8fbc6cc37934109b74ed43ba5 (patch) | |
tree | a91a1b70869e3fc50a12108523f9499a26cac43f /packages/db | |
parent | 7d597506615fa5a34327304e8321be7b9c4b799d (diff) | |
download | astro-@astrojs/vue@4.5.0.tar.gz astro-@astrojs/vue@4.5.0.tar.zst astro-@astrojs/vue@4.5.0.zip |
[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/CHANGELOG.md | 9 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 7ee2e00ef..0d637523e 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.11.6 + +### Patch Changes + +- [#11262](https://github.com/withastro/astro/pull/11262) [`9b03023`](https://github.com/withastro/astro/commit/9b030239cb4db4e51a8a1da638743b60837f7e1a) Thanks [@nezouse](https://github.com/nezouse)! - Import type `Database` from correct file + +- Updated dependencies []: + - @astrojs/studio@0.1.0 + ## 0.11.5 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 21363873f..1703c812a 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.11.5", + "version": "0.11.6", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { |