diff --git a/packages/react-ui-screenshot-tests/CHANGELOG.md b/packages/react-ui-screenshot-tests/CHANGELOG.md index e0a3bab8e30..66eeeb8544e 100644 --- a/packages/react-ui-screenshot-tests/CHANGELOG.md +++ b/packages/react-ui-screenshot-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.4](https://github.com/skbkontur/retail-ui/compare/react-ui-screenshot-tests@1.1.3...react-ui-screenshot-tests@1.1.4) (2019-03-19) + +**Note:** Version bump only for package react-ui-screenshot-tests + + + + + ## [1.1.3](https://github.com/skbkontur/retail-ui/compare/react-ui-screenshot-tests@1.1.2...react-ui-screenshot-tests@1.1.3) (2019-03-12) **Note:** Version bump only for package react-ui-screenshot-tests diff --git a/packages/react-ui-screenshot-tests/package.json b/packages/react-ui-screenshot-tests/package.json index 5494d3191dd..32c597f6f87 100644 --- a/packages/react-ui-screenshot-tests/package.json +++ b/packages/react-ui-screenshot-tests/package.json @@ -1,6 +1,6 @@ { "name": "react-ui-screenshot-tests", - "version": "1.1.3", + "version": "1.1.4", "main": "index.js", "license": "MIT", "private": true, diff --git a/packages/react-ui-testing/CHANGELOG.md b/packages/react-ui-testing/CHANGELOG.md index 4f2a56d8262..e4ff28e1cc3 100644 --- a/packages/react-ui-testing/CHANGELOG.md +++ b/packages/react-ui-testing/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.11](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@2.0.10...react-ui-testing@2.0.11) (2019-03-19) + +**Note:** Version bump only for package react-ui-testing + + + + + ## [2.0.10](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@2.0.9...react-ui-testing@2.0.10) (2019-03-12) **Note:** Version bump only for package react-ui-testing diff --git a/packages/react-ui-testing/package.json b/packages/react-ui-testing/package.json index 34046f6e532..4662718fbfb 100644 --- a/packages/react-ui-testing/package.json +++ b/packages/react-ui-testing/package.json @@ -1,7 +1,7 @@ { "name": "react-ui-testing", "private": true, - "version": "2.0.10", + "version": "2.0.11", "description": "React selenium testing", "main": "react-selenium-testing.js", "scripts": { diff --git a/packages/retail-ui/CHANGELOG.md b/packages/retail-ui/CHANGELOG.md index e3b9e631b69..a386f264c4e 100644 --- a/packages/retail-ui/CHANGELOG.md +++ b/packages/retail-ui/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19) + + +### Bug Fixes + +* **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d)) +* **Group:** fix flexbox width bug in IE ([6b9dd7a](https://github.com/skbkontur/retail-ui/commit/6b9dd7a)), closes [#1199](https://github.com/skbkontur/retail-ui/issues/1199) [#1234](https://github.com/skbkontur/retail-ui/issues/1234) +* **Group:** pass "corners" prop only for Button ([54b9d13](https://github.com/skbkontur/retail-ui/commit/54b9d13)), closes [#1225](https://github.com/skbkontur/retail-ui/issues/1225) +* **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4)) +* **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f)) +* **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1)) +* **SidePage:** remove empty space from the fixed header ([48a53f9](https://github.com/skbkontur/retail-ui/commit/48a53f9)), closes [#971](https://github.com/skbkontur/retail-ui/issues/971) + + +### Features + +* **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22)) + + + + + # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12) diff --git a/packages/retail-ui/package.json b/packages/retail-ui/package.json index ec067c2718d..c2cb059f6f9 100644 --- a/packages/retail-ui/package.json +++ b/packages/retail-ui/package.json @@ -1,6 +1,6 @@ { "name": "retail-ui", - "version": "0.43.0", + "version": "0.44.0", "description": "UI Components", "main": "dist/index.js", "repository": {