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

fix: Release filtering #113

Merged
merged 3 commits into from
Oct 4, 2024
Merged

fix: Release filtering #113

merged 3 commits into from
Oct 4, 2024

Conversation

adityachoudhari26
Copy link
Contributor

No description provided.

Comment on lines +47 to +50
onChange({
...condition,
operator,
});
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
onChange({
...condition,
operator,
});
onChange({ ...condition, operator });


import type { ReleaseConditionRenderProps } from "./release-condition-props";

const toZonedDateTime = (date: Date): ZonedDateTime => {
Copy link
Member

Choose a reason for hiding this comment

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

can we note use date-fns to do this stuff? we can upgrade to v4 instead of @internationalized/date

@adityachoudhari26 adityachoudhari26 merged commit 57101f8 into main Oct 4, 2024
10 checks passed
@adityachoudhari26 adityachoudhari26 deleted the release-filtering-eng-156 branch October 4, 2024 22:12
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.

2 participants