Skip to content

Commit

Permalink
chore(release): v2.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Nov 2, 2021
1 parent 83ac5b9 commit f5f432f
Show file tree
Hide file tree
Showing 149 changed files with 605 additions and 187 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)


### Features

* **module:** improve wrapper behaviour overriding ([193e0ad](https://github.com/lskjs/lskjs/commit/193e0adb2b0ddee692e752e5a8642c7e2ed9beff))
* **proxy:** improve proxy behaviour while fatal errors ([84e1ae0](https://github.com/lskjs/lskjs/commit/84e1ae060b73fd9e518770d4d73e4ed76d8a0860))
* **rlog:** migrate console.log to this.log ([820166a](https://github.com/lskjs/lskjs/commit/820166a73455c3b3751cc567d3b3d293aad01617))
* **worker:** remove spam logs ([83ac5b9](https://github.com/lskjs/lskjs/commit/83ac5b9f196997c73d8a04c026b8a1e186020567))





## [2.45.1](https://github.com/lskjs/lskjs/compare/v2.45.0...v2.45.1) (2021-11-01)


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.45.1",
"version": "2.46.0",
"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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)


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.

4 changes: 2 additions & 2 deletions packages/apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/apm",
"version": "2.43.0",
"version": "2.46.0",
"description": "LSK.js – apm – module Node.js agent for Elastic APM",
"keywords": [
"apm",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@lskjs/env": "2.43.0",
"@lskjs/err": "2.43.0",
"@lskjs/module": "2.43.0",
"@lskjs/module": "2.46.0",
"@lskjs/utils": "2.43.0",
"elastic-apm-node": "3.10.0"
},
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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.44.0](https://github.com/lskjs/lskjs/compare/v2.43.1...v2.44.0) (2021-10-28)

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

8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/auth",
"version": "2.44.0",
"version": "2.46.0",
"description": "LSK.js – auth – module for authorization by login and password and singup through social networks",
"keywords": [
"auth",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@lskjs/env": "2.43.0",
"@lskjs/err": "2.43.0",
"@lskjs/module": "2.43.0",
"@lskjs/module": "2.46.0",
"@lskjs/utils": "2.43.0",
"bcryptjs": "2.4.3",
"jsonwebtoken": "8.5.1",
Expand All @@ -45,9 +45,9 @@
"validator": "13.6.0"
},
"devDependencies": {
"@lskjs/db": "2.43.0",
"@lskjs/db": "2.46.0",
"@lskjs/mobx": "2.13.1",
"@lskjs/server-api": "2.44.0",
"@lskjs/server-api": "2.46.0",
"axios": "0.21.2",
"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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.44.0](https://github.com/lskjs/lskjs/compare/v2.43.1...v2.44.0) (2021-10-28)

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

8 changes: 4 additions & 4 deletions packages/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/billing",
"version": "2.44.0",
"version": "2.46.0",
"description": "LSK.js module for adding billing in cabinet",
"keywords": [
"billing",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@lskjs/err": "2.43.0",
"@lskjs/module": "2.43.0",
"@lskjs/module": "2.46.0",
"@lskjs/utils": "2.43.0"
},
"devDependencies": {
"@lskjs/db": "2.43.0",
"@lskjs/server-api": "2.44.0",
"@lskjs/db": "2.46.0",
"@lskjs/server-api": "2.46.0",
"axios": "0.21.2",
"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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

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

4 changes: 2 additions & 2 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.43.0",
"version": "2.46.0",
"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 @@ -40,7 +40,7 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/module": "2.43.0",
"@lskjs/module": "2.46.0",
"@lskjs/utils": "2.43.0"
},
"devDependencies": {
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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

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

6 changes: 3 additions & 3 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.43.0",
"version": "2.46.0",
"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 @@ -38,8 +38,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.43.0",
"@lskjs/bots-plugin": "2.43.0",
"@lskjs/bots-base": "2.46.0",
"@lskjs/bots-plugin": "2.46.0",
"@lskjs/err": "2.43.0"
},
"devDependencies": {
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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

**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.43.0",
"version": "2.46.0",
"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 @@ -38,7 +38,7 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-plugin": "2.43.0"
"@lskjs/bots-plugin": "2.46.0"
},
"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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

**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.43.0",
"version": "2.46.0",
"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 @@ -38,8 +38,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.43.0",
"@lskjs/bots-plugin": "2.43.0"
"@lskjs/bots-base": "2.46.0",
"@lskjs/bots-plugin": "2.46.0"
},
"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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

**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.43.0",
"version": "2.46.0",
"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 @@ -38,8 +38,8 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/bots-base": "2.43.0",
"@lskjs/bots-plugin": "2.43.0"
"@lskjs/bots-base": "2.46.0",
"@lskjs/bots-plugin": "2.46.0"
},
"devDependencies": {
"lodash": "4.17.21"
Expand Down
8 changes: 8 additions & 0 deletions packages/bots-plugin-menu/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.46.0](https://github.com/lskjs/lskjs/compare/v2.45.1...v2.46.0) (2021-11-02)

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





# [2.43.0](https://github.com/lskjs/lskjs/compare/v2.42.3...v2.43.0) (2021-10-25)

**Note:** Version bump only for package @lskjs/bots-plugin-menu
Expand Down
2 changes: 1 addition & 1 deletion packages/bots-plugin-menu/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 f5f432f

Please sign in to comment.