Skip to content

v0.10.0#54

Merged
chaance merged 1 commit into
mainfrom
at-0.10.0
Dec 12, 2025
Merged

v0.10.0#54
chaance merged 1 commit into
mainfrom
at-0.10.0

Conversation

@chaance

@chaance chaance commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@greptile-apps

greptile-apps Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

Version bump from 0.9.0 to 0.10.0 across package.json, package-lock.json, and src/workos.ts. This release captures the new features and fixes added since v0.9.0, including saveSession for manual auth flows and organizationId in the onSuccess callback.

  • Updated version string in all three files consistently
  • No logic changes, only version metadata updates
  • The VERSION constant in src/workos.ts is used for SDK identification in API requests

Confidence Score: 5/5

  • This PR is safe to merge - it only contains version number updates with no logic changes.
  • Score of 5 reflects that this is a straightforward version bump with consistent version strings across all files. No functional code changes, no new dependencies, and no risk of introducing bugs.
  • No files require special attention.

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bump from 0.9.0 to 0.10.0. No other changes.
package-lock.json 5/5 Version bump from 0.9.0 to 0.10.0. No dependency changes.
src/workos.ts 5/5 Updated VERSION constant from 0.9.0 to 0.10.0 for SDK identification.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PJ as package.json
    participant PLJ as package-lock.json
    participant WTS as src/workos.ts
    participant SDK as WorkOS SDK

    Dev->>PJ: Bump version to 0.10.0
    Dev->>PLJ: Bump version to 0.10.0
    Dev->>WTS: Update VERSION constant to 0.10.0
    
    Note over WTS,SDK: At runtime
    WTS->>SDK: createWorkOSInstance()
    WTS->>SDK: Include appInfo with version: 0.10.0
Loading

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

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

@chaance chaance merged commit 20743e7 into main Dec 12, 2025
9 checks passed
@chaance chaance deleted the at-0.10.0 branch December 12, 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.

2 participants