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