From bd1765488125be40f3c978805cece5d1a62a42dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 19:43:21 +0000 Subject: [PATCH] update version --- .changeset/gorgeous-turtles-judge.md | 8 -------- .changeset/khaki-turtles-own.md | 5 ----- .changeset/odd-elephants-notice.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 5 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 .changeset/gorgeous-turtles-judge.md delete mode 100644 .changeset/khaki-turtles-own.md delete mode 100644 .changeset/odd-elephants-notice.md diff --git a/.changeset/gorgeous-turtles-judge.md b/.changeset/gorgeous-turtles-judge.md deleted file mode 100644 index 9d80bcf3..00000000 --- a/.changeset/gorgeous-turtles-judge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Improve mocking of customer updates. This includes adding support for -`removeAddress`, `removeBillingAddressId`, `removeShippingAddressId`, -`setCustomerGroup`, `setDateOfBirth`, `setDefaultShippingAddress`, -`setDefaultBillingAddress`, `setMiddleName`, `setTitle`. diff --git a/.changeset/khaki-turtles-own.md b/.changeset/khaki-turtles-own.md deleted file mode 100644 index c8ac3479..00000000 --- a/.changeset/khaki-turtles-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": patch ---- - -Fix for defaultBillingAddress & defaultShippingAddress customer create options not working diff --git a/.changeset/odd-elephants-notice.md b/.changeset/odd-elephants-notice.md deleted file mode 100644 index ea732ebe..00000000 --- a/.changeset/odd-elephants-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Use type-safe quality operators (`===`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8d44ae..e73d0530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## 2.23.1 +## 2.38.0 + +### Minor Changes + +- [#245](https://github.com/labd/commercetools-node-mock/pull/245) [`ac90ac3`](https://github.com/labd/commercetools-node-mock/commit/ac90ac32d3a33c22b94a4f97fd100f379f4714f6) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Improve mocking of customer updates. This includes adding support for + `removeAddress`, `removeBillingAddressId`, `removeShippingAddressId`, + `setCustomerGroup`, `setDateOfBirth`, `setDefaultShippingAddress`, + `setDefaultBillingAddress`, `setMiddleName`, `setTitle`. + +- [`d9cc9b1`](https://github.com/labd/commercetools-node-mock/commit/d9cc9b1e4f712a5f77c3366ff36b15f09dd8cf99) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Use type-safe quality operators (`===`) + +### Patch Changes + +- [#243](https://github.com/labd/commercetools-node-mock/pull/243) [`3a148e0`](https://github.com/labd/commercetools-node-mock/commit/3a148e03fd1854e2eae3b5539f7fe25d57040613) Thanks [@jsm1t](https://github.com/jsm1t)! - Fix for defaultBillingAddress & defaultShippingAddress customer create options not working + ## 2.37.0 ### Minor Changes diff --git a/package.json b/package.json index a4c847d5..0e4afdbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.37.0", + "version": "2.38.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",