Skip to content

Commit

Permalink
Merge branch 'main' into gpbl/numerals-prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl authored Dec 26, 2024
2 parents cd25448 + 8a67562 commit 9b2dd98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-day-picker",
"version": "9.4.4",
"version": "9.5.0",
"description": "Customizable Date Picker for React",
"author": "Giampaolo Bellavite <[email protected]>",
"homepage": "https://daypicker.dev",
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/ShadowDomWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function ShadowDomWrapper({
styleStr
}: {
children: React.ReactNode;
styleStr: string;
styleStr: string | undefined;
}) {
const colorMode = useColorMode();
return (
Expand Down
2 changes: 1 addition & 1 deletion website/typedoc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
const options = {
// eslint-disable-next-line no-undef
watch: process.env.TYPEDOC_WATCH === "true",
watch: process.env.TYPEDOC_WATCH === "truex",
name: "API",
includeVersion: true,
basePath: "../",
Expand Down

0 comments on commit 9b2dd98

Please sign in to comment.