diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5352ae36..c3184abfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [18.7.0](https://github.com/alfa-laboratory/arui-feather/compare/v18.6.0...v18.7.0) (2021-01-13) + + +### Features + +* **popup:** remove html scroll in fullscreen popup ([#1257](https://github.com/alfa-laboratory/arui-feather/issues/1257)) ([21f8571](https://github.com/alfa-laboratory/arui-feather/commit/21f857143a5b524410c05add1e71168b550a7ac1)) + # [18.6.0](https://github.com/alfa-laboratory/arui-feather/compare/v18.5.0...v18.6.0) (2021-01-12) diff --git a/package-lock.json b/package-lock.json index d24c3942ee..888125fdef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "18.6.0", + "version": "18.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ade27dd17..c7e1a93940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "18.6.0", + "version": "18.7.0", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",