Skip to content

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

Merged
merged 1 commit into from
Jun 16, 2025
Merged

Version Packages #33

merged 1 commit into from
Jun 16, 2025

Conversation

eluce2
Copy link
Collaborator

@eluce2 eluce2 commented Mar 27, 2025

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

  • c348e37: Support @proofkit namespaced packages

Patch Changes

@proofkit/[email protected]

Major Changes

  • 16fb8bd: Require layout to be passed when initializing client
  • 16fb8bd: Use StandardSchemaV1 for validation and transforming data. No longer have to pass types directly when initializing the client
  • 16fb8bd: Rename to @proofkit/fmdapi

@proofkit/[email protected]

Major Changes

  • 16fb8bd: Introducing @proofkit/typegen

Minor Changes

  • 16fb8bd: Add CLI option to reset the overrides files

Patch Changes

[email protected]

Minor Changes

  • c348e37: Support @proofkit namespaced packages

Summary by CodeRabbit

  • Chores
    • Promoted several packages from beta/pre-release to stable versions, including @proofkit/cli, @proofkit/typegen, @proofkit/fmdapi, and create-proofkit.
    • Updated changelogs to reflect finalized major, minor, and patch changes for these stable releases.
    • Removed obsolete changeset metadata files related to previous beta releases and updates.
  • Documentation
    • Enhanced changelog entries to provide clearer summaries of new features and improvements in stable releases.

Copy link

vercel bot commented Mar 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
proofkit ✅ Ready (Inspect) Visit Preview Jun 16, 2025 3:45pm
proofkit-docs ✅ Ready (Inspect) Visit Preview Jun 16, 2025 3:45pm

Copy link

coderabbitai bot commented Apr 15, 2025

Walkthrough

This 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

Files/Paths Change Summary
.changeset/*.md, .changeset/pre.json Deleted all changeset metadata files, removing records of previous updates, fixes, and release notes.
packages/cli/CHANGELOG.md, packages/create-proofkit/CHANGELOG.md, Added new stable release changelog entries reflecting finalized versions and summarizing major, minor, and patch changes.
packages/fmdapi/CHANGELOG.md, packages/typegen/CHANGELOG.md Updated changelogs to consolidate beta notes into stable release entries and clarify major changes.
packages/cli/package.json, packages/create-proofkit/package.json, Updated package versions from prerelease/beta to stable (e.g., 1.0.0 or 5.0.0).
packages/fmdapi/package.json, packages/typegen/package.json

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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 06c4f63 to a5850c4 Compare June 16, 2025 15:38
Copy link

@coderabbitai coderabbitai bot left a 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

📥 Commits

Reviewing files that changed from the base of the PR and between 38dfeb1 and a5850c4.

📒 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 to 5.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 to 1.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 to 1.0.0 for the @proofkit/typegen package.

packages/create-proofkit/package.json (1)

3-3: Approve version bump to stable release.
Version correctly updated from 0.1.0-beta.0 to 0.1.0 for the create-proofkit package.

packages/create-proofkit/CHANGELOG.md (1)

3-8: Approve new changelog entry for 0.1.0.
The entry for 0.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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

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.

@eluce2 eluce2 merged commit 8b676af into main Jun 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant