From 95dc029f3a939a0c29e7bd252e76ccb120e0ae2a Mon Sep 17 00:00:00 2001 From: Stephen James Date: Mon, 2 May 2022 15:21:58 -0600 Subject: [PATCH] patch release --- RELEASENOTES.md | 8 ++++++++ patch.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 patch.md diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9cd0632e58..316645b8e4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -31,6 +31,14 @@ These are changes that have backwards-compatible solutions present and that comp ### Latest Release +## Release 0.10.47 + +**Bugfixes** +- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal` + +**Maintenance** +- `ProgressIndicator` - TypeScript types update + ## Release 0.10.46 **Bugfixes** diff --git a/patch.md b/patch.md new file mode 100644 index 0000000000..c81bb6433b --- /dev/null +++ b/patch.md @@ -0,0 +1,7 @@ +## Release 0.10.47 + +**Bugfixes** +- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal` + +**Maintenance** +- `ProgressIndicator` - TypeScript types update \ No newline at end of file