Skip to content

Commit

Permalink
chore(release): v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Sep 2, 2020
1 parent 615fcba commit 0e09871
Show file tree
Hide file tree
Showing 23 changed files with 101 additions and 31 deletions.
11 changes: 11 additions & 0 deletions 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.

# [1.22.0](https://github.com/isuvorov/lib-starter-kit/compare/v1.21.1...v1.22.0) (2020-09-02)


### Features

* **scroll:** add option for disabling horisontal scroll ([615fcba](https://github.com/isuvorov/lib-starter-kit/commit/615fcbaebe462fdf461a6ed668b980311d758d79))





## [1.21.1](https://github.com/isuvorov/lib-starter-kit/compare/v1.21.0...v1.21.1) (2020-08-28)


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.21.1",
"version": "1.22.0",
"packages": [
"packages/*"
],
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.22.0](https://github.com/lskjs/ux/tree/master/packages/dashboard/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.20.5](https://github.com/lskjs/ux/tree/master/packages/dashboard/compare/v1.20.4...v1.20.5) (2020-08-22)

**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.

6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/dashboard",
"version": "1.20.5",
"version": "1.22.0",
"description": "LSK ux subrepo: dashboard",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@lskjs/button": "^1.20.5",
"@lskjs/css": "^1.20.5",
"@lskjs/dev": "^1.20.5",
"@lskjs/modal": "^1.20.5",
"@lskjs/modal": "1.22.0",
"@lskjs/theme": "^1.20.5",
"@lskjs/ui": "^1.20.5",
"@lskjs/ui": "1.22.0",
"@lskjs/utils": "0.39.0",
"antd": "3.17.0",
"mobx": "5.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.22.0](https://github.com/isuvorov/lib-starter-kit/tree/master/packages/lib1/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.21.1](https://github.com/isuvorov/lib-starter-kit/tree/master/packages/lib1/compare/v1.21.0...v1.21.1) (2020-08-28)

**Note:** Version bump only for package @lskjs/docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/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/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/docs",
"version": "1.21.1",
"version": "1.22.0",
"description": "lskjs docs",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -39,25 +39,25 @@
"@lskjs/downloads": "^1.20.5",
"@lskjs/extra": "1.15.6",
"@lskjs/flag": "^1.20.5",
"@lskjs/form": "^1.21.1",
"@lskjs/form": "1.22.0",
"@lskjs/grid": "^1.20.5",
"@lskjs/gridtable": "^1.20.5",
"@lskjs/image": "^1.20.5",
"@lskjs/landing": "^1.20.5",
"@lskjs/link": "^1.20.5",
"@lskjs/list": "^1.21.1",
"@lskjs/list": "1.22.0",
"@lskjs/mobx": "1.42.0",
"@lskjs/modal": "^1.20.5",
"@lskjs/modal": "1.22.0",
"@lskjs/navbar": "^1.20.5",
"@lskjs/notification": "^1.20.5",
"@lskjs/page": "^1.20.5",
"@lskjs/progress": "^1.20.5",
"@lskjs/scroll": "^1.20.5",
"@lskjs/scroll": "1.22.0",
"@lskjs/t": "^1.20.5",
"@lskjs/tag": "^1.20.5",
"@lskjs/theme": "^1.20.5",
"@lskjs/typo": "^1.20.5",
"@lskjs/ui": "^1.20.5",
"@lskjs/ui": "1.22.0",
"@lskjs/utils": "1.42.0",
"antd": "3.20.7",
"axios": "0.19.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/form/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.22.0](https://github.com/lskjs/ux/tree/master/packages/form/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.21.1](https://github.com/lskjs/ux/tree/master/packages/form/compare/v1.21.0...v1.21.1) (2020-08-28)


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

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

8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/form",
"version": "1.21.1",
"version": "1.22.0",
"description": "LSK ux subrepo: form",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@lskjs/grid": "^1.20.5",
"@lskjs/gridtable": "^1.20.5",
"@lskjs/link": "^1.20.5",
"@lskjs/modal": "^1.20.5",
"@lskjs/scroll": "^1.20.5",
"@lskjs/modal": "1.22.0",
"@lskjs/scroll": "1.22.0",
"@lskjs/theme": "1.1.71",
"@lskjs/ui": "^1.20.5",
"@lskjs/ui": "1.22.0",
"@lskjs/utils": "0.39.0",
"antd": "3.26.9",
"axios": "0.19.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/list/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.22.0](https://github.com/lskjs/ux/tree/master/packages/list/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.21.1](https://github.com/lskjs/ux/tree/master/packages/list/compare/v1.21.0...v1.21.1) (2020-08-28)

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

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

10 changes: 5 additions & 5 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/list",
"version": "1.21.1",
"version": "1.22.0",
"description": "LSK ux subrepo: list",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,16 +40,16 @@
"@lskjs/button": "^1.20.5",
"@lskjs/css": "^1.20.5",
"@lskjs/dev": "^1.20.5",
"@lskjs/form": "^1.21.1",
"@lskjs/form": "1.22.0",
"@lskjs/grid": "^1.20.5",
"@lskjs/link": "^1.20.5",
"@lskjs/mobx": "0.39.0",
"@lskjs/modal": "^1.20.5",
"@lskjs/modal": "1.22.0",
"@lskjs/progress": "^1.20.5",
"@lskjs/scroll": "^1.20.5",
"@lskjs/scroll": "1.22.0",
"@lskjs/t": "^1.20.5",
"@lskjs/theme": "^1.20.5",
"@lskjs/ui": "^1.20.5",
"@lskjs/ui": "1.22.0",
"@lskjs/utils": "0.39.0",
"antd": "3.26.9",
"axios": "0.19.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/modal/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.22.0](https://github.com/lskjs/ux/tree/master/packages/modal/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.20.5](https://github.com/lskjs/ux/tree/master/packages/modal/compare/v1.20.4...v1.20.5) (2020-08-22)

**Note:** Version bump only for package @lskjs/modal
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/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/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/modal",
"version": "1.20.5",
"version": "1.22.0",
"description": "LSK ux subrepo: modal",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@lskjs/css": "^1.20.5",
"@lskjs/dev": "^1.20.5",
"@lskjs/theme": "^1.20.5",
"@lskjs/ui": "^1.20.5",
"@lskjs/ui": "1.22.0",
"@lskjs/utils": "0.39.0",
"bluebird": "3.7.2",
"classnames": "2.2.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/scroll/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.

# [1.22.0](https://github.com/lskjs/ux/tree/master/packages/scroll/compare/v1.21.1...v1.22.0) (2020-09-02)


### Features

* **scroll:** add option for disabling horisontal scroll ([615fcba](https://github.com/lskjs/ux/tree/master/packages/scroll/commit/615fcbaebe462fdf461a6ed668b980311d758d79))





## [1.20.5](https://github.com/lskjs/ux/tree/master/packages/scroll/compare/v1.20.4...v1.20.5) (2020-08-22)

**Note:** Version bump only for package @lskjs/scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/scroll/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/scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/scroll",
"version": "1.20.5",
"version": "1.22.0",
"description": "LSK ux subrepo: scroll",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/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.22.0](https://github.com/lskjs/ux/tree/master/packages/ui/compare/v1.21.1...v1.22.0) (2020-09-02)

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





## [1.20.5](https://github.com/lskjs/ux/tree/master/packages/ui/compare/v1.20.4...v1.20.5) (2020-08-22)

**Note:** Version bump only for package @lskjs/ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/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/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/ui",
"version": "1.20.5",
"version": "1.22.0",
"description": "LSK ux subrepo: ui",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@lskjs/link": "^1.20.5",
"@lskjs/notification": "^1.20.5",
"@lskjs/progress": "^1.20.5",
"@lskjs/scroll": "^1.20.5",
"@lskjs/scroll": "1.22.0",
"@lskjs/t": "^1.20.5",
"@lskjs/tag": "^1.20.5",
"@lskjs/theme": "^1.20.5",
Expand Down

0 comments on commit 0e09871

Please sign in to comment.