Skip to content

Update version to 7.74.0#1393

Merged
ericroberts merged 1 commit intomainfrom
update-to-7.74.0
Nov 21, 2025
Merged

Update version to 7.74.0#1393
ericroberts merged 1 commit intomainfrom
update-to-7.74.0

Conversation

@ericroberts
Copy link
Contributor

No description provided.

@ericroberts ericroberts requested a review from a team as a code owner November 21, 2025 01:05
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 21, 2025

Greptile Overview

Greptile Summary

Version bump from 7.73.0 to 7.74.0 to release the new resendInvitation feature added in PR #1387.

  • Updated version in package.json, src/workos.ts VERSION constant, and test snapshots
  • Changes are purely mechanical version updates with no functional code modifications
  • All test snapshots correctly updated to reflect new version in User-Agent headers

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Standard version bump with only three files changed - version strings updated consistently across package.json, source code, and test snapshots with no logic changes
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.73.0 to 7.74.0 to reflect new features
src/workos.ts 5/5 VERSION constant updated from 7.73.0 to 7.74.0 for user-agent header tracking
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 Package as package.json
    participant Source as src/workos.ts
    participant Tests as Test Snapshots
    participant Client as HTTP Client
    
    Dev->>Package: Update version to 7.74.0
    Dev->>Source: Update VERSION constant to 7.74.0
    Note over Source: VERSION used in user-agent string
    Source->>Client: Configure User-Agent header<br/>"workos-node/7.74.0"
    Dev->>Tests: Regenerate snapshots<br/>with new version in headers
    Note over Tests: Snapshots now expect<br/>"workos-node/7.74.0/fetch"
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

@ericroberts ericroberts merged commit d0067d5 into main Nov 21, 2025
5 checks passed
@ericroberts ericroberts deleted the update-to-7.74.0 branch November 21, 2025 01:10
@antn antn mentioned this pull request Nov 21, 2025
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