From c523d50bf8104059ebbd9c851acffe1dba2612d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Jan 2021 08:32:44 +0000 Subject: [PATCH] chore(release): 18.7.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",