@commercetools/sync-actions 4.9.5 → 4.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # @commercetools/sync-actions
2
+
3
+ ## 4.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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`
8
+ Expose `createSyncProductSelections` from `sync-actions` package
9
+
10
+ ## 4.10.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#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
15
+
16
+ As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.