Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Jul 2, 2019
1 parent 95acaa0 commit c67a685
Show file tree
Hide file tree
Showing 6 changed files with 53 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.16](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.16) (2019-07-02)

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





## [1.1.15](https://github.com/skbkontur/retail-ui/compare/[email protected]@1.1.15) (2019-06-18)

**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.15",
"version": "1.1.16",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
22 changes: 22 additions & 0 deletions packages/react-ui-validations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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


### Bug Fixes

* **react-ui-validations:** tooltip improvements ([278debf](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/278debf)), closes [#1138](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/1138) [#1102](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/1102)
* **ValidationWrapper:** lostfocus tooltip behaviour ([be4e355](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/be4e355)), closes [#1428](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/1428)


### Code Refactoring

* **ValidationWrapper:** simplify ([0b3f630](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/0b3f630))


### BREAKING CHANGES

* **ValidationWrapper:** ValidationWrapper api changed





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

**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.9.1",
"version": "1.0.0",
"description": "Validations for retail-ui",
"scripts": {
"prebuild": "yarn clean",
Expand Down
20 changes: 20 additions & 0 deletions packages/retail-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.53.0](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.53.0) (2019-07-02)


### Bug Fixes

* **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
* **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
* **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
* **DropdownContainer:** change calculations for positioning up ([0e9460e](https://github.com/skbkontur/retail-ui/commit/0e9460e)), closes [#1471](https://github.com/skbkontur/retail-ui/issues/1471)
* **Modal:** don't close by click on scrollbar ([d69fca6](https://github.com/skbkontur/retail-ui/commit/d69fca6)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757) [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352) [#1456](https://github.com/skbkontur/retail-ui/issues/1456)


### Features

* **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))





## [0.52.1](https://github.com/skbkontur/retail-ui/compare/[email protected]@0.52.1) (2019-06-18)

**Note:** Version bump only for package retail-ui
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.52.1",
"version": "0.53.0",
"description": "UI Components",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit c67a685

Please sign in to comment.