diff options
author | 2024-04-02 00:46:43 -0700 | |
---|---|---|
committer | 2024-04-02 15:46:43 +0800 | |
commit | f7d6254f8f63363dc88b07381983f2a8cce69559 (patch) | |
tree | 88c7a320c01db789603d35283320ade2d7d9093a /packages/db | |
parent | 260f4fa1912ba78299c587a7cad1101354ebbb48 (diff) | |
download | astro-@astrojs/vue@4.0.10.tar.gz astro-@astrojs/vue@4.0.10.tar.zst astro-@astrojs/vue@4.0.10.zip |
[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9
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 | 12 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index e78c531be..e362cd8ae 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/db +## 0.9.9 + +### Patch Changes + +- [#10599](https://github.com/withastro/astro/pull/10599) [`5a7733dde52d439402404d5207a2b1d897c4e025`](https://github.com/withastro/astro/commit/5a7733dde52d439402404d5207a2b1d897c4e025) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Seed database on dev server startup, and log whenever the seed file is reloaded. + +- [#10636](https://github.com/withastro/astro/pull/10636) [`504d15d77291f0fe36aa9fecc22f276b734f83cb`](https://github.com/withastro/astro/commit/504d15d77291f0fe36aa9fecc22f276b734f83cb) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Detailed error messages for remote database exceptions. + +- [#10635](https://github.com/withastro/astro/pull/10635) [`17badaf55c79cec460c74f4da58bf188eedef7e3`](https://github.com/withastro/astro/commit/17badaf55c79cec460c74f4da58bf188eedef7e3) Thanks [@matthewp](https://github.com/matthewp)! - Give proper error when seed missing default export + +- [#10631](https://github.com/withastro/astro/pull/10631) [`157392ee44db08de0d3c01222644dae0a904044d`](https://github.com/withastro/astro/commit/157392ee44db08de0d3c01222644dae0a904044d) Thanks [@matthewp](https://github.com/matthewp)! - Make ASTRO_DATABASE_FILE work with file paths + ## 0.9.8 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index b1b097ad8..90dc7e198 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.9.8", + "version": "0.9.9", "description": "", "license": "MIT", "type": "module", |