Skip to content

Commit

Permalink
chore(release): v2.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukioru committed Sep 8, 2021
1 parent e12a5d8 commit 94a74d9
Show file tree
Hide file tree
Showing 200 changed files with 843 additions and 307 deletions.
8 changes: 8 additions & 0 deletions 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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)


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.23.1",
"version": "2.23.2",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/apiquery/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.23.2](https://github.com/lskjs/ux/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/ux/compare/v2.23.0...v2.23.1) (2021-09-08)

**Note:** Version bump only for package @lskjs/apiquery
Expand Down
2 changes: 1 addition & 1 deletion packages/apiquery/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/apiquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/apiquery",
"version": "2.23.1",
"version": "2.23.2",
"description": "http/s + websockets api client for Web, Node.js and React Native throw fetch or axios",
"keywords": [],
"repository": "https://github.com/lskjs/ux/tree/master/packages/apiquery",
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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

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

10 changes: 5 additions & 5 deletions packages/apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/apm",
"version": "2.23.1",
"version": "2.23.2",
"description": "LSK.js – apm – module Node.js agent for Elastic APM",
"keywords": [
"apm",
Expand All @@ -25,10 +25,10 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/env": "2.23.1",
"@lskjs/err": "2.23.1",
"@lskjs/module": "2.23.1",
"@lskjs/utils": "2.23.1",
"@lskjs/env": "2.23.2",
"@lskjs/err": "2.23.2",
"@lskjs/module": "2.23.2",
"@lskjs/utils": "2.23.2",
"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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

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

14 changes: 7 additions & 7 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/auth",
"version": "2.23.1",
"version": "2.23.2",
"description": "LSK.js – auth – module for authorization by login and password and singup through social networks",
"keywords": [
"auth",
Expand Down Expand Up @@ -30,20 +30,20 @@
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/env": "2.23.1",
"@lskjs/err": "2.23.1",
"@lskjs/module": "2.23.1",
"@lskjs/utils": "2.23.1",
"@lskjs/env": "2.23.2",
"@lskjs/err": "2.23.2",
"@lskjs/module": "2.23.2",
"@lskjs/utils": "2.23.2",
"bcryptjs": "2.4.3",
"jsonwebtoken": "8.5.1",
"passport": "0.4.1",
"qs": "6.10.1",
"validator": "13.6.0"
},
"devDependencies": {
"@lskjs/db": "2.23.1",
"@lskjs/db": "2.23.2",
"@lskjs/mobx": "2.13.1",
"@lskjs/server-api": "2.23.1",
"@lskjs/server-api": "2.23.2",
"axios": "0.21.1",
"bluebird": "3.7.2",
"js-cookie": "3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/autobind/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.23.2](https://github.com/lskjs/ux/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/ux/compare/v2.23.0...v2.23.1) (2021-09-08)

**Note:** Version bump only for package @lskjs/autobind
Expand Down
2 changes: 1 addition & 1 deletion packages/autobind/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/autobind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/autobind",
"version": "2.23.1",
"version": "2.23.2",
"description": "LSK ux subrepo: autobind",
"keywords": [],
"repository": "https://github.com/lskjs/ux/tree/master/packages/autobind",
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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

**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.23.1",
"version": "2.23.2",
"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.23.1",
"@lskjs/module": "2.23.1",
"@lskjs/utils": "2.23.1"
"@lskjs/err": "2.23.2",
"@lskjs/module": "2.23.2",
"@lskjs/utils": "2.23.2"
},
"devDependencies": {
"@lskjs/db": "2.23.1",
"@lskjs/server-api": "2.23.1",
"@lskjs/db": "2.23.2",
"@lskjs/server-api": "2.23.2",
"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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

**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.23.1",
"version": "2.23.2",
"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.23.1",
"@lskjs/utils": "2.23.1"
"@lskjs/module": "2.23.2",
"@lskjs/utils": "2.23.2"
},
"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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

**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.23.1",
"version": "2.23.2",
"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.23.1",
"@lskjs/bots-plugin": "2.23.1",
"@lskjs/err": "2.23.1"
"@lskjs/bots-base": "2.23.2",
"@lskjs/bots-plugin": "2.23.2",
"@lskjs/err": "2.23.2"
},
"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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

**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.23.1",
"version": "2.23.2",
"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.23.1"
"@lskjs/bots-plugin": "2.23.2"
},
"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.23.2](https://github.com/lskjs/lskjs/compare/v2.23.1...v2.23.2) (2021-09-08)

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





## [2.23.1](https://github.com/lskjs/lskjs/compare/v2.23.0...v2.23.1) (2021-09-08)

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

0 comments on commit 94a74d9

Please sign in to comment.