Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 12, 2026

Release Minor Version Plan

  • Understand repository structure and current versions (all at 1.7.1)
  • Confirm Changesets is configured with fixed versioning
  • Create a changeset for patch version bump (1.7.1 → 1.7.2)
  • Run changeset version to update package.json files
  • Verify all packages are updated to version 1.7.2
  • Update CHANGELOG files (generated automatically)
  • Commit version changes
  • Build all packages successfully
  • Run tests (SQL and Core pass, Mongo fails due to network restrictions)
  • Verify version synchronization across all packages

Summary

Successfully released patch version 1.7.2 for all ObjectQL packages:

  • ✅ All 12 packages in the fixed group updated from 1.7.1 to 1.7.2
  • ✅ CHANGELOG files generated with release notes
  • ✅ Build completed successfully for all packages
  • ✅ Tests passing (except MongoDB integration tests due to network restrictions)
  • ✅ Version synchronization verified

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.

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong requested a review from Copilot January 12, 2026 16:59
@hotlong hotlong marked this pull request as ready for review January 12, 2026 17:01
@hotlong hotlong merged commit a09e664 into main Jan 12, 2026
6 checks passed
@hotlong hotlong deleted the copilot/release-small-version-again branch January 12, 2026 17:01
Copilot AI requested a review from hotlong January 12, 2026 17:01
Copilot stopped work on behalf of hotlong due to an error January 12, 2026 17:01
Copy link
Contributor

Copilot AI left a 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
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @example/enterprise-structure
# @objectql/starter-enterprise

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @example/project-management
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @example/project-management
# @objectql/starter-basic

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,13 @@
# @objectql/driver-remote
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @objectql/driver-remote
# @objectql/sdk

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,11 @@
# @example/audit-plugin
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @example/audit-plugin
# @example/audit-log

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,11 @@
# @objectql/core
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @objectql/core
# @objectql/types

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,17 @@
# @example/express-server
Copy link

Copilot AI Jan 12, 2026

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.

Suggested change
# @example/express-server
# @objectql/starter-express-api

Copilot uses AI. Check for mistakes.
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.

2 participants