From c45e7f2221415f4e5948d7a6d47f3056099b4717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:47:21 +0000 Subject: [PATCH] chore: release @epilot/pricing --- .changeset/red-pandas-prefer-sdk.md | 9 --------- .changeset/tidy-tigers-listen.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/red-pandas-prefer-sdk.md delete mode 100644 .changeset/tidy-tigers-listen.md diff --git a/.changeset/red-pandas-prefer-sdk.md b/.changeset/red-pandas-prefer-sdk.md deleted file mode 100644 index 9ebcd46..0000000 --- a/.changeset/red-pandas-prefer-sdk.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@epilot/pricing": minor ---- - -Migrate from `@epilot/pricing-client` to `@epilot/sdk`. - -The peer dependency on `@epilot/pricing-client` is replaced by `@epilot/sdk` (`^2.18.31`), and all types are now imported from `@epilot/sdk/pricing`. Consumers must install `@epilot/sdk` instead of `@epilot/pricing-client`. - -The legacy `PriceTierEnhanced` type (removed from the OpenAPI spec and absent from the SDK) is now defined and exported by this package directly. diff --git a/.changeset/tidy-tigers-listen.md b/.changeset/tidy-tigers-listen.md deleted file mode 100644 index 8477e96..0000000 --- a/.changeset/tidy-tigers-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@epilot/pricing': patch ---- - -Support TaxItem (an ad-hoc tax rate with no backing entity) alongside Tax wherever a tax object is accepted or returned, following the @epilot/pricing-client bump that introduced it. Ad-hoc/custom line items with no product or price reference can now be taxed without a full Tax entity. diff --git a/CHANGELOG.md b/CHANGELOG.md index 09af76c..f02ace7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.8.0 + +### Minor Changes + +- 99bc437: Migrate from `@epilot/pricing-client` to `@epilot/sdk`. + + The peer dependency on `@epilot/pricing-client` is replaced by `@epilot/sdk` (`^2.18.31`), and all types are now imported from `@epilot/sdk/pricing`. Consumers must install `@epilot/sdk` instead of `@epilot/pricing-client`. + + The legacy `PriceTierEnhanced` type (removed from the OpenAPI spec and absent from the SDK) is now defined and exported by this package directly. + +### Patch Changes + +- ecc5e54: Support TaxItem (an ad-hoc tax rate with no backing entity) alongside Tax wherever a tax object is accepted or returned, following the @epilot/pricing-client bump that introduced it. Ad-hoc/custom line items with no product or price reference can now be taxed without a full Tax entity. + ## 5.7.1 ### Patch Changes diff --git a/package.json b/package.json index b01e3ed..061c915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/pricing", - "version": "5.7.1", + "version": "5.8.0", "description": "Pricing Library", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs",