UNPKG

1.22 kBMarkdownView Raw
1# @commercetools/sync-actions
2
3## 4.11.0
4
5### Minor Changes
6
7- [#1788](https://github.com/commercetools/nodejs/pull/1788) [`f1acfb67`](https://github.com/commercetools/nodejs/commit/f1acfb67708d8253f551481fd65097add48c6686) Thanks [@nicolasnieto92](https://github.com/nicolasnieto92)! - Add setPriceMode sync action for commercetools-importer project
8
9## 4.10.1
10
11### Patch Changes
12
13- [#1770](https://github.com/commercetools/nodejs/pull/1770) [`381d1e1f`](https://github.com/commercetools/nodejs/commit/381d1e1f07cc2705962973e3a48934bf7884e309) Thanks [@mohib0306](https://github.com/mohib0306)! - Fix product selection's name update action. `setName` => `changeName`
14 Expose `createSyncProductSelections` from `sync-actions` package
15
16## 4.10.0
17
18### Minor Changes
19
20- [#1767](https://github.com/commercetools/nodejs/pull/1767) [`1aef3423`](https://github.com/commercetools/nodejs/commit/1aef3423e96da7f5df20fd5f66ec29146cacee83) Thanks [@mohib0306](https://github.com/mohib0306)! - feat(sync-actions/product-selections): add sync action support for product selections
21
22 As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.