Skip to content

Commit

Permalink
chore(): add missing export line (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-ct authored Aug 16, 2024
1 parent d62ca40 commit 23f6888
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-boats-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-test-data/standalone-price': patch
---

- Add missing export line for StagedStandalonePrice model
1 change: 1 addition & 0 deletions models/standalone-price/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * as StandalonePriceDraft from './standalone-price-draft';
export * as StagedPriceDraft from './staged-price-draft';
export * as StagedStandalonePrice from './staged-standalone-price';
export * as StandalonePrice from '.';

export { default as random } from './builder';
Expand Down

0 comments on commit 23f6888

Please sign in to comment.