Skip to content

Commit

Permalink
Merge pull request #579 from LifeSG/bump-version
Browse files Browse the repository at this point in the history
Bump v2.8.0-canary.2
  • Loading branch information
qroll authored Sep 27, 2024
2 parents f72968c + 46279a9 commit dec923e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifesg/react-design-system",
"version": "2.8.0-canary.1",
"version": "2.8.0-canary.2",
"description": "A component design system for LifeSG web apps",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/time-range-picker/combobox-picker/combobox-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export const ComboboxPicker = ({
offset={8}
alignment={alignment}
fitAvailableHeight
zIndex={dropdownZIndex}
customZIndex={dropdownZIndex}
/>
</DropdownListState>
{renderError()}
Expand Down
3 changes: 1 addition & 2 deletions tests/time-range-picker/time-range-picker.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe("TimeRangePicker", () => {
unobserve: jest.fn(),
disconnect: jest.fn(),
}));
jest.setTimeout(10000);
});

describe("Combobox variant", () => {
Expand Down Expand Up @@ -495,7 +494,7 @@ describe("TimeRangePicker", () => {
expect(mockOnBlur).toHaveBeenCalledTimes(1);
expect(mockOnFocus).toHaveBeenCalledTimes(2);
expect(screen.queryByTestId(DROPDOWN_TESTID)).toBeVisible();
});
}, 10000);
});

describe("readonly/disabled behavior", () => {
Expand Down

0 comments on commit dec923e

Please sign in to comment.