From b58a8572070c4ac5d616ef816c6095b7a37e0cbb Mon Sep 17 00:00:00 2001 From: Mark Duckworth <1124037+MarkDuckworth@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:18:47 -0700 Subject: [PATCH 1/2] Correcting the changeset's version bump type. --- .changeset/heavy-starfishes-count.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/heavy-starfishes-count.md b/.changeset/heavy-starfishes-count.md index cda5a38dd8b..0e0bde8a0d1 100644 --- a/.changeset/heavy-starfishes-count.md +++ b/.changeset/heavy-starfishes-count.md @@ -1,6 +1,6 @@ --- -"@firebase/firestore-compat": feat -"@firebase/firestore": feat +"@firebase/firestore-compat": minor +"@firebase/firestore": minor --- Relaxing query validation performed by the SDK From 0711b66f611a58202b47d4625908cfbb79ee8ed5 Mon Sep 17 00:00:00 2001 From: Mark Duckworth <1124037+MarkDuckworth@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:16:54 -0700 Subject: [PATCH 2/2] Correcting the changeset's version bump type to be patch --- .changeset/heavy-starfishes-count.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/heavy-starfishes-count.md b/.changeset/heavy-starfishes-count.md index 0e0bde8a0d1..2aa25a48386 100644 --- a/.changeset/heavy-starfishes-count.md +++ b/.changeset/heavy-starfishes-count.md @@ -1,6 +1,6 @@ --- -"@firebase/firestore-compat": minor -"@firebase/firestore": minor +"@firebase/firestore-compat": patch +"@firebase/firestore": patch --- Relaxing query validation performed by the SDK