Conversation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This pull request performs a minor version bump across all ObjectQL packages from version 1.6.1 to 1.7.0. The release includes updates to the default port for ObjectQL Studio (changed to 5555) and improved port listening logic.
Changes:
- Updated version numbers in all package.json files from 1.6.1 to 1.7.0
- Added version 1.7.0 entries to all CHANGELOG.md files with release notes
- Consistent versioning across 12 packages in the monorepo
Reviewed changes
Copilot reviewed 24 out of 24 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.0 |
| packages/tools/studio/CHANGELOG.md | Added 1.7.0 release notes |
| packages/tools/cli/package.json | Version bump to 1.7.0 |
| packages/tools/cli/CHANGELOG.md | Added 1.7.0 release notes |
| packages/starters/express-api/package.json | Version bump to 1.7.0 |
| packages/starters/express-api/CHANGELOG.md | Added 1.7.0 release notes |
| packages/starters/enterprise/package.json | Version bump to 1.7.0 |
| packages/starters/enterprise/CHANGELOG.md | Added 1.7.0 release notes |
| packages/starters/basic/package.json | Version bump to 1.7.0 |
| packages/starters/basic/CHANGELOG.md | Added 1.7.0 release notes |
| packages/runtime/server/package.json | Version bump to 1.7.0 |
| packages/runtime/server/CHANGELOG.md | Added 1.7.0 release notes |
| packages/foundation/types/package.json | Version bump to 1.7.0 |
| packages/foundation/types/CHANGELOG.md | Added 1.7.0 release notes |
| packages/foundation/platform-node/package.json | Version bump to 1.7.0 |
| packages/foundation/platform-node/CHANGELOG.md | Added 1.7.0 release notes |
| packages/foundation/core/package.json | Version bump to 1.7.0 |
| packages/foundation/core/CHANGELOG.md | Added 1.7.0 release notes |
| packages/drivers/sql/package.json | Version bump to 1.7.0 |
| packages/drivers/sql/CHANGELOG.md | Added 1.7.0 release notes |
| packages/drivers/sdk/package.json | Version bump to 1.7.0 |
| packages/drivers/sdk/CHANGELOG.md | Added 1.7.0 release notes |
| packages/drivers/mongo/package.json | Version bump to 1.7.0 |
| packages/drivers/mongo/CHANGELOG.md | Added 1.7.0 release notes |
| @@ -1,5 +1,16 @@ | |||
| # @example/enterprise-structure | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@example/enterprise-structure" but this is the CHANGELOG for @objectql/starter-enterprise. The package name in the header should match the actual package name.
| # @example/enterprise-structure | |
| # @objectql/starter-enterprise |
| @@ -1,5 +1,16 @@ | |||
| # @example/project-management | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@example/project-management" but this is the CHANGELOG for @objectql/starter-basic. The package name in the header should match the actual package name.
| # @example/project-management | |
| # @objectql/starter-basic |
| @@ -1,5 +1,16 @@ | |||
| # @objectql/driver-knex | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@objectql/driver-knex" but this is the CHANGELOG for @objectql/driver-sql. The package name in the header should match the actual package name.
| # @objectql/driver-knex | |
| # @objectql/driver-sql |
| @@ -1,5 +1,16 @@ | |||
| # @objectql/driver-remote | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@objectql/driver-remote" but this is the CHANGELOG for @objectql/sdk. The package name in the header should match the actual package name.
| # @objectql/driver-remote | |
| # @objectql/sdk |
| @@ -1,5 +1,16 @@ | |||
| # @objectql/core | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@objectql/core" but this is the CHANGELOG for @objectql/types. The package name in the header should match the actual package name.
| # @objectql/core | |
| # @objectql/types |
| @@ -1,5 +1,16 @@ | |||
| # @example/express-server | |||
There was a problem hiding this comment.
The CHANGELOG header shows "@example/express-server" but this is the CHANGELOG for @objectql/starter-express-api. The package name in the header should match the actual package name.
| # @example/express-server | |
| # @objectql/starter-express-api |
Minor version bump from 1.6.1 to 1.7.0 across all packages in the monorepo.
Changes
Version: Bumped all 12 packages to 1.7.0
@objectql/core,@objectql/types,@objectql/platform-node@objectql/driver-sql,@objectql/driver-mongo,@objectql/sdk@objectql/server@objectql/cli,@objectql/studio@objectql/starter-basic,@objectql/starter-express-api,@objectql/starter-enterpriseCHANGELOGs: Added 1.7.0 release notes documenting:
Notes
All packages use fixed versioning strategy and remain synchronized at 1.7.0.
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.