Skip to content

Commit a78466e

Browse files
author
Exeteres
committed
v0.20.0
1 parent b283339 commit a78466e

38 files changed

+236
-50
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.20.0](https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0) (2020-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **sessions:** Fix memory session storage ([55f0a0a](https://github.com/Exeteres/Replikit/commit/55f0a0a4b39ed0b2621582c7860db23cbe1253d1))
12+
13+
14+
### Features
15+
16+
* **commands:** Add class-like command syntax ([7186d22](https://github.com/Exeteres/Replikit/commit/7186d2212ffdd1b0f2062b652e96719a919e9121))
17+
* **core:** Add composition system ([5275ecc](https://github.com/Exeteres/Replikit/commit/5275ecc0b93875f7d1cddceb74ac28f873c49863))
18+
* **storage:** Add parameters for class-like commands ([7a1cbf2](https://github.com/Exeteres/Replikit/commit/7a1cbf22ee5be836c51bc249555bc7679442bb74))
19+
* **views:** Update to use composition system ([30733ba](https://github.com/Exeteres/Replikit/commit/30733ba119d99eba8a2085ae8c5f2681d00bd9f6))
20+
* Add ability to create multiple button rows ([2a83a74](https://github.com/Exeteres/Replikit/commit/2a83a7432c102ff77e71cd4d542fdb4ec99ac7ad))
21+
22+
23+
24+
25+
626
# [0.19.0](https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0) (2020-09-18)
727

828

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

0 commit comments

Comments
 (0)