Skip to content

Bump to v7.72.1#1376

Merged
hexedpackets merged 1 commit intomainfrom
v7.72.1
Oct 29, 2025
Merged

Bump to v7.72.1#1376
hexedpackets merged 1 commit intomainfrom
v7.72.1

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 October 29, 2025 15:52
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.

Greptile Overview

Greptile Summary

Bumped package version from 7.72.0 to 7.72.1 following the addition of retryable HTTP requests for Vault API in the previous commit.

  • Updated version in package.json to 7.72.1
  • Updated VERSION constant in src/workos.ts to match
  • Updated test snapshots to reflect new User-Agent header version

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a straightforward version bump with no functional changes
  • This is a routine patch version bump (7.72.0 → 7.72.1) that only updates version numbers across three locations. All changes are mechanical and consistent. The test snapshots are correctly updated to reflect the new version in User-Agent headers. No custom security rules were violated, and no functional code was modified.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.72.0 to 7.72.1 - standard patch version increment
src/workos.ts 5/5 Updated VERSION constant from 7.72.0 to 7.72.1 to match package version
src/sso/snapshots/sso.spec.ts.snap 5/5 Updated test snapshots to reflect new User-Agent header with version 7.72.1

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1376
    participant Pkg as package.json
    participant Src as src/workos.ts
    participant Test as Test Snapshots
    
    Dev->>PR: Create version bump PR
    PR->>Pkg: Update version: 7.72.0 → 7.72.1
    PR->>Src: Update VERSION constant: 7.72.0 → 7.72.1
    PR->>Test: Update User-Agent snapshots: 7.72.1/fetch
    Note over Pkg,Test: All version references synchronized
    PR->>Dev: Ready for merge
Loading

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@hexedpackets hexedpackets merged commit d479197 into main Oct 29, 2025
5 checks passed
@hexedpackets hexedpackets deleted the v7.72.1 branch October 29, 2025 16:24
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