diff --git a/.changeset/spicy-drinks-eat.md b/.changeset/spicy-drinks-eat.md deleted file mode 100644 index d07cb1f79..000000000 --- a/.changeset/spicy-drinks-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@commercetools/sync-actions': patch ---- - -Fix product selection's name update action. `setName` => `changeName` -Expose `createSyncProductSelections` from `sync-actions` package diff --git a/packages/sync-actions/CHANGELOG.md b/packages/sync-actions/CHANGELOG.md index cd9325f52..9fa58e15a 100644 --- a/packages/sync-actions/CHANGELOG.md +++ b/packages/sync-actions/CHANGELOG.md @@ -1,10 +1,16 @@ # @commercetools/sync-actions -## 4.10.0 -### Minor Changes +## 4.10.1 +### Patch Changes +- [#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` + Expose `createSyncProductSelections` from `sync-actions` package + +## 4.10.0 + +### Minor Changes - [#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 - + As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections. diff --git a/packages/sync-actions/package.json b/packages/sync-actions/package.json index 8f8864a2e..7af2b1d36 100644 --- a/packages/sync-actions/package.json +++ b/packages/sync-actions/package.json @@ -4,7 +4,7 @@ "access": "public" }, "name": "@commercetools/sync-actions", - "version": "4.10.0", + "version": "4.10.1", "description": "Build API update actions for the commercetools platform.", "keywords": [ "commercetools",