Skip to content

Commit

Permalink
chore(release): v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoftwareCulture committed Sep 2, 2021
1 parent c1c6872 commit a53b7ff
Show file tree
Hide file tree
Showing 176 changed files with 759 additions and 273 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.19.1](https://github.com/lskjs/lskjs/compare/v2.19.0...v2.19.1) (2021-09-02)


### Bug Fixes

* **bots-plugin-notify:** fix md, add slack-provider, fix monitoring ([c86c34e](https://github.com/lskjs/lskjs/commit/c86c34e652e8a784cb481a3afe1162d61a3c184a))
* **bots-plugin-prometheus:** fix md, add slack, fix cron ([6061fc3](https://github.com/lskjs/lskjs/commit/6061fc321e20eea0398187cf3b3e713317e03bed))
* **bots-provider-slack:** add sendMessage ([4c51379](https://github.com/lskjs/lskjs/commit/4c513796de32b877c4c63f3dbe4976cbba5059bd))





# [2.19.0](https://github.com/lskjs/lskjs/compare/v2.18.2...v2.19.0) (2021-09-02)


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": "2.19.0",
"version": "2.19.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/apm/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/apm/compare/v2.19.0...v2.19.1) (2021-09-02)

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





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/apm
Expand Down
2 changes: 1 addition & 1 deletion packages/apm/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/apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/apm",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js – apm – module Node.js agent for Elastic APM",
"keywords": [
"apm",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@lskjs/env": "2.8.0",
"@lskjs/err": "2.17.0",
"@lskjs/module": "2.18.0",
"@lskjs/utils": "2.18.0",
"@lskjs/err": "2.19.1",
"@lskjs/module": "2.19.1",
"@lskjs/utils": "2.19.1",
"elastic-apm-node": "3.10.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/auth/compare/v2.19.0...v2.19.1) (2021-09-02)

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





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/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/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/auth",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js – auth – module for authorization by login and password and singup through social networks",
"keywords": [
"auth",
Expand Down Expand Up @@ -31,19 +31,19 @@
},
"dependencies": {
"@lskjs/env": "2.8.0",
"@lskjs/err": "2.17.0",
"@lskjs/module": "2.18.0",
"@lskjs/utils": "2.18.0",
"@lskjs/err": "2.19.1",
"@lskjs/module": "2.19.1",
"@lskjs/utils": "2.19.1",
"bcryptjs": "2.4.3",
"jsonwebtoken": "8.5.1",
"passport": "0.4.1",
"qs": "6.10.1",
"validator": "13.6.0"
},
"devDependencies": {
"@lskjs/db": "2.18.0",
"@lskjs/db": "2.19.1",
"@lskjs/mobx": "2.13.1",
"@lskjs/server-api": "2.18.0",
"@lskjs/server-api": "2.19.1",
"axios": "0.21.1",
"bluebird": "3.7.2",
"js-cookie": "3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/billing/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/billing/compare/v2.19.0...v2.19.1) (2021-09-02)

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





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/billing
Expand Down
2 changes: 1 addition & 1 deletion packages/billing/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/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/billing",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js module for adding billing in cabinet",
"keywords": [
"billing",
Expand Down Expand Up @@ -33,13 +33,13 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/err": "2.17.0",
"@lskjs/module": "2.18.0",
"@lskjs/utils": "2.18.0"
"@lskjs/err": "2.19.1",
"@lskjs/module": "2.19.1",
"@lskjs/utils": "2.19.1"
},
"devDependencies": {
"@lskjs/db": "2.18.0",
"@lskjs/server-api": "2.18.0",
"@lskjs/db": "2.19.1",
"@lskjs/server-api": "2.19.1",
"axios": "0.21.1",
"bluebird": "3.7.2",
"crypto-js": "4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-base/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/bots-base/compare/v2.19.0...v2.19.1) (2021-09-02)

**Note:** Version bump only for package @lskjs/bots-base





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/bots-base
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-base/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/bots-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/bots-base",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
"keywords": [
"telegram",
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/module": "2.18.0",
"@lskjs/utils": "2.18.0"
"@lskjs/module": "2.19.1",
"@lskjs/utils": "2.19.1"
},
"devDependencies": {
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-plugin-debug/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/bots-plugin-debug/compare/v2.19.0...v2.19.1) (2021-09-02)

**Note:** Version bump only for package @lskjs/bots-plugin-debug





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/bots-plugin-debug
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-plugin-debug/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/bots-plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/bots-plugin-debug",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
"keywords": [
"telegram",
Expand Down Expand Up @@ -34,9 +34,9 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.18.0",
"@lskjs/bots-plugin": "2.18.0",
"@lskjs/err": "2.17.0"
"@lskjs/bots-base": "2.19.1",
"@lskjs/bots-plugin": "2.19.1",
"@lskjs/err": "2.19.1"
},
"devDependencies": {
"@types/bluebird": "3.5.36",
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-plugin-downloads/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/bots-plugin-downloads/compare/v2.19.0...v2.19.1) (2021-09-02)

**Note:** Version bump only for package @lskjs/bots-plugin-downloads





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/bots-plugin-downloads
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-plugin-downloads/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/bots-plugin-downloads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/bots-plugin-downloads",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
"keywords": [
"telegram",
Expand Down Expand Up @@ -34,7 +34,7 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-plugin": "2.18.0"
"@lskjs/bots-plugin": "2.19.1"
},
"devDependencies": {
"lodash": "4.17.21"
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-plugin-interview/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/bots-plugin-interview/compare/v2.19.0...v2.19.1) (2021-09-02)

**Note:** Version bump only for package @lskjs/bots-plugin-interview





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/bots-plugin-interview
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-plugin-interview/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/bots-plugin-interview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/bots-plugin-interview",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
"keywords": [
"telegram",
Expand Down Expand Up @@ -34,8 +34,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.18.0",
"@lskjs/bots-plugin": "2.18.0"
"@lskjs/bots-base": "2.19.1",
"@lskjs/bots-plugin": "2.19.1"
},
"devDependencies": {
"lodash": "4.17.21"
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-plugin-likes/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.

## [2.19.1](https://github.com/lskjs/lskjs/tree/master/packages/bots-plugin-likes/compare/v2.19.0...v2.19.1) (2021-09-02)

**Note:** Version bump only for package @lskjs/bots-plugin-likes





# [2.18.0](https://github.com/lskjs/lskjs/compare/v2.17.3...v2.18.0) (2021-09-01)

**Note:** Version bump only for package @lskjs/bots-plugin-likes
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-plugin-likes/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/bots-plugin-likes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/bots-plugin-likes",
"version": "2.18.0",
"version": "2.19.1",
"description": "LSK.js plugin for @lskjs/bots module for telegram, slack, discord, whatsapp, twitter, instagram and vk bots creation",
"keywords": [
"telegram",
Expand Down Expand Up @@ -34,8 +34,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.18.0",
"@lskjs/bots-plugin": "2.18.0"
"@lskjs/bots-base": "2.19.1",
"@lskjs/bots-plugin": "2.19.1"
},
"devDependencies": {
"lodash": "4.17.21"
Expand Down
Loading

0 comments on commit a53b7ff

Please sign in to comment.