Version Packages#896
Conversation
PR SummaryLow Risk Overview The two pending changeset files are removed after consumption. The 1.4.2 patch notes record earlier merged work: adopting Changesets for releases, and a No application or library source files change in this diff—only version metadata, changelog, and changeset housekeeping. Reviewed by Cursor Bugbot for commit 64f5c77. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #896 +/- ##
=======================================
Coverage 85.18% 85.18%
=======================================
Files 180 180
Lines 16566 16566
Branches 1514 1514
=======================================
Hits 14112 14112
Misses 2444 2444
Partials 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
bb8ed13 to
64f5c77
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@node-core/doc-kit@1.4.2
Patch Changes
#855
d7bdf39Thanks @bmuenzenmeyer! - Adopt Changesets for releases: versioning and publishing are now driven by changeset files, whichproduce a
CHANGELOG.md, git tags, and GitHub Releases.#895
9d7ce14Thanks @avivkeller! - Avoids directly mutating the AST inlegacy-json, as to ensure future generators do not run with a input different than they expect.