Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed Nov 20, 2023
1 parent 093c79b commit 7f50311
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .changeset/blue-mangos-speak.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
'@commercetools-test-data/custom-view': minor
'@commercetools-test-data/custom-view-installation': minor
---

New package to generate test data for Custom Views Installations.
Allow to generate test data for Custom Views Installations.

```ts
import {
RestrictedCustomViewInstallationForOrganization,
type TRestrictedCustomViewInstallationForOrganizationGraphql,
} from '@commercetools-test-data/custom-view-installation';
} from '@commercetools-test-data/custom-view';

const restrictedCustomViewInstallationForOrganization =
RestrictedCustomViewInstallationForOrganization.random().buildGraphql<TRestrictedCustomViewInstallationForOrganizationGraphql>();
Expand Down

0 comments on commit 7f50311

Please sign in to comment.