From 6de4a2b5b2d2a01129b971c12635c924fc5e60f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Mar 2020 14:25:20 +0000 Subject: [PATCH] chore(release): 2.1.0 # [2.1.0](https://github.com/adfinis-sygroup/ember-uikit/compare/v2.0.1...v2.1.0) (2020-03-19) ### Bug Fixes * **modal:** ignore bubbling events ([fe6b593](https://github.com/adfinis-sygroup/ember-uikit/commit/fe6b593a10409ed6ea67b97dda201e2b95e777c7)) ### Features * **modal:** trap focus in opened modal ([0393967](https://github.com/adfinis-sygroup/ember-uikit/commit/0393967614f1ffcab9d06b7549067c1f4d62ec50)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f0140e..370d4103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.1.0](https://github.com/adfinis-sygroup/ember-uikit/compare/v2.0.1...v2.1.0) (2020-03-19) + + +### Bug Fixes + +* **modal:** ignore bubbling events ([fe6b593](https://github.com/adfinis-sygroup/ember-uikit/commit/fe6b593a10409ed6ea67b97dda201e2b95e777c7)) + + +### Features + +* **modal:** trap focus in opened modal ([0393967](https://github.com/adfinis-sygroup/ember-uikit/commit/0393967614f1ffcab9d06b7549067c1f4d62ec50)) + ## [2.0.1](https://github.com/adfinis-sygroup/ember-uikit/compare/v2.0.0...v2.0.1) (2019-12-04) diff --git a/package.json b/package.json index 86671b9f..a13d7af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-uikit", - "version": "2.0.1", + "version": "2.1.0", "description": "The ember implementation of UIkit", "keywords": [ "ember-addon",