Skip to content

Bump to 8.3.0#1470

Merged
csrbarber merged 1 commit intomainfrom
bump-to-8.3.0
Feb 10, 2026
Merged

Bump to 8.3.0#1470
csrbarber merged 1 commit intomainfrom
bump-to-8.3.0

Conversation

@csrbarber
Copy link
Contributor

Description

Bump to v8.3.0

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[X] 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 9, 2026 18:47
@csrbarber csrbarber requested a review from gjtorikian February 9, 2026 18:47
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 9, 2026

Greptile Overview

Greptile Summary

This PR is a version bump release update to v8.3.0. It synchronizes the published package version in package.json and package-lock.json with the SDK’s internal VERSION constant in src/workos.ts, keeping runtime/user-agent reporting consistent with the NPM package version.

No functional logic or dependency changes are included in the diff shown—only version metadata updates.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Changes are limited to bumping version strings in package metadata and the SDK VERSION constant; no behavioral code paths were modified.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Bumps package version from 8.2.0 to 8.3.0; no functional changes.
package-lock.json Bumps lockfile package version metadata to 8.3.0; dependency graph unchanged in shown diff.
src/workos.ts Updates internal VERSION constant from 8.2.0 to 8.3.0 to match package version.

Sequence Diagram

sequenceDiagram
  participant Maintainer as Maintainer
  participant Repo as workos-node repo
  participant PackageJSON as package.json
  participant Lock as package-lock.json
  participant WorkOS as src/workos.ts

  Maintainer->>Repo: Bump release to 8.3.0
  Repo->>PackageJSON: Update "version" to 8.3.0
  Repo->>Lock: Update lockfile package version to 8.3.0
  Repo->>WorkOS: Update VERSION constant to 8.3.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.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@csrbarber csrbarber merged commit adf4280 into main Feb 10, 2026
8 checks passed
@csrbarber csrbarber deleted the bump-to-8.3.0 branch February 10, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants