Skip to content

Bump to 8.2.0#1466

Merged
csrbarber merged 1 commit intomainfrom
bump-to-8.2.0
Feb 5, 2026
Merged

Bump to 8.2.0#1466
csrbarber merged 1 commit intomainfrom
bump-to-8.2.0

Conversation

@csrbarber
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.

@csrbarber csrbarber requested a review from a team as a code owner February 5, 2026 17:30
@csrbarber csrbarber requested a review from ericroberts February 5, 2026 17:30
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 5, 2026

Greptile Overview

Greptile Summary

Version bump to 8.2.0, which includes environment role support and organization role support features that were merged prior to this PR.

Changes Made:

  • Updated version from 8.1.0 to 8.2.0 in package.json, package-lock.json, and src/workos.ts
  • Cleaned up peer: true flags from dev dependencies in package-lock.json

Features Included in v8.2.0:

  • Environment Role support (PATCH request support, environment role CRUD operations)
  • Organization Role support (organization role and permission management)

All version strings are consistent across files and properly synchronized.

Confidence Score: 5/5

  • Safe to merge - straightforward version bump with consistent changes across all version references
  • Simple version bump PR with no code logic changes. All three version strings (package.json, package-lock.json, and src/workos.ts) are properly synchronized to 8.2.0. The package-lock.json cleanup of peer: true flags is an automated npm housekeeping change.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 8.1.0 to 8.2.0
package-lock.json Version updated to 8.2.0, removed unnecessary peer: true flags from dev dependencies
src/workos.ts Updated VERSION constant from 8.1.0 to 8.2.0

Sequence Diagram

sequenceDiagram
    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)
Loading

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.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@csrbarber csrbarber merged commit 627fbce into main Feb 5, 2026
8 checks passed
@csrbarber csrbarber deleted the bump-to-8.2.0 branch February 5, 2026 17:35
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