Skip to content

v0.3.3#17

Merged
nicknisi merged 1 commit intomainfrom
release/v0.3.3
Jan 12, 2026
Merged

v0.3.3#17
nicknisi merged 1 commit intomainfrom
release/v0.3.3

Conversation

@nicknisi
Copy link
Member

This pull request updates the package version in package.json from 0.3.2 to 0.3.3. This is a minor version bump, likely reflecting a small update or bug fix.

@nicknisi nicknisi merged commit 2302d2c into main Jan 12, 2026
6 checks passed
@greptile-apps
Copy link

greptile-apps bot commented Jan 12, 2026

Greptile Overview

Greptile Summary

This PR bumps the package version from 0.3.2 to 0.3.3 to release accumulated changes since the last version.

Changes Included in v0.3.3

The version bump encompasses the following changes merged since v0.3.2:

  1. Dependency Updates (PR Update dependencies to stable versions #16):

    • Upgraded @workos-inc/node from 8.0.0-rc.5 to 8.0.0 (stable release)
    • Updated @vitest/coverage-v8 from 4.0.10 to 4.0.17
    • Updated prettier from 3.6.2 to 3.7.4
    • Updated vitest from 4.0.10 to 4.0.17
    • Applied code formatting updates from newer Prettier version
  2. CI/CD Infrastructure (PR feat: enable npm Trusted Publishers #15):

    • Updated release workflow to use Node 24 for npm 11+ compatibility (required by Trusted Publishers)
  3. Metadata Addition (PR Add context7.json to repo #14):

    • Added context7.json configuration file

Semantic Versioning Assessment

The patch version bump (0.3.2 → 0.3.3) is appropriate for this release, as it includes:

  • Dependency updates (including the important upgrade from RC to stable for @workos-inc/node)
  • Development tooling updates
  • Code formatting improvements
  • CI/CD enhancements

No breaking changes or new features were introduced that would require a minor or major version increment.

Verification Status

  • ✅ All changes have been merged and tested in previous PRs
  • pnpm-lock.yaml is already updated with correct dependency versions
  • ✅ No security policy violations detected
  • ✅ Version follows semantic versioning conventions

Confidence Score: 5/5

  • This PR is safe to merge - it's a standard version bump with no code changes
  • This PR receives the maximum confidence score because it only updates the version number in package.json. All actual code changes, dependency updates, and improvements were already reviewed and merged in previous PRs (Add context7.json to repo #14, feat: enable npm Trusted Publishers #15, Update dependencies to stable versions #16). The pnpm-lock.yaml is already correctly updated, and the version bump appropriately follows semantic versioning conventions for a patch release
  • No files require special attention - this is a straightforward version bump

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bump from 0.3.2 to 0.3.3 to release dependency updates and improvements

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant CI as CI/CD Pipeline
    participant NPM as NPM Registry
    
    Note over Dev,NPM: Version 0.3.3 Release Process
    
    Dev->>Git: Merge PR #14 (Add context7.json)
    Dev->>Git: Merge PR #15 (Update Node 24 in CI)
    Dev->>Git: Merge PR #16 (Update dependencies)
    Note over Git: @workos-inc/node: 8.0.0-rc.5 → 8.0.0<br/>vitest, prettier updates<br/>Code formatting changes
    
    Dev->>Git: Create PR #17 (Bump version to 0.3.3)
    Note over Dev,Git: Update package.json:<br/>version: "0.3.2" → "0.3.3"
    
    Dev->>Git: Merge PR #17
    Dev->>Git: Create Git tag v0.3.3
    
    Git->>CI: Trigger release workflow
    CI->>CI: Install dependencies (pnpm install)
    CI->>CI: Build project (pnpm run build)
    CI->>CI: Run tests
    
    CI->>NPM: Publish @workos/authkit-session@0.3.3
    Note over NPM: Package available with:<br/>- Stable @workos-inc/node@8.0.0<br/>- Updated dev dependencies<br/>- CI improvements
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.

No 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