From f0458c1eb3d9bb676a2b84eca26cdcae52e3f0a3 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 14 Aug 2020 14:43:44 +0000 Subject: [PATCH] chore(release): 11.4.2 [skip ci] ## [11.4.2](https://github.com/5app/base5-ui/compare/v11.4.1...v11.4.2) (2020-08-14) ### Bug Fixes * Fix focusing on nullish modal elements ([#100](https://github.com/5app/base5-ui/issues/100)) ([f4f5488](https://github.com/5app/base5-ui/commit/f4f5488e02d96997b6330f13c22e21982397917b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0b25d1..2a9629ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.4.2](https://github.com/5app/base5-ui/compare/v11.4.1...v11.4.2) (2020-08-14) + + +### Bug Fixes + +* Fix focusing on nullish modal elements ([#100](https://github.com/5app/base5-ui/issues/100)) ([f4f5488](https://github.com/5app/base5-ui/commit/f4f5488e02d96997b6330f13c22e21982397917b)) + ## [11.4.1](https://github.com/5app/base5-ui/compare/v11.4.0...v11.4.1) (2020-08-05) diff --git a/package.json b/package.json index 7cc8dab7..884bad82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.4.1", + "version": "11.4.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {