From 143a102661a89ad9842b855994370dd0f5f97e65 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 10 Sep 2020 14:06:52 +0000 Subject: [PATCH] chore(release): 11.10.3 [skip ci] ## [11.10.3](https://github.com/5app/base5-ui/compare/v11.10.2...v11.10.3) (2020-09-10) ### Bug Fixes * **NavMenu:** Fix first menu item unselectable by keyboard ([4d4cfb4](https://github.com/5app/base5-ui/commit/4d4cfb40db27a729c66afb3a33e795229f504985)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed2d3ec..55db4b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.10.3](https://github.com/5app/base5-ui/compare/v11.10.2...v11.10.3) (2020-09-10) + + +### Bug Fixes + +* **NavMenu:** Fix first menu item unselectable by keyboard ([4d4cfb4](https://github.com/5app/base5-ui/commit/4d4cfb40db27a729c66afb3a33e795229f504985)) + ## [11.10.2](https://github.com/5app/base5-ui/compare/v11.10.1...v11.10.2) (2020-09-10) diff --git a/package.json b/package.json index 4cb88dbd..559b1a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.10.2", + "version": "11.10.3", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {