Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/bumpy-clouds-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-crews-jog.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/sync-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools/sync-actions

## 7.4.0

### Minor Changes

- [#1975](https://github.com/commercetools/nodejs/pull/1975) [`a550762`](https://github.com/commercetools/nodejs/commit/a550762ed0bd20adb86a36aab0dbf0f49394d59f) Thanks [@nicolasnieto92](https://github.com/nicolasnieto92)! - handle product level attributes when money value is undefined

### Patch Changes

- [#1974](https://github.com/commercetools/nodejs/pull/1974) [`7c66fea`](https://github.com/commercetools/nodejs/commit/7c66fea90ed180a06253630cd02593897beea80f) Thanks [@jmakkoth-ct](https://github.com/jmakkoth-ct)! - Added the following recurring orders sync actions

- setOrderSkipConfiguration
- setStartsAt
- setExpiresAt
- setSchedule

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=18"
},
"name": "@commercetools/sync-actions",
"version": "7.3.1",
"version": "7.4.0",
"description": "Build API update actions for the commercetools platform.",
"keywords": [
"commercetools",
Expand Down