Skip to content

chore: changeset for unreleased read primitives (minor → 1.1.0)#71

Merged
techiejd merged 1 commit into
mainfrom
chore/release-changeset
Jun 22, 2026
Merged

chore: changeset for unreleased read primitives (minor → 1.1.0)#71
techiejd merged 1 commit into
mainfrom
chore/release-changeset

Conversation

@techiejd

Copy link
Copy Markdown
Owner

What

Adds the consolidated changeset for everything merged since 1.0.1, plus the changeset-config fix that keeps the release a minor (1.1.0) instead of a major.

changeset status confirms all four packages bump to 1.1.0:

payloadcms-vectorize          1.1.0
@payloadcms-vectorize/pg      1.1.0
@payloadcms-vectorize/cf      1.1.0
@payloadcms-vectorize/mongodb 1.1.0

Why one changeset

Per the plan to ship one minor changeset covering the stacked PRs rather than one per PR. The unreleased, changeset-less PRs since 1.0.1 are:

(#61 cf workers-types refactor and #67/#69 docs are internal/non-user-facing and intentionally omitted from the changeset — say the word if you want #61 noted.)

Config change

.changeset/config.json gains ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.onlyUpdatePeerDependentsWhenOutOfRange: true. Without it, the four-package fixed group's peer-dependency cascade turns this minor into a 2.0.0 major. With it, changeset status resolves to 1.1.0 (verified).

No code changes — changeset + config only.

Consolidates the unreleased changes since 1.0.1 into one minor changeset:
findByIds (#62), searchByEmbedding (#68), populateEmbedding (#70), and the
mongodb search field-parity fix (#63).

Also sets onlyUpdatePeerDependentsWhenOutOfRange so the fixed package group
resolves to a minor (1.1.0) instead of a major peer-dependency cascade.
@techiejd techiejd merged commit 98bc41b into main Jun 22, 2026
8 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant