-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Release small version update #31
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: hotlong <50353452+hotlong@users.noreply.github.com>
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 implements a patch version bump across all ObjectQL packages from version 1.7.1 to 1.7.2. The changes were generated using Changesets with fixed versioning, which automatically updated all package.json files and generated corresponding CHANGELOG entries.
Changes:
- Bumped version from 1.7.1 to 1.7.2 for 12 packages in the fixed group
- Bumped version from 1.0.1 to 1.0.2 for 4 tutorial examples
- Bumped version from 0.2.0 to 0.2.1 for the audit-log example
- Auto-generated CHANGELOG entries documenting the version update and dependency updates
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/tools/studio/package.json | Version bump to 1.7.2 |
| packages/tools/studio/CHANGELOG.md | Added 1.7.2 release notes |
| packages/tools/cli/package.json | Version bump to 1.7.2 |
| packages/tools/cli/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/starters/express-api/package.json | Version bump to 1.7.2 |
| packages/starters/express-api/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/starters/enterprise/package.json | Version bump to 1.7.2 |
| packages/starters/enterprise/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/starters/basic/package.json | Version bump to 1.7.2 |
| packages/starters/basic/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/runtime/server/package.json | Version bump to 1.7.2 |
| packages/runtime/server/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/foundation/types/package.json | Version bump to 1.7.2 |
| packages/foundation/types/CHANGELOG.md | Added 1.7.2 release notes |
| packages/foundation/platform-node/package.json | Version bump to 1.7.2 |
| packages/foundation/platform-node/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/foundation/core/package.json | Version bump to 1.7.2 |
| packages/foundation/core/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/drivers/sql/package.json | Version bump to 1.7.2 |
| packages/drivers/sql/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/drivers/sdk/package.json | Version bump to 1.7.2 |
| packages/drivers/sdk/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| packages/drivers/mongo/package.json | Version bump to 1.7.2 |
| packages/drivers/mongo/CHANGELOG.md | Added 1.7.2 release notes with dependency updates |
| examples/tutorials/tutorial-task-manager/package.json | Version bump to 1.0.2 |
| examples/tutorials/tutorial-federation/package.json | Version bump to 1.0.2 |
| examples/tutorials/tutorial-crm-system/package.json | Version bump to 1.0.2 |
| examples/tutorials/tutorial-ai-agent/package.json | Version bump to 1.0.2 |
| examples/plugins/audit-log/package.json | Version bump to 0.2.1 |
| examples/plugins/audit-log/CHANGELOG.md | Added 0.2.1 release notes |
| @@ -1,5 +1,16 @@ | |||
| # @example/enterprise-structure | |||
Copilot
AI
Jan 12, 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 changelog header shows "@example/enterprise-structure" but the actual package name is "@objectql/starter-enterprise" (as seen in package.json). The changelog header should match the actual package name.
| # @example/enterprise-structure | |
| # @objectql/starter-enterprise |
| @@ -1,5 +1,16 @@ | |||
| # @example/project-management | |||
Copilot
AI
Jan 12, 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 changelog header shows "@example/project-management" but the actual package name is "@objectql/starter-basic" (as seen in package.json). The changelog header should match the actual package name.
| # @example/project-management | |
| # @objectql/starter-basic |
| @@ -1,5 +1,13 @@ | |||
| # @objectql/driver-remote | |||
Copilot
AI
Jan 12, 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 changelog header shows "@objectql/driver-remote" but the actual package name is "@objectql/sdk" (as seen in package.json). The changelog header should match the actual package name.
| # @objectql/driver-remote | |
| # @objectql/sdk |
| @@ -1,5 +1,11 @@ | |||
| # @example/audit-plugin | |||
Copilot
AI
Jan 12, 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 changelog header shows "@example/audit-plugin" but the actual package name is "@example/audit-log" (as seen in package.json). The changelog header should match the actual package name.
| # @example/audit-plugin | |
| # @example/audit-log |
| @@ -1,5 +1,11 @@ | |||
| # @objectql/core | |||
Copilot
AI
Jan 12, 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 changelog header shows "@objectql/core" but this file belongs to the @objectql/types package. The package name in the changelog should match the actual package name.
| # @objectql/core | |
| # @objectql/types |
| @@ -1,5 +1,17 @@ | |||
| # @example/express-server | |||
Copilot
AI
Jan 12, 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 changelog header shows "@example/express-server" but the actual package name is "@objectql/starter-express-api" (as seen in package.json). The changelog header should match the actual package name.
| # @example/express-server | |
| # @objectql/starter-express-api |
Release Minor Version Plan
Summary
Successfully released patch version 1.7.2 for all ObjectQL packages:
The release is ready to be published to npm using
pnpm run release.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.