Merged
Conversation
gcarvelli
approved these changes
Feb 5, 2026
Contributor
Greptile OverviewGreptile SummaryVersion bump to 8.2.0, which includes environment role support and organization role support features that were merged prior to this PR. Changes Made:
Features Included in v8.2.0:
All version strings are consistent across files and properly synchronized. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as Pull Request
participant PJ as package.json
participant PL as package-lock.json
participant WT as src/workos.ts
participant NPM as NPM Registry
Dev->>PJ: Update version 8.1.0 → 8.2.0
Dev->>WT: Update VERSION constant to '8.2.0'
Dev->>PL: Run npm install to update lock file
PL-->>PL: Update version references
PL-->>PL: Clean up peer dependency flags
Dev->>PR: Create version bump PR
PR->>NPM: Publish v8.2.0 (post-merge)
|
9205e98 to
ab747a3
Compare
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
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.