From 7b20f29676f383f66cb1431933ce3ca7fe1a44ee Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:06:31 +0000 Subject: [PATCH 1/3] fix: dialog forceMount should be boolean not true --- packages/react/dialog/src/Dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/dialog/src/Dialog.tsx b/packages/react/dialog/src/Dialog.tsx index b0127a728..2f182ae06 100644 --- a/packages/react/dialog/src/Dialog.tsx +++ b/packages/react/dialog/src/Dialog.tsx @@ -171,7 +171,7 @@ interface DialogOverlayProps extends DialogOverlayImplProps { * Used to force mounting when more control is needed. Useful when * controlling animation with React animation libraries. */ - forceMount?: true; + forceMount?: boolean; } const DialogOverlay = React.forwardRef( @@ -224,7 +224,7 @@ interface DialogContentProps extends DialogContentTypeProps { * Used to force mounting when more control is needed. Useful when * controlling animation with React animation libraries. */ - forceMount?: true; + forceMount?: boolean; } const DialogContent = React.forwardRef( From 94bd066d27aab2be2c567343de3890612eeace63 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:09:39 +0000 Subject: [PATCH 2/3] chore: add release strategy --- .yarn/versions/6427e47a.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .yarn/versions/6427e47a.yml diff --git a/.yarn/versions/6427e47a.yml b/.yarn/versions/6427e47a.yml new file mode 100644 index 000000000..68e8044d8 --- /dev/null +++ b/.yarn/versions/6427e47a.yml @@ -0,0 +1,3 @@ +releases: + "@radix-ui/react-alert-dialog": patch + "@radix-ui/react-dialog": patch From a88798ac405a4258e5dd7cdadf4a80b08867523d Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:10:43 +0000 Subject: [PATCH 3/3] chore: update release --- .yarn/versions/6427e47a.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yarn/versions/6427e47a.yml b/.yarn/versions/6427e47a.yml index 68e8044d8..bf4803d12 100644 --- a/.yarn/versions/6427e47a.yml +++ b/.yarn/versions/6427e47a.yml @@ -1,3 +1,6 @@ releases: "@radix-ui/react-alert-dialog": patch "@radix-ui/react-dialog": patch + +declined: + - primitives