Skip to content

chore(main): release 0.19.0#193

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos
Open

chore(main): release 0.19.0#193
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.19.0 (2026-07-23)

Features

  • add env provision + verify-login commands, fix non-interactive installs (agent/CI), Vite port detection, and misleading command hints (#192) (dd20929)

Bug Fixes

  • deps: bump @workos/openapi-spec to drop tree-sitter chain (#204) (7b03394), closes #202
  • Extract emulator to @workos/emulate (#171) (d20c0ca)

This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-apps Bot commented Jul 14, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by Release Please, bumping the package version from 0.18.0 to 0.19.0 across the three standard release files.

  • Bumps package.json and .release-please-manifest.json to version 0.19.0.
  • Adds the 0.19.0 CHANGELOG entry covering new env provision and verify-login commands, non-interactive install fixes, Vite port detection, an @workos/openapi-spec dependency bump, and extraction of the emulator to @workos/emulate.

Confidence Score: 5/5

This is a clean, bot-generated release PR with no logic changes — only version strings and a CHANGELOG entry are modified.

All three files are standard Release Please outputs: a version bump in package.json, the matching manifest update, and a generated CHANGELOG entry. No application code is touched.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.18.0 to 0.19.0 by Release Please automation
CHANGELOG.md New 0.19.0 entry added with features (env provision/verify-login commands, non-interactive install fixes, Vite port detection) and bug fixes (openapi-spec dep bump, emulator extraction)
package.json Package version bumped from 0.18.0 to 0.19.0

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] --> B[Bump .release-please-manifest.json\n0.18.0 → 0.19.0]
    A --> C[Bump package.json\nversion: 0.18.0 → 0.19.0]
    A --> D[Update CHANGELOG.md\nAdd 0.19.0 entry]
    D --> E[Features\n- env provision + verify-login commands\n- Non-interactive install fixes\n- Vite port detection]
    D --> F[Bug Fixes\n- @workos/openapi-spec dep bump\n- Emulator extracted to @workos/emulate]
Loading

Reviews (3): Last reviewed commit: "chore(main): release 0.19.0" | Re-trigger Greptile

@github-actions github-actions Bot changed the title chore(main): release 0.18.1 chore(main): release 0.19.0 Jul 20, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--workos branch from ccd4102 to c6e6342 Compare July 20, 2026 14:55
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--workos branch from c6e6342 to d8cd3dd Compare July 23, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Unused @workos/oagen transitive dependency causes installation failures

0 participants