Skip to content

Commit c6218fe

Browse files
author
Exeteres
committed
v0.23.0
1 parent e766172 commit c6218fe

38 files changed

+234
-50
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.23.0](https://github.com/Exeteres/Replikit/compare/v0.22.2...v0.23.0) (2020-12-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **commands:** Fix min and max converter options ([8d73aac](https://github.com/Exeteres/Replikit/commit/8d73aac0625f01446bb34ef63a578a08091fff55))
12+
13+
14+
### Features
15+
16+
* **discord:** Add support for incoming replies ([e766172](https://github.com/Exeteres/Replikit/commit/e7661725f2cdf1df2462e38ba003c410156c077a))
17+
* **discord:** Update discord backend ([4718572](https://github.com/Exeteres/Replikit/commit/4718572155dc02be1e0e7979b4092f0ecf2069ed))
18+
* **sessions:** Allow custom session keys ([304d411](https://github.com/Exeteres/Replikit/commit/304d4114287d29b27f35145ff036c44a90f5def5))
19+
* **storage:** Update mongodb driver ([f4ef11d](https://github.com/Exeteres/Replikit/commit/f4ef11dbdd3f36bd1fde44090aa9e1fdc219b30d))
20+
* **views:** Add force text views ([ae5f436](https://github.com/Exeteres/Replikit/commit/ae5f436cdc753cc378c981f56542dbfe45461a67))
21+
* **vk:** Update vk backend ([9066938](https://github.com/Exeteres/Replikit/commit/9066938bb70552b1a74b3fb112653b9ade86b24f))
22+
23+
24+
25+
26+
627
## [0.22.2](https://github.com/Exeteres/Replikit/compare/v0.22.1...v0.22.2) (2020-10-23)
728

829

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.23.0](https://github.com/Exeteres/Replikit/compare/v0.22.2...v0.23.0) (2020-12-14)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.22.2](https://github.com/Exeteres/Replikit/compare/v0.22.1...v0.22.2) (2020-10-23)
715

816
**Note:** Version bump only for package example

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.22.2",
2+
"version": "0.23.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/attachments/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.23.0](https://github.com/Exeteres/Replikit/compare/v0.22.2...v0.23.0) (2020-12-14)
7+
8+
**Note:** Version bump only for package @replikit/attachments
9+
10+
11+
12+
13+
614
## [0.22.2](https://github.com/Exeteres/Replikit/compare/v0.22.1...v0.22.2) (2020-10-23)
715

816
**Note:** Version bump only for package @replikit/attachments

packages/attachments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/attachments",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -12,6 +12,6 @@
1212
"build": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"@replikit/storage": "^0.22.2"
15+
"@replikit/storage": "^0.23.0"
1616
}
1717
}

packages/authorization/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.23.0](https://github.com/Exeteres/Replikit/compare/v0.22.2...v0.23.0) (2020-12-14)
7+
8+
**Note:** Version bump only for package @replikit/authorization
9+
10+
11+
12+
13+
614
## [0.22.2](https://github.com/Exeteres/Replikit/compare/v0.22.1...v0.22.2) (2020-10-23)
715

816
**Note:** Version bump only for package @replikit/authorization

packages/authorization/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/authorization",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"build": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"@replikit/commands": "^0.22.2",
16-
"@replikit/permissions": "^0.22.2"
15+
"@replikit/commands": "^0.23.0",
16+
"@replikit/permissions": "^0.23.0"
1717
}
1818
}

packages/chalk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.23.0](https://github.com/Exeteres/Replikit/compare/v0.22.2...v0.23.0) (2020-12-14)
7+
8+
**Note:** Version bump only for package @replikit/chalk
9+
10+
11+
12+
13+
614
## [0.22.2](https://github.com/Exeteres/Replikit/compare/v0.22.1...v0.22.2) (2020-10-23)
715

816
**Note:** Version bump only for package @replikit/chalk

packages/chalk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/chalk",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"build": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"@replikit/core": "^0.22.2",
15+
"@replikit/core": "^0.23.0",
1616
"chalk": "^4.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)