diff options
-rw-r--r-- | .changeset/ninety-islands-deny.md | 5 | ||||
-rw-r--r-- | .changeset/yellow-turtles-rescue.md | 5 | ||||
-rw-r--r-- | packages/db/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
4 files changed, 9 insertions, 11 deletions
diff --git a/.changeset/ninety-islands-deny.md b/.changeset/ninety-islands-deny.md deleted file mode 100644 index 8a91cd7d9..000000000 --- a/.changeset/ninety-islands-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Conditionally drop table with --force-reset diff --git a/.changeset/yellow-turtles-rescue.md b/.changeset/yellow-turtles-rescue.md deleted file mode 100644 index b6561abb0..000000000 --- a/.changeset/yellow-turtles-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Remove legacy Astro DB internals using the "collections" naming convention instead of "tables." diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 40df1ef23..4b7bd72cc 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/db +## 0.9.7 + +### Patch Changes + +- [#10587](https://github.com/withastro/astro/pull/10587) [`62a1d6df6916e08cb25d51814dfad352bc4cce75`](https://github.com/withastro/astro/commit/62a1d6df6916e08cb25d51814dfad352bc4cce75) Thanks [@matthewp](https://github.com/matthewp)! - Conditionally drop table with --force-reset + +- [#10460](https://github.com/withastro/astro/pull/10460) [`713abb2998bc179443a476f6274432b2fc7d8434`](https://github.com/withastro/astro/commit/713abb2998bc179443a476f6274432b2fc7d8434) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove legacy Astro DB internals using the "collections" naming convention instead of "tables." + ## 0.9.6 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index b52d400a1..bb70df221 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.9.6", + "version": "0.9.7", "description": "", "license": "MIT", "type": "module", |