-
Notifications
You must be signed in to change notification settings - Fork 0
Release version 1.8.4 #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: huangyiirene <[email protected]>
Co-authored-by: huangyiirene <[email protected]>
Co-authored-by: huangyiirene <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR releases version 1.8.4 of the ObjectQL monorepo, synchronizing all packages in the fixed versioning group from 1.8.3 to 1.8.4. The release includes fixing the changeset configuration to remove a non-existent package and add the Redis driver to the fixed versioning group.
Changes:
- Updated all 12 packages in the fixed versioning group from 1.8.3 to 1.8.4
- Fixed changeset configuration by removing
@objectql/studioand adding@objectql/driver-redis - Updated documentation to reflect the new version
Reviewed changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/*/package.json | Version bumped from 1.8.3 to 1.8.4 across all ObjectQL packages |
| packages/*/CHANGELOG.md | Added version 1.8.4 release notes with dependency updates |
| packages/drivers/redis/package.json | Major version jump from 0.1.0 to 1.8.4 to align with fixed versioning |
| packages/drivers/redis/CHANGELOG.md | Added synchronization note and reformatted existing content |
| examples/*/package.json | Version bumps for example packages to match dependency updates |
| docs files | Updated version references from 1.8.3 to 1.8.4 |
| .changeset/config.json | Fixed configuration by removing non-existent package and adding Redis driver |
packages/drivers/redis/CHANGELOG.md
Outdated
| - Updated dependencies | ||
| - @objectql/types@1.8.4 | ||
|
|
||
| All notable changes to the Redis driver will be documented in this file. |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existing changelog content should be moved under the initial 0.1.0 release section. The line "All notable changes to the Redis driver will be documented in this file" appears after the new 1.8.4 section but logically belongs at the top of the file before any version entries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 4682160. Removed the misplaced line and updated the header to match other driver CHANGELOG formats (using # @objectql/driver-redis instead of # Changelog - @objectql/driver-redis).
packages/drivers/redis/CHANGELOG.md
Outdated
| ## [0.1.0] - 2026-01-15 | ||
|
|
||
| ### Added | ||
|
|
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blank line added inconsistently. The formatting adds blank lines after several section headers (lines 17, 28, 34, 42) that weren't present in the original 0.1.0 release notes. While this improves readability, it creates inconsistency with other CHANGELOG files in the repository that don't use this spacing pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit 4682160. Removed the extra blank lines after section headers to match the formatting used in other CHANGELOG files in the repository.
|
@copilot fix |
Co-authored-by: huangyiirene <[email protected]>
Release New Version - Complete ✅
Summary
Successfully released version 1.8.4 for all ObjectQL packages. All 12 packages in the fixed versioning group are synchronized at version 1.8.4 with updated CHANGELOGs and documentation.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.