diff --git a/CHANGELOG.md b/CHANGELOG.md index cb41af86f8..6ab9247b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [17.9.0](https://github.com/alfa-laboratory/arui-feather/compare/v17.8.0...v17.9.0) (2020-04-30) + + +### Bug Fixes + +* hotfix revert after lint autofix ([a026c49](https://github.com/alfa-laboratory/arui-feather/commit/a026c49)) +* **masked-input:** remove implicit maxLength setting ([#1142](https://github.com/alfa-laboratory/arui-feather/issues/1142)) ([0cb8823](https://github.com/alfa-laboratory/arui-feather/commit/0cb8823)) +* **set-immediate:** add set-immediate polyfill ([#1139](https://github.com/alfa-laboratory/arui-feather/issues/1139)) ([e3809ee](https://github.com/alfa-laboratory/arui-feather/commit/e3809ee)) + + +### Features + +* **calendar:** fix calendar height ([#1146](https://github.com/alfa-laboratory/arui-feather/issues/1146)) ([9d5da61](https://github.com/alfa-laboratory/arui-feather/commit/9d5da61)) +* **phone-input:** add extra handler for phone-input to format value ([#1113](https://github.com/alfa-laboratory/arui-feather/issues/1113)) ([802c8d6](https://github.com/alfa-laboratory/arui-feather/commit/802c8d6)) + + + # [17.8.0](https://github.com/alfa-laboratory/arui-feather/compare/v17.7.0...v17.8.0) (2020-04-27) diff --git a/package-lock.json b/package-lock.json index 56b8c1850f..7209eb13a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "17.8.0", + "version": "17.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96e34d0e0d..8ba591e9d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "17.8.0", + "version": "17.9.0", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",