From 17f8ebe5ccabc61ae8e4912f68eb6da41b96ef50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Mar 2024 20:32:24 +0000 Subject: [PATCH] [ci] release --- .changeset/ninety-islands-deny.md | 5 ----- .changeset/yellow-turtles-rescue.md | 5 ----- packages/db/CHANGELOG.md | 8 ++++++++ packages/db/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/ninety-islands-deny.md delete mode 100644 .changeset/yellow-turtles-rescue.md diff --git a/.changeset/ninety-islands-deny.md b/.changeset/ninety-islands-deny.md deleted file mode 100644 index 8a91cd7d98ef..000000000000 --- 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 b6561abb0df2..000000000000 --- 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 40df1ef2365b..4b7bd72cc52c 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 b52d400a1c45..bb70df22152d 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",