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 22, 2019
1 parent 3b55d9b commit d52fd80
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/react-ui-screenshot-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.12) (2019-05-22)

**Note:** Version bump only for package react-ui-screenshot-tests





## [1.1.11](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.11) (2019-04-30)

**Note:** Version bump only for package react-ui-screenshot-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-screenshot-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ui-screenshot-tests",
"version": "1.1.11",
"version": "1.1.12",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions packages/react-ui-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/skbkontur/retail-ui/compare/[email protected]@2.2.0) (2019-05-22)


### Features

* **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
* **Toggle:** toggle is testable ([#1398](https://github.com/skbkontur/retail-ui/issues/1398)) ([dd84805](https://github.com/skbkontur/retail-ui/commit/dd84805))





# [2.1.0](https://github.com/skbkontur/retail-ui/compare/[email protected]@2.1.0) (2019-05-14)


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.1.0",
"version": "2.2.0",
"description": "React selenium testing",
"main": "react-selenium-testing.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/retail-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.50.0](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.50.0) (2019-05-22)


### Bug Fixes

* **Button:** add dropping `isTabPressed` by mouseDown ([#1400](https://github.com/skbkontur/retail-ui/issues/1400)) ([2d2b870](https://github.com/skbkontur/retail-ui/commit/2d2b870)), closes [#1013](https://github.com/skbkontur/retail-ui/issues/1013)


### Features

* **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))





## [0.49.1](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.49.1) (2019-05-16)


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.49.1",
"version": "0.50.0",
"description": "UI Components",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit d52fd80

Please sign in to comment.