Skip to content

v0.5.0#47

Merged
nicknisi merged 1 commit intomainfrom
release/v0.5.0
Jan 16, 2026
Merged

v0.5.0#47
nicknisi merged 1 commit intomainfrom
release/v0.5.0

Conversation

@nicknisi
Copy link
Member

Summary

  • Bump version to 0.5.0
  • Update @workos/authkit-session to 0.3.4 (includes WorkOS Node SDK v8 stable)

Changes since v0.4.1

@nicknisi nicknisi requested a review from gjtorikian January 16, 2026 19:18
@nicknisi nicknisi merged commit d4d1766 into main Jan 16, 2026
6 checks passed
@greptile-apps
Copy link

greptile-apps bot commented Jan 16, 2026

Greptile Summary

Version 0.5.0 release that bumps @workos/authkit-session from 0.3.2 to 0.3.4, bringing in the stable WorkOS Node SDK v8.

Changes included in this release:

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Clean version bump with standard dependency updates. The changes upgrade to stable releases (WorkOS Node SDK v8 from RC), include well-tested features from previous merged PRs, and add proper workspace configuration. No code logic changes, security concerns, or breaking changes present.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped to 0.5.0 and @workos/authkit-session dependency updated from 0.3.2 to 0.3.4
pnpm-lock.yaml Lockfile updated with @workos/authkit-session@0.3.4 and stable @workos-inc/node@8.0.0 (from RC)
pnpm-workspace.yaml Added root directory '.' to workspace packages for proper monorepo structure

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PKG as package.json
    participant PNPM as pnpm-lock.yaml
    participant WS as pnpm-workspace.yaml
    participant AuthKit as @workos/authkit-session
    participant WorkOS as @workos-inc/node

    Dev->>PKG: Bump version to 0.5.0
    Dev->>PKG: Update @workos/authkit-session to 0.3.4
    PKG->>PNPM: Trigger dependency resolution
    PNPM->>AuthKit: Resolve @workos/authkit-session@0.3.4
    AuthKit->>WorkOS: Pull @workos-inc/node@8.0.0 (stable)
    Note over WorkOS: Upgraded from 8.0.0-rc.5 to stable
    PNPM->>PNPM: Update lockfile with new versions
    Dev->>WS: Add root '.' to workspace packages
    Note over WS: Improves monorepo structure
Loading

Copy link

@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

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