From 6527a839878cb69981075210d52a14676bc9081e Mon Sep 17 00:00:00 2001 From: Mitya Teryaew Date: Fri, 9 Jun 2017 16:24:12 +0300 Subject: [PATCH] chore(*): major version --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5579fc979..eb08b904a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# [6.0.0](https://github.com/alfa-laboratory/arui-feather/compare/v5.1.0...v6.0.0) (2017-06-09) + + +### Bug Fixes + +* fix inner element width overflow in input, select, textarea ([#65](https://github.com/alfa-laboratory/arui-feather/issues/65)) ([fd06398](https://github.com/alfa-laboratory/arui-feather/commit/fd06398)) +* **fantasy:** fix inline-submit-button & tag-button styles ([#70](https://github.com/alfa-laboratory/arui-feather/issues/70)) ([01a5f87](https://github.com/alfa-laboratory/arui-feather/commit/01a5f87)) + + +### Features + +* **fantasy:** add attach & button with pt.2 ([#58](https://github.com/alfa-laboratory/arui-feather/issues/58)) ([fed7826](https://github.com/alfa-laboratory/arui-feather/commit/fed7826)) +* **fantasy:** add calendar ([#59](https://github.com/alfa-laboratory/arui-feather/issues/59)) ([1f77d18](https://github.com/alfa-laboratory/arui-feather/commit/1f77d18)) +* **fantasy:** add fantasy design, pt.1 ([#57](https://github.com/alfa-laboratory/arui-feather/issues/57)) ([a7e69c4](https://github.com/alfa-laboratory/arui-feather/commit/a7e69c4)) +* **fantasy:** add input ([#60](https://github.com/alfa-laboratory/arui-feather/issues/60)) ([e92d728](https://github.com/alfa-laboratory/arui-feather/commit/e92d728)) +* **fantasy:** add popup ([#68](https://github.com/alfa-laboratory/arui-feather/issues/68)) ([458d488](https://github.com/alfa-laboratory/arui-feather/commit/458d488)) +* **fantasy:** add textarea ([#61](https://github.com/alfa-laboratory/arui-feather/issues/61)) ([a1585ce](https://github.com/alfa-laboratory/arui-feather/commit/a1585ce)) +* **fantasy:** change heading default font weight from black to bold ([#71](https://github.com/alfa-laboratory/arui-feather/issues/71)) ([093ed3b](https://github.com/alfa-laboratory/arui-feather/commit/093ed3b)) + + + # [5.1.0](https://github.com/alfa-laboratory/arui-feather/compare/v5.0.2...v5.1.0) (2017-05-31) diff --git a/package.json b/package.json index 84cd8a7170..0bd7c9eb0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "5.1.0", + "version": "6.0.0", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",