From b1177a0be27c282bf09740608e6021c5f3d32c08 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 10 Sep 2020 13:44:42 +0000 Subject: [PATCH] chore(release): 11.10.2 [skip ci] ## [11.10.2](https://github.com/5app/base5-ui/compare/v11.10.1...v11.10.2) (2020-09-10) ### Bug Fixes * **Menu:** Fix first menu item unselectable by keyboard ([ecdd3bf](https://github.com/5app/base5-ui/commit/ecdd3bf7d0f784273255e121db05f041c3b22027)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef95bc58..4ed2d3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.10.2](https://github.com/5app/base5-ui/compare/v11.10.1...v11.10.2) (2020-09-10) + + +### Bug Fixes + +* **Menu:** Fix first menu item unselectable by keyboard ([ecdd3bf](https://github.com/5app/base5-ui/commit/ecdd3bf7d0f784273255e121db05f041c3b22027)) + ## [11.10.1](https://github.com/5app/base5-ui/compare/v11.10.0...v11.10.1) (2020-09-10) diff --git a/package.json b/package.json index 1d927072..4cb88dbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.10.1", + "version": "11.10.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {