Skip to content

v7.75.0#1406

Merged
cmatheson merged 1 commit intomainfrom
v7.75.0
Dec 1, 2025
Merged

v7.75.0#1406
cmatheson merged 1 commit intomainfrom
v7.75.0

Conversation

@cmatheson
Copy link
Contributor

@cmatheson cmatheson commented Dec 1, 2025

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.

@cmatheson cmatheson requested a review from a team as a code owner December 1, 2025 23:43
@cmatheson cmatheson requested review from a team and marji-workos and removed request for a team December 1, 2025 23:43
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 1, 2025

Greptile Overview

Greptile Summary

Version bump from 7.74.2 to 7.75.0, which includes PR #1405 adding new authentication methods (BitbucketOAuth, GitLabOAuth, LinkedInOAuth, VercelOAuth, and CrossAppAuth).

  • Updated version in package.json and src/workos.ts VERSION constant
  • Updated test snapshots to reflect new version in User-Agent headers
  • All version references properly synchronized across the codebase

Confidence Score: 5/5

  • This PR is safe to merge - simple version bump with no functional changes
  • This is a straightforward version bump PR that only updates version strings across three locations. The changes are mechanical, consistent, and follow semantic versioning conventions (minor version bump for new features). No security issues, no logic changes, and test snapshots are properly updated.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.74.2 to 7.75.0 for minor release
src/workos.ts 5/5 VERSION constant updated to match package.json version 7.75.0
src/sso/snapshots/sso.spec.ts.snap 5/5 Test snapshots updated to reflect new version in User-Agent headers

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1405
    participant Pkg as package.json
    participant Src as src/workos.ts
    participant Snap as Test Snapshots
    
    Note over Dev,Snap: Version Bump: 7.74.2 → 7.75.0
    
    Dev->>PR: Merge PR #1405 (Add auth methods)
    Dev->>Pkg: Update version to 7.75.0
    Dev->>Src: Update VERSION constant to 7.75.0
    Dev->>Snap: Update User-Agent header snapshots
    
    Note over Pkg,Snap: All version references synchronized

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

Base automatically changed from add-cross-app-auth-to-types to main December 1, 2025 23:46
@cmatheson cmatheson marked this pull request as draft December 1, 2025 23:46
@cmatheson cmatheson marked this pull request as ready for review December 1, 2025 23:46
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

@cmatheson cmatheson merged commit b8ee00c into main Dec 1, 2025
5 checks passed
@cmatheson cmatheson deleted the v7.75.0 branch December 1, 2025 23:50
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.

2 participants