Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(attribute-plain-enum-value): add attribute-plain-enum-value-draft #486

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

tylermorrisford
Copy link
Contributor

Adds attribute-plain-enum-value-draft.

Copy link

changeset-bot bot commented Feb 22, 2024

🦋 Changeset detected

Latest commit: f99938c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
@commercetools-test-data/product-type Minor
@commercetools-test-data/cart-discount Minor
@commercetools-test-data/product-discount Minor
@commercetools-test-data/product Minor
@commercetools-test-data/discount-code Minor
@commercetools-test-data/order Minor
@commercetools-test-data/cart Minor
@commercetools-test-data/inventory-entry Minor
@commercetools-test-data/payment Minor
@commercetools-test-data/quote-request Minor
@commercetools-test-data/quote Minor
@commercetools-test-data/staged-quote Minor
@commercetools-test-data/core Minor
@commercetools-test-data/graphql-types Minor
@commercetools-test-data/associate-role Minor
@commercetools-test-data/business-unit Minor
@commercetools-test-data/category Minor
@commercetools-test-data/channel Minor
@commercetools-test-data/commons Minor
@commercetools-test-data/custom-object Minor
@commercetools-test-data/custom-view Minor
@commercetools-test-data/customer-group Minor
@commercetools-test-data/customer Minor
@commercetools-test-data/product-selection Minor
@commercetools-test-data/project Minor
@commercetools-test-data/review Minor
@commercetools-test-data/shipping-method Minor
@commercetools-test-data/shopping-list Minor
@commercetools-test-data/standalone-price Minor
@commercetools-test-data/state Minor
@commercetools-test-data/store Minor
@commercetools-test-data/tax-category Minor
@commercetools-test-data/type Minor
@commercetools-test-data/zone Minor
@commercetools-test-data/utils Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment on lines 10 to 13
export type TAttributePlainEnumValueDraftGraphql = {
key: string;
label: string;
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export type TAttributePlainEnumValueDraftGraphql = {
key: string;
label: string;
};
export type TAttributePlainEnumValueDraftGraphql = AttributePlainEnumValue;

eh?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. yesss.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed -> f99938c

@tylermorrisford tylermorrisford merged commit f22dfa3 into main Feb 22, 2024
3 checks passed
@tylermorrisford tylermorrisford deleted the FCT-741-AttributePlainEnumValueDraft branch February 22, 2024 20:41
@ct-changesets ct-changesets bot mentioned this pull request Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants