Merged
Conversation
nholden
approved these changes
Jan 12, 2026
Greptile OverviewGreptile SummaryThis 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.3The version bump encompasses the following changes merged since v0.3.2:
Semantic Versioning AssessmentThe patch version bump (0.3.2 → 0.3.3) is appropriate for this release, as it includes:
No breaking changes or new features were introduced that would require a minor or major version increment. Verification Status
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the package version in
package.jsonfrom 0.3.2 to 0.3.3. This is a minor version bump, likely reflecting a small update or bug fix.