Skip to content

Commit 84c5619

Browse files
author
Exeteres
committed
v0.19.0
1 parent c646f60 commit 84c5619

40 files changed

+289
-55
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** Use @replikit/cli instead of replikit ([1d99cdb](https://github.com/Exeteres/Replikit/commit/1d99cdb49f12ab1baef1dcf1be727046c8a40b33))
12+
* **discord:** Add support for links and dm channels ([96b0c13](https://github.com/Exeteres/Replikit/commit/96b0c13b1ba7ff754ba00f6c0640888a6a987edd))
13+
* **sessions:** Fix MongoSessionStorage ([2a4702d](https://github.com/Exeteres/Replikit/commit/2a4702d34ec2b9df298f1bc26b2581696a1feefc))
14+
* **telegram:** Fix formatting in editMessage method ([7726e80](https://github.com/Exeteres/Replikit/commit/7726e80c0bb829d117fb7ded79ea565486b76f16))
15+
16+
17+
### Features
18+
19+
* **core:** Add support for inline buttons ([d39240c](https://github.com/Exeteres/Replikit/commit/d39240ca7f7fdd7302e98b514ac3893682995fda))
20+
* **messages:** Add addButton method ([1d7f3a0](https://github.com/Exeteres/Replikit/commit/1d7f3a0adb2b31e02707f4093e0ec7d828797403))
21+
* **messages:** Add OutMessageLike type and utils ([a9fb59c](https://github.com/Exeteres/Replikit/commit/a9fb59cb432419fadd3a51e79d135ac29c9087b5))
22+
* **messages:** Add token factories and support for buttons ([2275483](https://github.com/Exeteres/Replikit/commit/227548389a70cf64756c298951241ea96fbd77c4))
23+
* **router:** Add support for buttons ([6011d74](https://github.com/Exeteres/Replikit/commit/6011d74acff02a6f9db93778f2578cb6ea69b6f7))
24+
* **sessions:** Redesign session system ([aa9c505](https://github.com/Exeteres/Replikit/commit/aa9c50519def6c210a5069b157c4f4f0de06e35c))
25+
* **views:** Add experimental view system ([8874b49](https://github.com/Exeteres/Replikit/commit/8874b493152ff228b645f25baa8a034ea4383795))
26+
* Add animation support ([3fe6611](https://github.com/Exeteres/Replikit/commit/3fe661176d558217b66e663e5071452f9d218987))
27+
* Add support for switchInline button ([506f93e](https://github.com/Exeteres/Replikit/commit/506f93eec1788bc9d5b4ae40c1ccd615b13cbe52))
28+
* **storage:** Add more useful methods ([e5cefa5](https://github.com/Exeteres/Replikit/commit/e5cefa5545a833af0574d74752ab6581103c5374))
29+
* **telegram:** Add support for inline buttons ([66488b9](https://github.com/Exeteres/Replikit/commit/66488b9bd5bea2e1551920694f4d4f51a58ab95b))
30+
* **vk:** Add support for videos ([a65a280](https://github.com/Exeteres/Replikit/commit/a65a280ed021e1f6d2d3edd930146958e994634c))
31+
32+
33+
34+
35+
636
## [0.18.2](https://github.com/Exeteres/Replikit/compare/v0.18.1...v0.18.2) (2020-09-09)
737

838

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.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.18.2](https://github.com/Exeteres/Replikit/compare/v0.18.1...v0.18.2) (2020-09-09)
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.18.2",
3+
"version": "0.19.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.18.2",
2+
"version": "0.19.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.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
7+
8+
**Note:** Version bump only for package @replikit/attachments
9+
10+
11+
12+
13+
614
## [0.18.2](https://github.com/Exeteres/Replikit/compare/v0.18.1...v0.18.2) (2020-09-09)
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.18.2",
3+
"version": "0.19.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.18.2"
15+
"@replikit/storage": "^0.19.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.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
7+
8+
**Note:** Version bump only for package @replikit/authorization
9+
10+
11+
12+
13+
614
## [0.18.2](https://github.com/Exeteres/Replikit/compare/v0.18.1...v0.18.2) (2020-09-09)
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.18.2",
3+
"version": "0.19.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.18.2",
16-
"@replikit/permissions": "^0.18.2"
15+
"@replikit/commands": "^0.19.0",
16+
"@replikit/permissions": "^0.19.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.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
7+
8+
**Note:** Version bump only for package @replikit/chalk
9+
10+
11+
12+
13+
614
## [0.18.2](https://github.com/Exeteres/Replikit/compare/v0.18.1...v0.18.2) (2020-09-09)
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.18.2",
3+
"version": "0.19.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.18.2",
15+
"@replikit/core": "^0.19.0",
1616
"chalk": "^4.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)