Skip to content

Commit

Permalink
chore(release): v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Jun 30, 2020
1 parent 8f78d89 commit 43af531
Show file tree
Hide file tree
Showing 89 changed files with 588 additions and 177 deletions.
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,90 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/isuvorov/lib-starter-kit/compare/v1.14.0...v1.15.0) (2020-06-30)


### Bug Fixes

* **form:** try to translate front errors ([dc3c74b](https://github.com/isuvorov/lib-starter-kit/commit/dc3c74bf70bf10989dfcebc9ec07725c4aac35c4))
* update React.js tasks 1.2-1.7 ([2425d47](https://github.com/isuvorov/lib-starter-kit/commit/2425d4773b4de001d4a083ee21565d9614a49d04))



## [1.1.109](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.108...v1.1.109) (2020-06-22)


### Bug Fixes

* reqired ([dcbf935](https://github.com/isuvorov/lib-starter-kit/commit/dcbf935a27258ec04f355fc3022f2e24e2947e02))



## [1.1.108](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.107...v1.1.108) (2020-06-22)


### Bug Fixes

* isRequired -> formItem -> title ([cba3052](https://github.com/isuvorov/lib-starter-kit/commit/cba3052a8d8b7046932618cd4590958c8b6c17ce))



## [1.1.107](https://github.com/isuvorov/lib-starter-kit/compare/v1.12.1...v1.1.107) (2020-06-22)


### Features

* **list:** add scroll: disable props ([dbc61d1](https://github.com/isuvorov/lib-starter-kit/commit/dbc61d13672dde8eb8aff20945915bb4ba73a7f3))



## [1.1.105](https://github.com/isuvorov/lib-starter-kit/compare/v1.11.0...v1.1.105) (2020-06-19)


### Bug Fixes

* remove console.log ([8d18877](https://github.com/isuvorov/lib-starter-kit/commit/8d18877b60caaa90f020d96a5a79fd6cfe184236))



## [1.1.104](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.103...v1.1.104) (2020-06-05)


### Features

* add breakpoint prop to PopoverMenu ([8307471](https://github.com/isuvorov/lib-starter-kit/commit/8307471d3d1582757eddc495da591033dac01135))



## [1.1.103](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.102...v1.1.103) (2020-06-04)


### Features

* Global modals ([0859001](https://github.com/isuvorov/lib-starter-kit/commit/08590019891e378435a477fbdcf5373aefcb4d4c))



## [1.1.102](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.101...v1.1.102) (2020-06-02)


### Reverts

* Revert "fix: remove scroll" ([b2e4319](https://github.com/isuvorov/lib-starter-kit/commit/b2e4319dba41fa153b6d42356d331b57e7ab305b))



## [1.1.101](https://github.com/isuvorov/lib-starter-kit/compare/v1.1.100...v1.1.101) (2020-06-02)


### Bug Fixes

* remove scroll ([d0d935e](https://github.com/isuvorov/lib-starter-kit/commit/d0d935ea6afc5b2dd9d446f3f6f864a90dce8671))





# [1.14.0](https://github.com/isuvorov/lib-starter-kit/compare/v1.13.0...v1.14.0) (2020-06-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.14.0",
"version": "1.15.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/add-to-calendar/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.15.0](https://github.com/lskjs/ux/tree/master/packages/extra/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/add-to-calendar





# [1.13.0](https://github.com/lskjs/ux/tree/master/packages/extra/compare/v1.12.1...v1.13.0) (2020-06-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/add-to-calendar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/add-to-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/add-to-calendar",
"version": "1.13.0",
"version": "1.15.0",
"description": "LSK ux subrepo: extra",
"author": "Andrey Kondalov <i@yukio.ru>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"moment": "^2.27.0"
},
"devDependencies": {
"@lskjs/button": "1.13.0",
"@lskjs/button": "1.15.0",
"@lskjs/dev": "1.1.105",
"prop-types": "15.7.2",
"react": "16.13.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/article/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.15.0](https://github.com/lskjs/ux/tree/master/packages/article/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/article





# [1.11.0](https://github.com/lskjs/ux/tree/master/packages/article/compare/v1.1.100...v1.11.0) (2020-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/article/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/article/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/article",
"version": "1.11.0",
"version": "1.15.0",
"description": "LSK ux subrepo: article",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,16 +28,16 @@
"styleguide": "../../scripts/package-styleguide.sh"
},
"dependencies": {
"@lskjs/image": "1.11.0",
"@lskjs/link": "1.11.0",
"@lskjs/theme": "1.7.1",
"@lskjs/typo": "1.11.0",
"@lskjs/image": "1.15.0",
"@lskjs/link": "1.15.0",
"@lskjs/theme": "1.15.0",
"@lskjs/typo": "1.15.0",
"react-markdown": "4.3.1"
},
"devDependencies": {
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@lskjs/dev": "1.11.0",
"@lskjs/dev": "1.15.0",
"emotion": "10.0.27",
"react": "16.8.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/avatar/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.15.0](https://github.com/lskjs/ux/tree/master/packages/avatar/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/avatar





# [1.11.0](https://github.com/lskjs/ux/tree/master/packages/avatar/compare/v1.1.100...v1.11.0) (2020-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/avatar",
"version": "1.11.0",
"version": "1.15.0",
"description": "LSK ux subrepo: avatar",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,13 +28,13 @@
"styleguide": "../../scripts/package-styleguide.sh"
},
"dependencies": {
"@lskjs/link": "1.11.0",
"@lskjs/link": "1.15.0",
"lodash": "4.17.15",
"prop-types": "15.7.2",
"react-image-fallback": "8.0.0"
},
"devDependencies": {
"@lskjs/dev": "1.11.0",
"@lskjs/dev": "1.15.0",
"react": "16.8.6"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/button/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.15.0](https://github.com/lskjs/ux/tree/master/packages/button/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/button





# [1.13.0](https://github.com/lskjs/ux/tree/master/packages/button/compare/v1.12.1...v1.13.0) (2020-06-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/button",
"version": "1.13.0",
"version": "1.15.0",
"description": "LSK ux subrepo: button",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,13 +34,13 @@
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@lskjs/autobind": "^1.11.0",
"@lskjs/theme": "1.7.1",
"@lskjs/theme": "1.15.0",
"@lskjs/utils": "^1.19.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@lskjs/dev": "1.11.0",
"@lskjs/dev": "1.15.0",
"@lskjs/grid": "1.1.41",
"antd": "3.26.9",
"lodash": "4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/css/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.15.0](https://github.com/lskjs/ux/tree/master/packages/css/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/css





## [1.7.1](https://github.com/lskjs/ux/tree/master/packages/css/compare/v1.6.1...v1.7.1) (2020-05-11)

**Note:** Version bump only for package @lskjs/css
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/css",
"version": "1.7.1",
"version": "1.15.0",
"description": "LSK ux subrepo: css",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/dashboard/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.15.0](https://github.com/lskjs/ux/tree/master/packages/dashboard/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/dashboard





# [1.13.0](https://github.com/lskjs/ux/tree/master/packages/dashboard/compare/v1.12.1...v1.13.0) (2020-06-28)

**Note:** Version bump only for package @lskjs/dashboard
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/dashboard",
"version": "1.13.0",
"version": "1.15.0",
"description": "LSK ux subrepo: dashboard",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,12 +35,12 @@
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@lskjs/autobind": "0.39.0",
"@lskjs/button": "1.13.0",
"@lskjs/css": "1.7.1",
"@lskjs/dev": "1.11.0",
"@lskjs/modal": "1.13.0",
"@lskjs/theme": "1.7.1",
"@lskjs/ui": "1.13.0",
"@lskjs/button": "1.15.0",
"@lskjs/css": "1.15.0",
"@lskjs/dev": "1.15.0",
"@lskjs/modal": "1.15.0",
"@lskjs/theme": "1.15.0",
"@lskjs/ui": "1.15.0",
"@lskjs/utils": "0.39.0",
"antd": "3.17.0",
"mobx": "5.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/dev/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.15.0](https://github.com/lskjs/ux/tree/master/packages/ui-dev/compare/v1.14.0...v1.15.0) (2020-06-30)

**Note:** Version bump only for package @lskjs/dev





# [1.11.0](https://github.com/lskjs/ux/tree/master/packages/ui-dev/compare/v1.1.100...v1.11.0) (2020-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43af531

Please sign in to comment.