Skip to content

Commit 1136f8f

Browse files
Release new version (#322)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @labdigital/[email protected] ### Minor Changes - [#321](#321) [`43a4299`](43a4299) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Implements the following previously missing BusinessUnit update action handlers: - `removeShippingAddressId` - Remove an address ID from shipping addresses - `addBillingAddressId` - Add an address ID to billing addresses - `removeBillingAddressId` - Remove an address ID from billing addresses - `setDefaultBillingAddress` - Set the default billing address - `setCustomField` - Set a custom field value on the business unit - `setAddressCustomField` - Set a custom field value on a specific address - `setAddressCustomType` - Set the custom type for a specific address - `removeAssociate` - Remove an associate from the business unit - `changeAssociate` - Change an existing associate's role assignments Fixes the `changeAddress` action to properly replace an existing address instead of adding a new one. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43a4299 commit 1136f8f

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

.changeset/tasty-cats-sneeze.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## 2.54.0
4+
5+
### Minor Changes
6+
7+
- [#321](https://github.com/labd/commercetools-node-mock/pull/321) [`43a4299`](https://github.com/labd/commercetools-node-mock/commit/43a4299ce2aca587bd2a2a335a802dd2ab1bd121) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Implements the following previously missing BusinessUnit update action handlers:
8+
9+
- `removeShippingAddressId` - Remove an address ID from shipping addresses
10+
- `addBillingAddressId` - Add an address ID to billing addresses
11+
- `removeBillingAddressId` - Remove an address ID from billing addresses
12+
- `setDefaultBillingAddress` - Set the default billing address
13+
- `setCustomField` - Set a custom field value on the business unit
14+
- `setAddressCustomField` - Set a custom field value on a specific address
15+
- `setAddressCustomType` - Set the custom type for a specific address
16+
- `removeAssociate` - Remove an associate from the business unit
17+
- `changeAssociate` - Change an existing associate's role assignments
18+
19+
Fixes the `changeAddress` action to properly replace an existing address instead of adding a new one.
20+
321
## 2.53.2
422

523
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labdigital/commercetools-mock",
3-
"version": "2.53.2",
3+
"version": "2.54.0",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)