Skip to content

v0.4.0#38

Merged
nicknisi merged 1 commit intomainfrom
release/v0.4.0
Dec 18, 2025
Merged

v0.4.0#38
nicknisi merged 1 commit intomainfrom
release/v0.4.0

Conversation

@nicknisi
Copy link
Member

Summary

  • Bump version to 0.4.0 for release

Why

New release including:

Notes

Merging will trigger npm publish via Trusted Publishers workflow.

@greptile-apps
Copy link

greptile-apps bot commented Dec 18, 2025

Greptile Summary

Version bump from 0.3.1 to 0.4.0, preparing for release that includes new features and bug fixes.

Changes included:

Assessment:

  • Version bump follows semantic versioning correctly (minor version for new features)
  • No code changes in this PR, only version metadata
  • Release will trigger automated npm publish workflow

Confidence Score: 5/5

  • This PR is safe to merge - it only updates version metadata for release
  • Score reflects that this is a straightforward version bump with no code changes, following semantic versioning conventions correctly for a minor release that includes new features
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 0.3.1 to 0.4.0 for minor release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub
    participant CI as CI/CD Workflow
    participant NPM as npm Registry
    
    Dev->>GH: Merge PR #38 (version bump to 0.4.0)
    GH->>CI: Trigger publish workflow
    CI->>CI: Run prepublishOnly scripts<br/>(build, format, typecheck, test)
    CI->>NPM: Authenticate via OIDC (Trusted Publishers)
    CI->>NPM: Publish package with --provenance flag
    NPM->>NPM: Create signed build attestation
    NPM-->>Dev: Package @workos/authkit-tanstack-react-start@0.4.0 published
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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@nicknisi nicknisi merged commit e978dfd into main Dec 18, 2025
6 checks passed
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