Commit 1136f8f
authored
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/commercetools-mock@2.54.0
### 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
3 files changed
+19
-17
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments