Skip to content

8.0.0-rc.6#1419

Merged
nicknisi merged 1 commit intoversion-8from
release/8.0.0-rc.6
Dec 16, 2025
Merged

8.0.0-rc.6#1419
nicknisi merged 1 commit intoversion-8from
release/8.0.0-rc.6

Conversation

@nicknisi
Copy link
Member

Description

This pull request updates the package version from 8.0.0-rc.5 to 8.0.0-rc.6 throughout the codebase to ensure consistency.

Version bump:

  • Updated the version field in package.json to 8.0.0-rc.6.
  • Updated the VERSION constant in src/workos.ts to 8.0.0-rc.6.

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.

@nicknisi nicknisi requested a review from cmatheson December 16, 2025 01:13
@nicknisi nicknisi requested a review from a team as a code owner December 16, 2025 01:13
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 16, 2025

Greptile Overview

Greptile Summary

Version bump from 8.0.0-rc.5 to 8.0.0-rc.6 with consistent updates across all relevant files.

  • Updated package.json version field
  • Updated package-lock.json version references
  • Updated VERSION constant in src/workos.ts

No functional changes or logic modifications. All version strings are synchronized correctly.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple version bump with no code changes, properly synchronized across all files
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Updated version from 8.0.0-rc.5 to 8.0.0-rc.6
package-lock.json 5/5 Updated version references from 8.0.0-rc.5 to 8.0.0-rc.6
src/workos.ts 5/5 Updated VERSION constant from 8.0.0-rc.5 to 8.0.0-rc.6

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PJ as package.json
    participant PL as package-lock.json
    participant WS as src/workos.ts
    participant Build as Build System
    
    Dev->>PJ: Update version to 8.0.0-rc.6
    Dev->>PL: Update version references to 8.0.0-rc.6
    Dev->>WS: Update VERSION constant to 8.0.0-rc.6
    Build->>WS: Read VERSION constant
    Build->>Build: Include version in User-Agent headers
    Build->>Build: Package library with new version
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

@nicknisi nicknisi merged commit 131b6a6 into version-8 Dec 16, 2025
8 checks passed
@nicknisi nicknisi deleted the release/8.0.0-rc.6 branch December 16, 2025 01:16
nicknisi added a commit that referenced this pull request Dec 22, 2025
## Description

This pull request updates the package version from `8.0.0-rc.5` to
`8.0.0-rc.6` throughout the codebase to ensure consistency.

Version bump:

* Updated the `version` field in `package.json` to `8.0.0-rc.6`.
* Updated the `VERSION` constant in `src/workos.ts` to `8.0.0-rc.6`.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/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.
nicknisi added a commit that referenced this pull request Jan 8, 2026
## Description

This pull request updates the package version from `8.0.0-rc.5` to
`8.0.0-rc.6` throughout the codebase to ensure consistency.

Version bump:

* Updated the `version` field in `package.json` to `8.0.0-rc.6`.
* Updated the `VERSION` constant in `src/workos.ts` to `8.0.0-rc.6`.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/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.
nicknisi added a commit that referenced this pull request Jan 9, 2026
## Description

This pull request updates the package version from `8.0.0-rc.5` to
`8.0.0-rc.6` throughout the codebase to ensure consistency.

Version bump:

* Updated the `version` field in `package.json` to `8.0.0-rc.6`.
* Updated the `VERSION` constant in `src/workos.ts` to `8.0.0-rc.6`.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/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.
nicknisi added a commit that referenced this pull request Jan 12, 2026
## Description

This pull request updates the package version from `8.0.0-rc.5` to
`8.0.0-rc.6` throughout the codebase to ensure consistency.

Version bump:

* Updated the `version` field in `package.json` to `8.0.0-rc.6`.
* Updated the `VERSION` constant in `src/workos.ts` to `8.0.0-rc.6`.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/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.
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