Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed May 14, 2019
1 parent f432f66 commit ce1689a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/react-ui-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@2.0.11) (2019-03-19)

**Note:** Version bump only for package react-ui-testing
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-testing/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions packages/retail-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.48.0) (2019-04-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/retail-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retail-ui",
"version": "0.48.0",
"version": "0.49.0",
"description": "UI Components",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit ce1689a

Please sign in to comment.