Skip to content

Commit 4220423

Browse files
committed
v4.0.0-alpha.23
Signed-off-by: Jeroen Claassens <support@favware.tech>
1 parent 8480702 commit 4220423

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [4.0.0-alpha.23](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2024-07-18)
7+
8+
### Bug Fixes
9+
10+
* **button:** ensure disabled buttons have proper cursor ([5f28110](https://github.com/skyra-project/discord-components/commit/5f28110a2ac8e3549b73021add7dc97675fc7252)) (@favna)
11+
* **message:** fixed misaligned author info ([8480702](https://github.com/skyra-project/discord-components/commit/848070259daecc8072f1e8ebbb2f4f4f8fcbf92e)) (@favna)
12+
613
# [4.0.0-alpha.22](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2024-07-13)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": ["packages/*"],
44
"npmClient": "yarn",
55
"useWorkspaces": true,
6-
"version": "4.0.0-alpha.22",
6+
"version": "4.0.0-alpha.23",
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [4.0.0-alpha.23](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2024-07-18)
7+
8+
### Bug Fixes
9+
10+
* **button:** ensure disabled buttons have proper cursor ([5f28110](https://github.com/skyra-project/discord-components/commit/5f28110a2ac8e3549b73021add7dc97675fc7252)) (@favna)
11+
* **message:** fixed misaligned author info ([8480702](https://github.com/skyra-project/discord-components/commit/848070259daecc8072f1e8ebbb2f4f4f8fcbf92e)) (@favna)
12+
613
# [4.0.0-alpha.22](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2024-07-13)
714

815
### Bug Fixes

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": "@skyra/discord-components-core",
3-
"version": "4.0.0-alpha.22",
3+
"version": "4.0.0-alpha.23",
44
"description": "Web components to easily build and display fake Discord messages on your webpages.",
55
"author": "@skyra",
66
"license": "MIT",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [4.0.0-alpha.23](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.22...v4.0.0-alpha.23) (2024-07-18)
7+
8+
**Note:** Version bump only for package @skyra/discord-components-react
9+
610
# [4.0.0-alpha.22](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.21...v4.0.0-alpha.22) (2024-07-13)
711

812
**Note:** Version bump only for package @skyra/discord-components-react

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skyra/discord-components-react",
3-
"version": "4.0.0-alpha.22",
3+
"version": "4.0.0-alpha.23",
44
"description": "React bindings for @skyra/discord-components-core",
55
"author": "@skyra",
66
"license": "MIT",

0 commit comments

Comments
 (0)