Skip to content

Releases: armitage-labs/creem

@creem_io/cli@0.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:53
16c730a

@creem_io/cli

Renamed from creem-cli to @creem_io/cli to follow the @creem_io scope convention. The installed command remains creem.

0.2.1

Patch Changes

  • 6725550: add multi-store support to Lemon Squeezy migration

0.2.0

Minor Changes

  • daf1f59: Add creem-cli as a new package in the monorepo — the official command-line tool for managing Creem products, customers, subscriptions, checkouts, transactions, and discounts from the terminal. Also supports migrating from LemonSqueezy via creem migrate.

@creem_io/nextjs@0.5.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:42
1129a36

Patch Changes

  • bb581ac: Bump creem SDK dependency to 1.5.3

@creem_io/convex@0.3.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:42
1129a36

Patch Changes

  • bb581ac: Bump creem SDK dependency to 1.5.3

@creem_io/better-auth@1.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:42
1129a36

Patch Changes

  • bb581ac: Bump creem SDK dependency to 1.5.3

@creem_io/embed@0.3.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 22:04
e5d8e26

Patch Changes

  • 0c878d1: Embedded checkout: calling close() inside onComplete now cancels the post-payment redirect.

    The completion handler previously scheduled the ~3s top-window redirect after invoking onComplete, so a merchant calling checkout.close() inside onComplete hit the timer cleanup before the timer existed (a no-op) and the redirect fired anyway — navigating a customer who had explicitly closed the modal. The redirect timer is now scheduled before onComplete, so close()'s cleanup cancels a live timer. Default behavior (no close() → redirect to the product Return URL after ~3s) is unchanged.

    Re-exported by @creem_io/react, @creem_io/vue, and @creem_io/svelte, which pick up the fix on their next release.

@creem_io/vue@0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:23
cf142b2

Patch Changes

  • 65126ea: Persist the affiliate creem_ref token in first-party localStorage so embedded-checkout attribution survives internal navigation (e.g. //pricing) before checkout opens. Adds a captureAffiliateRef() helper to capture it on the landing page (re-exported from react/vue/svelte). The newer token by iat always wins, so a stale URL token can't clobber a fresher stored ref.
  • Updated dependencies [65126ea]
    • @creem_io/embed@0.3.2

@creem_io/svelte@0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:23
cf142b2

Patch Changes

  • 65126ea: Persist the affiliate creem_ref token in first-party localStorage so embedded-checkout attribution survives internal navigation (e.g. //pricing) before checkout opens. Adds a captureAffiliateRef() helper to capture it on the landing page (re-exported from react/vue/svelte). The newer token by iat always wins, so a stale URL token can't clobber a fresher stored ref.
  • Updated dependencies [65126ea]
    • @creem_io/embed@0.3.2

@creem_io/react@0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:23
cf142b2

Patch Changes

  • 65126ea: Persist the affiliate creem_ref token in first-party localStorage so embedded-checkout attribution survives internal navigation (e.g. //pricing) before checkout opens. Adds a captureAffiliateRef() helper to capture it on the landing page (re-exported from react/vue/svelte). The newer token by iat always wins, so a stale URL token can't clobber a fresher stored ref.
  • Updated dependencies [65126ea]
    • @creem_io/embed@0.3.2

@creem_io/embed@0.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:23
cf142b2

Patch Changes

  • 65126ea: Persist the affiliate creem_ref token in first-party localStorage so embedded-checkout attribution survives internal navigation (e.g. //pricing) before checkout opens. Adds a captureAffiliateRef() helper to capture it on the landing page (re-exported from react/vue/svelte). The newer token by iat always wins, so a stale URL token can't clobber a fresher stored ref.

@creem_io/nextjs@0.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:26
7d74274

Patch Changes

  • a979bc4: Bump creem SDK dependency to 1.5.1

All notable changes to this project will be documented in this file.