-
Notifications
You must be signed in to change notification settings - Fork 0
Release version 1.9.0 #107
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # @objectql/example-browser | ||
|
|
||
| ## 1.0.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectql/core@1.9.0 | ||
| - @objectql/types@1.9.0 | ||
| - @objectql/driver-localstorage@0.1.1 | ||
| - @objectql/driver-memory@0.1.1 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,15 @@ | ||||||
| # @objectql/starter-enterprise | ||||||
|
||||||
| # @objectql/starter-enterprise | |
| # @objectql/example-enterprise-erp |
Copilot
AI
Jan 16, 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 version is being bumped from 1.8.4 to 2.0.0, which is a major version change, but the changelog section is titled "Patch Changes". This is semantically inconsistent. If this is truly a major version bump, it should have a "Major Changes" section explaining the breaking changes. If this is intended to be a patch release, the version should be 1.8.5 instead of 2.0.0.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,15 @@ | ||||||
| # @objectql/starter-basic | ||||||
|
||||||
| # @objectql/starter-basic | |
| # @objectql/example-project-tracker |
Copilot
AI
Jan 16, 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 version is being bumped from 1.8.4 to 2.0.0, which is a major version change, but the changelog section is titled "Patch Changes". This is semantically inconsistent. If this is truly a major version bump, it should have a "Major Changes" section explaining the breaking changes. If this is intended to be a patch release, the version should be 1.8.5 instead of 2.0.0.
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 package name in this CHANGELOG header is "@objectql/starter-express-api", but the actual package name in package.json is "@objectql/example-express-server". The CHANGELOG header should match the actual package name to avoid confusion.