Skip to content

Commit baea7d5

Browse files
author
Exeteres
committed
v0.22.0
1 parent 4bea549 commit baea7d5

38 files changed

+234
-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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** Remove irrelevant prompts ([9f66d92](https://github.com/Exeteres/Replikit/commit/9f66d92d99b0b7741ef512ab5c3fe5a8d7c2488a))
12+
* **discord:** Add language to AccountInfo ([6a06a27](https://github.com/Exeteres/Replikit/commit/6a06a27171b02487d0a5886c9c47f119a9767d51))
13+
* **help:** Improve help message ([e313441](https://github.com/Exeteres/Replikit/commit/e313441ecb66e948918e7d456b37b7d8a28af8d6))
14+
15+
16+
### Features
17+
18+
* **cli:** Add commands to remove modules and external repositories ([4b96040](https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f))
19+
* **cli:** Add dependency resolution mechanism to addExternal command ([84eeb29](https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c))
20+
* **cli:** Update tsconfig generator ([4bea549](https://github.com/Exeteres/Replikit/commit/4bea5497b03dbb947366885826dc0ca16052cadc))
21+
22+
23+
24+
25+
626
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
727

828

example/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
9+
### Features
10+
11+
* **cli:** Add commands to remove modules and external repositories ([4b96040](https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f))
12+
* **cli:** Add dependency resolution mechanism to addExternal command ([84eeb29](https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c))
13+
14+
15+
16+
17+
618
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
719

820
**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.21.0",
3+
"version": "0.22.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.21.0",
2+
"version": "0.22.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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/attachments
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
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.21.0",
3+
"version": "0.22.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.21.0"
15+
"@replikit/storage": "^0.22.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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/authorization
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
715

816

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.21.0",
3+
"version": "0.22.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.21.0",
16-
"@replikit/permissions": "^0.21.0"
15+
"@replikit/commands": "^0.22.0",
16+
"@replikit/permissions": "^0.22.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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/chalk
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
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.21.0",
3+
"version": "0.22.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.21.0",
15+
"@replikit/core": "^0.22.0",
1616
"chalk": "^4.0.0"
1717
}
1818
}

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** Remove irrelevant prompts ([9f66d92](https://github.com/Exeteres/Replikit/commit/9f66d92d99b0b7741ef512ab5c3fe5a8d7c2488a))
12+
13+
14+
### Features
15+
16+
* **cli:** Add commands to remove modules and external repositories ([4b96040](https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f))
17+
* **cli:** Add dependency resolution mechanism to addExternal command ([84eeb29](https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c))
18+
* **cli:** Update tsconfig generator ([4bea549](https://github.com/Exeteres/Replikit/commit/4bea5497b03dbb947366885826dc0ca16052cadc))
19+
20+
21+
22+
23+
624
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
725

826
**Note:** Version bump only for package @replikit/cli

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/cli",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -16,8 +16,8 @@
1616
"replikit": "./dist/main.js"
1717
},
1818
"dependencies": {
19-
"@replikit/chalk": "^0.21.0",
20-
"@replikit/core": "^0.21.0",
19+
"@replikit/chalk": "^0.22.0",
20+
"@replikit/core": "^0.22.0",
2121
"commander": "^6.0.0",
2222
"dotenv": "^8.2.0",
2323
"execa": "^4.0.0",

packages/commands/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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/commands
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
715

816

packages/commands/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/commands",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -12,8 +12,8 @@
1212
"build": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"@replikit/core": "^0.21.0",
16-
"@replikit/i18n": "^0.21.0",
17-
"@replikit/router": "^0.21.0"
15+
"@replikit/core": "^0.22.0",
16+
"@replikit/i18n": "^0.22.0",
17+
"@replikit/router": "^0.22.0"
1818
}
1919
}

packages/core/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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/core
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/core",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/discord/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **discord:** Add language to AccountInfo ([6a06a27](https://github.com/Exeteres/Replikit/commit/6a06a27171b02487d0a5886c9c47f119a9767d51))
12+
13+
14+
15+
16+
617
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
718

819
**Note:** Version bump only for package @replikit/discord

packages/discord/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@replikit/discord",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"typings": "./dist/index.d.ts",
55
"main": "./dist/index.js",
66
"license": "MIT",
77
"scripts": {
88
"build": "tsc -p tsconfig.build.json"
99
},
1010
"dependencies": {
11-
"@replikit/core": "^0.21.0",
11+
"@replikit/core": "^0.22.0",
1212
"discord.js": "^12.3.1"
1313
},
1414
"publishConfig": {

packages/help/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **help:** Improve help message ([e313441](https://github.com/Exeteres/Replikit/commit/e313441ecb66e948918e7d456b37b7d8a28af8d6))
12+
13+
14+
15+
16+
617
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
718

819
**Note:** Version bump only for package @replikit/help

packages/help/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/help",
3-
"version": "0.21.0",
3+
"version": "0.22.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.21.0"
15+
"@replikit/commands": "^0.22.0"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/i18n/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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/i18n
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
715

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

packages/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/i18n",
3-
"version": "0.21.0",
3+
"version": "0.22.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.21.0",
16-
"@replikit/router": "^0.21.0"
15+
"@replikit/core": "^0.22.0",
16+
"@replikit/router": "^0.22.0"
1717
}
1818
}

packages/messages/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.22.0](https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0) (2020-10-23)
7+
8+
**Note:** Version bump only for package @replikit/messages
9+
10+
11+
12+
13+
614
# [0.21.0](https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0) (2020-10-17)
715

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

packages/messages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replikit/messages",
3-
"version": "0.21.0",
3+
"version": "0.22.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/core": "^0.21.0"
15+
"@replikit/core": "^0.22.0"
1616
}
1717
}

0 commit comments

Comments
 (0)