Skip to content
Changelog

Release history

Everything that has shipped in ConversoKit. Follow GitHub releases for the canonical source.

v0.1.2

May 11, 2026
Fixed
  • •@conversokit/widgets, @conversokit/themes and @conversokit/bridge now declare react-dom as a peer dependency for strict package managers.
  • •Vitest now resolves correctly from the repository root across all packages.
Changed
  • •Release management moved to Changesets, with versioning and publishing handled from the main-branch CI release job.
  • •All 7 publishable @conversokit/* packages bumped to 0.1.2 with no public API changes required.
Added
  • •prepublishOnly safety checks rebuild every published package before npm publish.
  • •Post-publish verification compares every package version against npm and fails CI on mismatches.
  • •Root README now links to per-package READMEs and the OpenAI Apps SDK / MCP spec docs.

v0.1.1

May 9, 2026
Changed
  • •CI release pipeline tolerates partial publish and adds verification step.
  • •All packages bumped to 0.1.1 and pinned to engines.node ≥ 18.
Added
  • •Per-package READMEs and npm keywords for discoverability.
  • •Cloudflare Email provider (beta) in @conversokit/integrations.
Removed
  • •Internal PRD removed from the public repo.

v0.1.0

May 9, 2026
Added
  • •19 themed React widgets across commerce, booking, travel, dashboard and lead-gen.
  • •16 MCP tools wired to in-memory dev stores.
  • •5 production-ready templates with the conversokit CLI.
  • •7 themes plus ThemeProvider with --ck-* CSS variables.
  • •Real auth providers: Google, GitHub, Microsoft, Auth0, Clerk JWKS, Supabase.