Skip to content

Latest commit

 

History

History
345 lines (207 loc) · 5.35 KB

File metadata and controls

345 lines (207 loc) · 5.35 KB

@polar-sh/hono

0.6.1

Patch Changes

  • b658623: Upgrade dependencies
  • Updated dependencies [b658623]
    • @polar-sh/adapter-utils@0.4.1

0.6.0

Minor Changes

  • 4512e82: Bump Polar SDK

Patch Changes

  • Updated dependencies [4512e82]
    • @polar-sh/adapter-utils@0.4.0

0.5.0

Minor Changes

  • 6c46bd1: feat: add seats param to checkout

0.4.0

Minor Changes

  • 1deb3b3: Update sdk to 0.40.2

Patch Changes

  • Updated dependencies [1deb3b3]
    • @polar-sh/adapter-utils@0.3.0

0.3.11

Patch Changes

  • 3250323: Update Polar SDK to 0.38.1
  • Updated dependencies [3250323]
    • @polar-sh/adapter-utils@0.2.10

0.3.10

Patch Changes

  • a84c64c: Add support for returnUrl
  • Updated dependencies [a84c64c]
    • @polar-sh/adapter-utils@0.2.9

0.3.9

Patch Changes

  • Updated dependencies [bcad48d]
    • @polar-sh/adapter-utils@0.2.8

0.3.8

Patch Changes

  • 3ef623b: Bump SDK version
  • Updated dependencies [3ef623b]
    • @polar-sh/adapter-utils@0.2.7

0.3.7

Patch Changes

  • 377e07e: Add refund webhooks
  • 54d368c: Bump SDK version
  • Updated dependencies [377e07e]
  • Updated dependencies [54d368c]
    • @polar-sh/adapter-utils@0.2.6

0.3.6

Patch Changes

  • 78a922c: Add refund webhooks
  • Updated dependencies [78a922c]
  • Updated dependencies [e98e50b]
    • @polar-sh/adapter-utils@0.2.5

0.3.5

Patch Changes

  • 39f4d39: Update Polar SDK version
  • Updated dependencies [39f4d39]
    • @polar-sh/adapter-utils@0.2.4

0.3.4

Patch Changes

  • bdd7635: Bump SDK Dependency
  • Updated dependencies [bdd7635]
    • @polar-sh/adapter-utils@0.2.3

0.3.3

Patch Changes

  • bf04d3a: Fix issue with SDK mistakenly resolving Zod v4
  • Updated dependencies [bf04d3a]
    • @polar-sh/adapter-utils@0.2.2

0.3.2

Patch Changes

  • 1b25168: Add theme-support to Checkout configs

0.3.1

Patch Changes

  • 87de0c5: Bump Polar SDK
  • Updated dependencies [87de0c5]
    • @polar-sh/adapter-utils@0.2.1

0.3.0

Minor Changes

  • 70362f0: ## Breaking changes

    Checkout endpoints no longer support productId and productPriceId parameter to pass the product. Use products instead.

    Added

    Checkout endpoints now support the products parameter. You can repeat it to pass several products to the Checkout session.

Patch Changes

  • Updated dependencies [70362f0]
    • @polar-sh/adapter-utils@0.2.0

0.2.21

Patch Changes

  • ff2ce69: Add new order webhook support
  • Updated dependencies [ff2ce69]
    • @polar-sh/adapter-utils@0.1.15

0.2.20

Patch Changes

  • c9daadf: Bump SDK version
  • Updated dependencies [c9daadf]
    • @polar-sh/adapter-utils@0.1.14

0.2.19

Patch Changes

  • 0f1ca22: Add customer state support
  • Updated dependencies [0f1ca22]
    • @polar-sh/adapter-utils@0.1.13

0.2.18

Patch Changes

  • Updated dependencies [be7db19]
    • @polar-sh/adapter-utils@0.1.12

0.2.17

Patch Changes

  • Updated dependencies [f798821]
    • @polar-sh/adapter-utils@0.1.11

0.2.16

Patch Changes

  • Updated dependencies [7922261]
  • Updated dependencies [e7a7352]
    • @polar-sh/adapter-utils@0.1.10

0.2.15

Patch Changes

  • 845f91d: Upgrade SDK usage
  • Updated dependencies [845f91d]
    • @polar-sh/adapter-utils@0.1.9

0.2.14

Patch Changes

  • 9dd847d: Bump Polar SDK
  • Updated dependencies [9dd847d]
    • @polar-sh/adapter-utils@0.1.8

0.2.13

Patch Changes

  • 1d6d075: decode the URI properly
  • Updated dependencies [1d6d075]
    • @polar-sh/adapter-utils@0.1.7

0.2.12

Patch Changes

  • b002bc1: export types
  • Updated dependencies [b002bc1]
    • @polar-sh/adapter-utils@0.1.6

0.2.11

Patch Changes

  • 350a4e8: Export entitlement utils
  • Updated dependencies [350a4e8]
    • @polar-sh/adapter-utils@0.1.5

0.2.10

Patch Changes

  • 2ec8d0d: implement entitlements
  • Updated dependencies [2ec8d0d]
    • @polar-sh/adapter-utils@0.1.4

0.2.9

Patch Changes

  • f732797: Exports Entitlement class
  • Updated dependencies [f732797]
    • @polar-sh/adapter-utils@0.1.3

0.2.8

Patch Changes

  • 4038228: make sure to pass either price or product in checkout
  • Updated dependencies [4038228]
    • @polar-sh/adapter-utils@0.1.2

0.2.7

Patch Changes

  • 2746035: Add productPriceId param capability

0.2.6

Patch Changes

  • aa6b311: init adapter-utils
  • abd0e90: fix utils
  • aa6b311: resolve core from workspace
  • Updated dependencies [aa6b311]
  • Updated dependencies [abd0e90]
  • Updated dependencies [aa6b311]
    • @polar-sh/adapter-utils@0.1.1

0.2.5

Patch Changes

  • 234ba51: resolve core from workspace
  • Updated dependencies [49d21c1]
  • Updated dependencies [234ba51]
    • @polar-sh/adapter-core@0.1.5

0.2.4

Patch Changes

  • 98a1bf9: add core dependency
  • Updated dependencies [98a1bf9]
    • @polar-sh/adapter-utils@0.1.3

0.2.3

Patch Changes

  • Updated dependencies [4abbedc]
    • @polar-sh/adapter-utils@0.1.2

0.2.2

Patch Changes

  • 46ad781: Await webhook handlers
  • Updated dependencies [46ad781]
    • @polar-sh/adapter-utils@0.1.1

0.2.1

Patch Changes

  • dda069d: Add granular webhook handlers

0.2.0

Minor Changes

  • eb28d55: Add CommonJS module and Sourcemaps

0.1.5

Patch Changes

  • b9bc757: init @polar-sh/express

0.1.4

Patch Changes

  • fd20c5a: fix biome

0.1.3

Patch Changes

  • 698e06c: fix webhooks
  • 698e06c: fix types

0.1.2

Patch Changes

  • 8996fa7: add tsup

0.1.1

Patch Changes

  • e4fc754: init