Skip to content

Commit

Permalink
Merge pull request #4774 from voxel51/release/v0.25.1
Browse files Browse the repository at this point in the history
Release/v0.25.1
  • Loading branch information
findtopher committed Sep 6, 2024
2 parents 868e339 + 5d0226e commit ec273c8
Show file tree
Hide file tree
Showing 39 changed files with 573 additions and 373 deletions.
44 changes: 0 additions & 44 deletions .github/disabled_workflows/chromatic.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/build-desktop.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/packages/components/src/components/PillButton/PillButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ const PillButton = React.forwardRef<HTMLButtonElement, PillButtonProps>(
);

type PillButtonProps = {
onClick: (event: Event) => void;
id?: string;
open?: boolean;
arrow?: boolean;
highlight?: boolean;
text?: string;
icon?: JSX.Element;
arrow?: boolean;
id?: string;
onClick: (event: Event) => void;
open?: boolean;
style?: React.CSSProperties;
text?: string;
title: string;
};

Expand Down
Loading

0 comments on commit ec273c8

Please sign in to comment.