Skip to content

Commit 88a9565

Browse files
committed
Clean up
1 parent 66ec965 commit 88a9565

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.changeset/silent-cars-burn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@firebase/firestore': minor
2+
'@firebase/firestore': patch
33
---
44

55
handle `ignoreUndefinedProperties` in `set({ merge: true })`. Previously this would behave as if the undefined value were `FieldValue.delete()`, which wasn't intended.

scripts/check_changeset.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ async function main() {
146146

147147
try {
148148
const diffData = await getDiffData();
149-
console.log(diffData);
150149
if (diffData != null) {
151150
const { changedPackages, changesetFile } = diffData;
152151
const changesetPackages = await parseChangesetFile(changesetFile);
@@ -168,7 +167,7 @@ async function main() {
168167
}
169168

170169
// Check for packages with a minor or major bump where 'firebase' hasn't been
171-
// included.
170+
// bumped high enough or at all.
172171
const { highestBump, bumpText, bumpPackage } = getHighestBump(
173172
changesetPackages
174173
);

0 commit comments

Comments
 (0)