Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
This PR bumps the package version from 7.72.1 to 7.72.2 to release the widgets:api-keys:manage scope feature added in the previous commit.
Changes:
- Version incremented consistently across
package.json,package-lock.json, andsrc/workos.ts - Test snapshots updated to reflect new version string in User-Agent headers
- All version references are synchronized correctly
Confidence Score: 5/5
- This PR is safe to merge with no risk
- This is a standard patch version bump with consistent version updates across all required files. No functional code changes, no security concerns, and test snapshots properly updated.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| package.json | 5/5 | Version bumped from 7.72.1 to 7.72.2 for patch release |
| src/workos.ts | 5/5 | VERSION constant updated to 7.72.2 for User-Agent header |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PKG as package.json
participant Lock as package-lock.json
participant Core as src/workos.ts
participant Tests as Test Snapshots
Dev->>PKG: Bump version 7.72.1 → 7.72.2
Dev->>Lock: Update lockfile version
Dev->>Core: Update VERSION constant
Core->>Tests: Version change affects User-Agent
Tests->>Tests: Update snapshots for new version
2 files reviewed, no comments
nholden
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Patch version bump to release api-keys widget scope
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.