Skip to content

Commit ed7de9c

Browse files
author
Exeteres
committed
v0.23.3
1 parent d639759 commit ed7de9c

38 files changed

+208
-50
lines changed

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.23.3](https://github.com/replikit/replikit/compare/v0.23.2...v0.23.3) (2021-10-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **discord:** Fix webhook creation issue ([d639759](https://github.com/replikit/replikit/commit/d639759708a1b451e96880182550b8512a70c8ab))
12+
13+
14+
15+
16+
617
## [0.23.2](https://github.com/replikit/replikit/compare/v0.23.1...v0.23.2) (2021-10-25)
718

819
**Note:** Version bump only for package replikit

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.3](https://github.com/replikit/replikit/compare/v0.23.2...v0.23.3) (2021-10-27)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.23.2](https://github.com/replikit/replikit/compare/v0.23.1...v0.23.2) (2021-10-25)
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.23.2",
3+
"version": "0.23.3",
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.23.2",
2+
"version": "0.23.3",
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.3](https://github.com/replikit/replikit/compare/v0.23.2...v0.23.3) (2021-10-27)
7+
8+
**Note:** Version bump only for package @replikit/attachments
9+
10+
11+
12+
13+
614
## [0.23.2](https://github.com/replikit/replikit/compare/v0.23.1...v0.23.2) (2021-10-25)
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.23.2",
3+
"version": "0.23.3",
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.23.2"
15+
"@replikit/storage": "^0.23.3"
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.3](https://github.com/replikit/replikit/compare/v0.23.2...v0.23.3) (2021-10-27)
7+
8+
**Note:** Version bump only for package @replikit/authorization
9+
10+
11+
12+
13+
614
## [0.23.2](https://github.com/replikit/replikit/compare/v0.23.1...v0.23.2) (2021-10-25)
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.23.2",
3+
"version": "0.23.3",
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.23.2",
16-
"@replikit/permissions": "^0.23.2"
15+
"@replikit/commands": "^0.23.3",
16+
"@replikit/permissions": "^0.23.3"
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.3](https://github.com/replikit/replikit/compare/v0.23.2...v0.23.3) (2021-10-27)
7+
8+
**Note:** Version bump only for package @replikit/chalk
9+
10+
11+
12+
13+
614
## [0.23.2](https://github.com/replikit/replikit/compare/v0.23.1...v0.23.2) (2021-10-25)
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.23.2",
3+
"version": "0.23.3",
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.23.2",
15+
"@replikit/core": "^0.23.3",
1616
"chalk": "^4.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)