Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wKich committed Apr 1, 2019
1 parent 28bb53a commit 8359b67
Show file tree
Hide file tree
Showing 6 changed files with 45 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.7](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.7) (2019-04-01)

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





## [1.1.6](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.6) (2019-03-27)

**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.6",
"version": "1.1.7",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/react-ui-validations/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.

## [0.7.3](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/[email protected]@0.7.3) (2019-04-01)

**Note:** Version bump only for package react-ui-validations





## [0.7.2](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.7.2) (2019-03-26)

**Note:** Version bump only for package react-ui-validations
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-validations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ui-validations",
"version": "0.7.2",
"version": "0.7.3",
"description": "Validations for retail-ui",
"scripts": {
"prebuild": "yarn clean",
Expand Down
26 changes: 26 additions & 0 deletions packages/retail-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
* **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
* **Popup:** children is not required by prop-types ([c976312](https://github.com/skbkontur/retail-ui/commit/c976312)), closes [#1292](https://github.com/skbkontur/retail-ui/issues/1292)
* **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
* **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)


### Features

* **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))


### Reverts

* **Popup:** fix regress with dynamically changing callbacks ([1b3bd4e](https://github.com/skbkontur/retail-ui/commit/1b3bd4e)), closes [#1297](https://github.com/skbkontur/retail-ui/issues/1297)
* **RenderLayer): "perf(RenderLayer:** less event subscriptions" ([8e492e8](https://github.com/skbkontur/retail-ui/commit/8e492e8)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)





## [0.44.3](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.44.3) (2019-03-27)


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

0 comments on commit 8359b67

Please sign in to comment.