Skip to content

v8.0.0-rc.4#1412

Merged
nicknisi merged 1 commit intoversion-8from
nicknisi/v8.0.0-rc.4
Dec 4, 2025
Merged

v8.0.0-rc.4#1412
nicknisi merged 1 commit intoversion-8from
nicknisi/v8.0.0-rc.4

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Dec 4, 2025

Description

This pull request contains a minor version bump for the package, updating all references from 8.0.0-rc.3 to 8.0.0-rc.4.

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

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 a team as a code owner December 4, 2025 15:20
@nicknisi nicknisi requested review from robertLichtnow and removed request for a team December 4, 2025 15:20
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 4, 2025

Greptile Overview

Greptile Summary

Version bump from 8.0.0-rc.3 to 8.0.0-rc.4 applied consistently across all package files and source code.

  • Updated version field in package.json
  • Updated version in package-lock.json (2 occurrences)
  • Updated VERSION constant in src/workos.ts

All version references have been updated correctly and consistently. No issues found.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple version bump with no code changes, all version references updated consistently across all files, no security or logic concerns
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 8.0.0-rc.3 to 8.0.0-rc.4
package-lock.json 5/5 Version bumped from 8.0.0-rc.3 to 8.0.0-rc.4 in lockfile
src/workos.ts 5/5 VERSION constant updated from 8.0.0-rc.3 to 8.0.0-rc.4

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PJ as package.json
    participant PL as package-lock.json
    participant WT as src/workos.ts
    
    Dev->>PJ: Update version field
    Note over PJ: 8.0.0-rc.3 → 8.0.0-rc.4
    
    Dev->>PL: Update lockfile version
    Note over PL: 8.0.0-rc.3 → 8.0.0-rc.4 (2 locations)
    
    Dev->>WT: Update VERSION constant
    Note over WT: 8.0.0-rc.3 → 8.0.0-rc.4
    
    Note over Dev,WT: All version references synchronized
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 force-pushed the nicknisi/v8.0.0-rc.4 branch from fc548e9 to c3c3c6f Compare December 4, 2025 22:29
@nicknisi nicknisi merged commit 011bcb0 into version-8 Dec 4, 2025
8 checks passed
@nicknisi nicknisi deleted the nicknisi/v8.0.0-rc.4 branch December 4, 2025 22:30
nicknisi added a commit that referenced this pull request Dec 16, 2025
## Description

This pull request contains a minor version bump for the package,
updating all references from `8.0.0-rc.3` to `8.0.0-rc.4`.

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

## 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 Dec 22, 2025
## Description

This pull request contains a minor version bump for the package,
updating all references from `8.0.0-rc.3` to `8.0.0-rc.4`.

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

## 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 contains a minor version bump for the package,
updating all references from `8.0.0-rc.3` to `8.0.0-rc.4`.

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

## 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 contains a minor version bump for the package,
updating all references from `8.0.0-rc.3` to `8.0.0-rc.4`.

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

## 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 contains a minor version bump for the package,
updating all references from `8.0.0-rc.3` to `8.0.0-rc.4`.

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

## 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