From dc0408624e00fc2e51be3f10aedbe61515b50b9a Mon Sep 17 00:00:00 2001 From: CDS Agent <15101925+AxelPeter@users.noreply.github.com> Date: Thu, 18 Oct 2018 07:43:26 +0000 Subject: [PATCH] chore: bump version to v2.21.3 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850120c7..f75aa2f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [2.21.3](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.21.2...v2.21.3) (2018-10-18) + + +### Bug Fixes + +* **oui-select-picker:** add selection on init if model is set ([#282](https://github.com/ovh-ux/ovh-ui-angular/issues/282)) ([2c0a33b](https://github.com/ovh-ux/ovh-ui-angular/commit/2c0a33b)) +* **oui-select-picker:** fix selected value on init ([#284](https://github.com/ovh-ux/ovh-ui-angular/issues/284)) ([e1a570d](https://github.com/ovh-ux/ovh-ui-angular/commit/e1a570d)) + + +### Features + +* **oui-tooltip:** add title attribute support ([c3c16f7](https://github.com/ovh-ux/ovh-ui-angular/commit/c3c16f7)) + + + ## [2.21.2](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.21.1...v2.21.2) (2018-10-10) diff --git a/package.json b/package.json index 11b367ca..54ed195b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A set of maintainable components for the OVH ecosystem (Angular).", "license": "BSD-3-Clause", "author": "OVH SAS", - "version": "2.21.2", + "version": "2.21.3", "keywords": [ "angular" ],