-
Notifications
You must be signed in to change notification settings - Fork 15
Release New Version #1549
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
base: main
Are you sure you want to change the base?
Release New Version #1549
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @docs/mintlify | ||
|
|
||
| ## 1.6.0 | ||
|
|
||
| ## 1.5.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @docs/ensrainbow | ||
|
|
||
| ## 1.6.0 | ||
|
|
||
| ## 1.5.1 | ||
|
|
||
| ## 1.5.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @ensnode/ensnode-schema | ||
|
|
||
| ## 1.6.0 | ||
|
|
||
| ## 1.5.1 | ||
|
|
||
| ## 1.5.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.
Empty version 1.6.0 changelog entry with no content. This package was version-bumped but the changelog entry contains no information about what changed.
View Details
📝 Patch Details
Analysis
Empty 1.6.0 changelog entries in seven packages
What fails: Seven packages have empty 1.6.0 changelog entries with no change information:
How to reproduce:
Result: Version 1.6.0 headers appear with no content section (no "Patch Changes", "Minor Changes", or other subsection)
Expected: Either include changelog content describing the updates (e.g., "Updated dependencies"), or omit the empty version entry entirely
Root cause: The repository uses
"updateInternalDependencies": "patch"in.changeset/config.jsonwith all packages in a fixed group. When packages are bumped only due to internal dependency updates with no direct code changes, the changesets tool fails to generate changelog content. This is a known limitation documented in changesets GitHub issue #1459.Fix applied: Removed empty 1.6.0 version headers from all seven CHANGELOG files, as these packages had no direct changes to document.