Skip to content

Conversation

@hexedpackets
Copy link
Contributor

Description

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@hexedpackets hexedpackets requested a review from a team as a code owner December 30, 2025 16:32
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 30, 2025

Greptile Summary

Patch version bump from 7.79.0 to 7.79.1 to publish the fix from PR #1426 (repository.url format correction for npm).

  • Version updated consistently across package.json, src/workos.ts VERSION constant, and test snapshots
  • Test snapshots automatically regenerated to reflect new version in User-Agent headers
  • No functional code changes, purely version metadata update
  • All changes are mechanical and correct

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple patch version bump with consistent updates across all version references. No functional code changes, no security concerns, and all test snapshots properly updated. This is a routine maintenance change to publish the repository.url fix from the previous PR.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 7.79.0 to 7.79.1, no issues found
src/workos.ts VERSION constant updated to 7.79.1, consistent with package.json
src/sso/snapshots/sso.spec.ts.snap Test snapshots updated to reflect new version in User-Agent header

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request #1427
    participant Package as package.json
    participant Source as src/workos.ts
    participant Tests as Test Snapshots
    
    Dev->>PR: Create version bump PR
    PR->>Package: Update version: 7.79.0 → 7.79.1
    PR->>Source: Update VERSION constant: 7.79.0 → 7.79.1
    PR->>Tests: Update User-Agent snapshots
    Tests-->>Source: Reflects new version in headers
    Source-->>Package: Consistent version across codebase
    PR-->>Dev: Ready for merge and npm publish
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@hexedpackets hexedpackets merged commit b27dde1 into main Dec 30, 2025
7 checks passed
@hexedpackets hexedpackets deleted the v7.79.1 branch December 30, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants