Skip to content

Commit 8b338e6

Browse files
committed
chore(changeset): patch bump for mongodb release (0.7.2 -> 0.7.3)
Default Changesets behavior with `^2.29.8` and a fixed group of all pre-1.0 packages promotes `minor` to a major bump (0.7.2 -> 1.0.0). For this release we want a patch bump (0.7.3), so adjust the changeset accordingly.
1 parent 39076db commit 8b338e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.changeset/add-mongodb-adapter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
"payloadcms-vectorize": minor
3-
"@payloadcms-vectorize/pg": minor
4-
"@payloadcms-vectorize/cf": minor
5-
"@payloadcms-vectorize/mongodb": minor
2+
"payloadcms-vectorize": patch
3+
"@payloadcms-vectorize/pg": patch
4+
"@payloadcms-vectorize/cf": patch
5+
"@payloadcms-vectorize/mongodb": patch
66
---
77

88
Add `@payloadcms-vectorize/mongodb` adapter (Atlas + self-hosted Community 8.2+) backed by `$vectorSearch`, with pre/post filter splitting and full WHERE-clause parity across operators (equals, not_equals, in, notIn, like, contains, gt/gte/lt/lte, exists, and/or). Search indexes are auto-ensured on first use.

0 commit comments

Comments
 (0)