Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/upgrade-objectql-core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@objectstack/objectql': minor
'@objectstack/objectql': patch
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching this changeset to a patch avoids the fixed-group major bump, but it also means the release will be published as a patch even though the changeset text describes new features (new exports like utility functions / kernel factory). If these are public API additions, consider whether the team still wants a patch (and update the release note wording accordingly), or alternatively adjust the versioning strategy (e.g., accept a minor/major bump) to keep SemVer expectations aligned.

Suggested change
'@objectstack/objectql': patch
'@objectstack/objectql': minor

Copilot uses AI. Check for mistakes.
---

feat(objectql): add utility functions, introspection types, and kernel factory
Expand Down