Skip to content

Bump to version 7.72.0#1374

Merged
nholden merged 1 commit intomainfrom
7-72-0
Oct 28, 2025
Merged

Bump to version 7.72.0#1374
nholden merged 1 commit intomainfrom
7-72-0

Conversation

@nholden
Copy link
Member

@nholden nholden commented Oct 28, 2025

@nholden nholden requested a review from nicknisi October 28, 2025 01:35
@nholden nholden self-assigned this Oct 28, 2025
@nholden nholden requested a review from a team as a code owner October 28, 2025 01:35
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

Version bump from 7.71.0 to 7.72.0 incorporating Convex runtime support and API key validation functionality.

Changes:

  • Updated version across package.json, package-lock.json, and src/workos.ts
  • Refreshed test snapshots to reflect new User-Agent version string
  • All version references properly synchronized

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Straightforward version bump with consistent updates across all necessary files - no logic changes, security issues, or functional modifications
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.71.0 to 7.72.0, no issues found
package-lock.json 5/5 Lock file updated to match package.json version bump, no issues found
src/workos.ts 5/5 VERSION constant updated to 7.72.0, properly synchronized with package.json
src/sso/snapshots/sso.spec.ts.snap 5/5 Test snapshots updated to reflect new User-Agent version string, no issues found

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Pkg as package.json
    participant Lock as package-lock.json
    participant Src as src/workos.ts
    participant Test as Test Snapshots
    participant NPM as NPM Registry
    
    Dev->>Pkg: Bump version 7.71.0 → 7.72.0
    Dev->>Lock: Update version references
    Dev->>Src: Update VERSION constant
    Dev->>Test: Update User-Agent snapshots
    Note over Pkg,Test: All version references synchronized
    Dev->>NPM: Publish @workos-inc/node@7.72.0
    Note over NPM: Includes PR #1372 (convex export)<br/>& PR #1373 (validateApiKey)
Loading

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@nholden nholden merged commit e25424b into main Oct 28, 2025
5 checks passed
@nholden nholden deleted the 7-72-0 branch October 28, 2025 21: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