-
Notifications
You must be signed in to change notification settings - Fork 0
Version Packages #33
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
Version Packages #33
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
210a1bd
to
83d35e7
Compare
83d35e7
to
6220480
Compare
6220480
to
435ecbe
Compare
435ecbe
to
a4877e2
Compare
a4877e2
to
19b208e
Compare
WalkthroughThis update finalizes the release process for several packages by removing changeset metadata files and updating version numbers and changelogs from beta or prerelease to stable releases. The changes are limited to documentation, changelogs, and package metadata, with no modifications to code, APIs, or public interfaces. Changes
Sequence Diagram(s)No sequence diagram is generated because the changes are limited to metadata, versioning, and documentation, with no impact on control flow or feature logic. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
19b208e
to
ff3052d
Compare
ff3052d
to
bd58a29
Compare
bd58a29
to
06c4f63
Compare
06c4f63
to
a5850c4
Compare
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.
Actionable comments posted: 1
🔭 Outside diff range comments (2)
packages/fmdapi/CHANGELOG.md (2)
19-22
: Remove duplicate 5.0.0 entry.
The second## 5.0.0
section (with a single bullet) is redundant. Delete lines 19–22 to avoid confusion.
23-23
: Remove outdated header.
The header# @proofgeist/fmdapi
reflects the old namespace. It should be removed now that the package is@proofkit/fmdapi
.
🧹 Nitpick comments (2)
packages/cli/CHANGELOG.md (1)
11-15
: Consolidate duplicate dependency entries.
The- Updated dependencies [16fb8bd]
bullet is repeated three times. Combine into one entry and list all updated packages, for example:- - Updated dependencies [16fb8bd] - - Updated dependencies [16fb8bd] - - Updated dependencies [16fb8bd] - - @proofkit/[email protected] + - Updated dependencies [16fb8bd]: + - @proofkit/[email protected]packages/typegen/CHANGELOG.md (1)
19-23
: Consolidate duplicate dependency entries.
Three identical- Updated dependencies [16fb8bd]
bullets can be merged into one entry listing the actual package(s) updated:- - Updated dependencies [16fb8bd] - - Updated dependencies [16fb8bd] - - Updated dependencies [16fb8bd] - - @proofkit/[email protected] + - Updated dependencies [16fb8bd]: + - @proofkit/[email protected]
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (19)
.changeset/breezy-cooks-rescue.md
(0 hunks).changeset/cyan-eels-glow.md
(0 hunks).changeset/great-rabbits-spend.md
(0 hunks).changeset/lemon-toys-follow.md
(0 hunks).changeset/nine-dragons-punch.md
(0 hunks).changeset/pre.json
(0 hunks).changeset/serious-tips-sing.md
(0 hunks).changeset/six-maps-grow.md
(0 hunks).changeset/soft-views-swim.md
(0 hunks).changeset/sour-dragons-wave.md
(0 hunks).changeset/witty-clouds-watch.md
(0 hunks)packages/cli/CHANGELOG.md
(1 hunks)packages/cli/package.json
(1 hunks)packages/create-proofkit/CHANGELOG.md
(1 hunks)packages/create-proofkit/package.json
(1 hunks)packages/fmdapi/CHANGELOG.md
(1 hunks)packages/fmdapi/package.json
(1 hunks)packages/typegen/CHANGELOG.md
(1 hunks)packages/typegen/package.json
(1 hunks)
💤 Files with no reviewable changes (11)
- .changeset/lemon-toys-follow.md
- .changeset/serious-tips-sing.md
- .changeset/six-maps-grow.md
- .changeset/great-rabbits-spend.md
- .changeset/sour-dragons-wave.md
- .changeset/nine-dragons-punch.md
- .changeset/breezy-cooks-rescue.md
- .changeset/witty-clouds-watch.md
- .changeset/soft-views-swim.md
- .changeset/cyan-eels-glow.md
- .changeset/pre.json
🔇 Additional comments (8)
packages/fmdapi/package.json (1)
3-3
: Approve version bump to stable release.
Version correctly updated from prerelease to5.0.0
as part of the coordinated release for@proofkit/fmdapi
.packages/cli/package.json (1)
3-3
: Approve version bump to stable release.
Version correctly updated from prerelease to1.0.0
in line with the@proofkit/cli
stable release.packages/typegen/package.json (1)
3-3
: Approve version bump to stable release.
Version correctly updated from prerelease to1.0.0
for the@proofkit/typegen
package.packages/create-proofkit/package.json (1)
3-3
: Approve version bump to stable release.
Version correctly updated from0.1.0-beta.0
to0.1.0
for thecreate-proofkit
package.packages/create-proofkit/CHANGELOG.md (1)
3-8
: Approve new changelog entry for 0.1.0.
The entry for0.1.0
accurately captures the minor changes and is correctly placed above the beta entry.packages/cli/CHANGELOG.md (1)
3-9
: Approve: New 1.0.0 release section.
The## 1.0.0
release is properly structured with a Major Changes section. Formatting is consistent with other packages.packages/fmdapi/CHANGELOG.md (1)
3-10
: Approve: Stable 5.0.0 section.
The new## 5.0.0
header correctly documents the major changes for the stable release.packages/typegen/CHANGELOG.md (1)
3-8
: Approve: Stable 1.0.0 release.
The## 1.0.0
section clearly groups Major, Minor, and Patch changes for the official release.
@@ -1,5 +1,18 @@ | |||
# @proofgeist/kit |
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.
Critical: Incorrect package header.
The top‐level header uses @proofgeist/kit
, but this changelog is under packages/cli
and the npm package is @proofkit/cli
. Please update to the correct package name.
🤖 Prompt for AI Agents
In packages/cli/CHANGELOG.md at line 1, the top-level header incorrectly uses
'@proofgeist/kit' instead of the correct package name '@proofkit/cli'. Update
the header line to '# @proofkit/cli' to reflect the accurate package name for
this changelog.
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
@proofkit/[email protected]
Major Changes
Patch Changes
@proofkit/[email protected]
Major Changes
@proofkit/[email protected]
Major Changes
Minor Changes
Patch Changes
[email protected]
Minor Changes
Summary by CodeRabbit
@proofkit/cli
,@proofkit/typegen
,@proofkit/fmdapi
, andcreate-proofkit
.