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

Rename isAction to isMarketplaceAction #42

Merged
merged 2 commits into from
Sep 30, 2020
Merged

Conversation

yakov116
Copy link
Member

Closes #41

index.ts Outdated
/** @deprecated use isMarketplaceAction instead */
export const isActions = isMarketplaceAction;
collect.set('isActions', combinedTestOnly);

/** @deprecated use isActions instead */
Copy link
Member Author

Choose a reason for hiding this comment

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

This was supposed to be dropped in the last major

Copy link
Member

Choose a reason for hiding this comment

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

D'oh!

Copy link
Member

@fregante fregante Sep 30, 2020

Choose a reason for hiding this comment

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

Ok let's clean everything up and I'll release v4

Copy link
Member Author

@yakov116 yakov116 Sep 30, 2020

Choose a reason for hiding this comment

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

Merge this then I will do the other 2.

Waiting for you not to create conflicts

This comment was marked as resolved.

Copy link
Member

@fregante fregante left a comment

Choose a reason for hiding this comment

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

Merge at will

@yakov116 yakov116 merged commit 7f497ca into master Sep 30, 2020
@yakov116 yakov116 deleted the isMartplaceAction branch September 30, 2020 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Rename isActions
2 participants