diff --git a/packages/react-ui-testing/CHANGELOG.md b/packages/react-ui-testing/CHANGELOG.md index e4ff28e1cc3..fd600dbc1c1 100644 --- a/packages/react-ui-testing/CHANGELOG.md +++ b/packages/react-ui-testing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@2.0.11...react-ui-testing@2.1.0) (2019-05-14) + + +### Features + +* **react-ui-testing:** prop key renders to html attribute ([017614d](https://github.com/skbkontur/retail-ui/commit/017614d)) + + + + + ## [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 diff --git a/packages/react-ui-testing/package.json b/packages/react-ui-testing/package.json index 4662718fbfb..e1359dd17a5 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.11", + "version": "2.1.0", "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 98297ce790c..5afcec6a963 100644 --- a/packages/retail-ui/CHANGELOG.md +++ b/packages/retail-ui/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14) + + +### Bug Fixes + +* **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880)) +* **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358) +* **TokenInput:** add mapping `renderValue` before copying to clipboard ([79c76c0](https://github.com/skbkontur/retail-ui/commit/79c76c0)), closes [#1336](https://github.com/skbkontur/retail-ui/issues/1336) + + +### Features + +* **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50)) + + + + + # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30) diff --git a/packages/retail-ui/package.json b/packages/retail-ui/package.json index c1d8ca13c96..d994df0e806 100644 --- a/packages/retail-ui/package.json +++ b/packages/retail-ui/package.json @@ -1,6 +1,6 @@ { "name": "retail-ui", - "version": "0.48.0", + "version": "0.49.0", "description": "UI Components", "main": "dist/index.js", "repository": {