Skip to content

Revert "Bump version to 8.2.0"#1464

Merged
ajworkos merged 1 commit intomainfrom
revert-1463-version-8.2.0
Feb 4, 2026
Merged

Revert "Bump version to 8.2.0"#1464
ajworkos merged 1 commit intomainfrom
revert-1463-version-8.2.0

Conversation

@ajworkos
Copy link
Contributor

@ajworkos ajworkos commented Feb 4, 2026

Reverts #1463

My intended changes were already released in v8.1 and this did not create a tag. It's safe to revert

@ajworkos ajworkos requested a review from a team as a code owner February 4, 2026 15:51
@ajworkos ajworkos requested review from gjtorikian and mattgd February 4, 2026 15:51
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 4, 2026

Greptile Overview

Greptile Summary

Reverts the version bump from 8.2.0 back to 8.1.0 in both package.json and src/workos.ts.

  • Reverted package.json version field from 8.2.0 to 8.1.0
  • Reverted VERSION constant in src/workos.ts from 8.2.0 to 8.1.0

The author explains that the intended changes were already released in v8.1.0, and PR #1463 did not create a tag or publish to NPM. This revert restores the correct version state.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple version number revert with no functional code changes, only updates two version strings to restore correct package state
  • No files require special attention

Important Files Changed

Filename Overview
package.json Reverted version from 8.2.0 back to 8.1.0
src/workos.ts Reverted VERSION constant from 8.2.0 back to 8.1.0

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1463
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Note over Dev,NPM: Previous PR #1463 Context
    Dev->>PR: Created PR to bump to v8.2.0
    PR->>Repo: Merged (commit 0a9e2a1)
    Note over Repo: Version bumped to 8.2.0
    Note over NPM: No tag created, no publish
    
    Note over Dev,NPM: Current PR #1464 (Revert)
    Dev->>Repo: Discovered v8.1.0 already released
    Dev->>Repo: Created revert PR #1464
    Repo->>Repo: Revert package.json: 8.2.0 → 8.1.0
    Repo->>Repo: Revert workos.ts VERSION: 8.2.0 → 8.1.0
    Note over Repo: State restored to v8.1.0
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.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@ajworkos ajworkos merged commit 1d57c6c into main Feb 4, 2026
8 checks passed
@ajworkos ajworkos deleted the revert-1463-version-8.2.0 branch February 4, 2026 16:28
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