Skip to content

Commit

Permalink
docs(sync-actions): add changeset (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnieto92 authored Aug 23, 2022
1 parent 3279e6e commit 823985a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-cycles-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools/sync-actions': minor
---

Add createSyncStandalonePrices export to index for supporting prices sync actions
1 change: 1 addition & 0 deletions packages/sync-actions/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export { default as createSyncTypes } from './types'
export { default as createSyncProjects } from './projects'
export { default as createSyncStores } from './stores'
export { default as createSyncProductSelections } from './product-selections'
export { default as createSyncStandalonePrices } from './prices'

0 comments on commit 823985a

Please sign in to comment.