diff --git a/CHANGELOG.md b/CHANGELOG.md index 1112b8655..c157e696a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [19.2.2](https://github.com/alfa-laboratory/arui-feather/compare/v19.2.1...v19.2.2) (2021-12-13) + + +### Bug Fixes + +* **icons-import:** fix wrong import, that caused import of whole library instead of one icon ([88e2670](https://github.com/alfa-laboratory/arui-feather/commit/88e26704baf01788d72c4935e2842e4a8fdb03e1)) +* **icons-import:** update snapshots ([4051778](https://github.com/alfa-laboratory/arui-feather/commit/4051778dc1667d51252a26481ee78d8dd0399fa4)) + ## [19.2.1](https://github.com/alfa-laboratory/arui-feather/compare/v19.2.0...v19.2.1) (2021-09-28) diff --git a/package-lock.json b/package-lock.json index 0858040a8..146658edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.2.1", + "version": "19.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2c3df105..35e9b24d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.2.1", + "version": "19.2.2", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",