Skip to content

Commit 31b7958

Browse files
committed
v4.0.0-alpha.27
Signed-off-by: Jeroen Claassens <support@favware.tech>
1 parent 5da5b61 commit 31b7958

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

CHANGELOG.md

+8
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+
# [4.0.0-alpha.27](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
* Adding Light Theme in string select menu and correcting the text size ([#439](https://github.com/skyra-project/discord-components/issues/439)) ([c40f6c0](https://github.com/skyra-project/discord-components/commit/c40f6c0efe5e2efa51fc3129c2dffb57592b7098)) (@eumarciel404)
11+
* **discord-action-row:** wrap using "flex-wrap" ([#440](https://github.com/skyra-project/discord-components/issues/440)) ([24163fc](https://github.com/skyra-project/discord-components/commit/24163fce52d7932d8f428ecc56976127af675760)) (@eumarciel404)
12+
* **discord-invite:** improve styling ([#441](https://github.com/skyra-project/discord-components/issues/441)) ([9b910d1](https://github.com/skyra-project/discord-components/commit/9b910d107ef623c31f28de0be04b80046fd4bbf5)) (@eumarciel404)
13+
614
# [4.0.0-alpha.26](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2024-08-03)
715

816
### Bug Fixes

lerna.json

+1-1
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.26",
6+
"version": "4.0.0-alpha.27",
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

packages/core/CHANGELOG.md

+8
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+
# [4.0.0-alpha.27](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
* Adding Light Theme in string select menu and correcting the text size ([#439](https://github.com/skyra-project/discord-components/issues/439)) ([c40f6c0](https://github.com/skyra-project/discord-components/commit/c40f6c0efe5e2efa51fc3129c2dffb57592b7098)) (@eumarciel404)
11+
* **discord-action-row:** wrap using "flex-wrap" ([#440](https://github.com/skyra-project/discord-components/issues/440)) ([24163fc](https://github.com/skyra-project/discord-components/commit/24163fce52d7932d8f428ecc56976127af675760)) (@eumarciel404)
12+
* **discord-invite:** improve styling ([#441](https://github.com/skyra-project/discord-components/issues/441)) ([9b910d1](https://github.com/skyra-project/discord-components/commit/9b910d107ef623c31f28de0be04b80046fd4bbf5)) (@eumarciel404)
13+
614
# [4.0.0-alpha.26](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2024-08-03)
715

816
### Bug Fixes

packages/core/package.json

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

packages/documentation/CHANGELOG.md

+4
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.27](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2024-08-07)
7+
8+
**Note:** Version bump only for package documentation
9+
610
# [4.0.0-alpha.26](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2024-08-03)
711

812
### Bug Fixes

packages/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentation",
33
"type": "module",
4-
"version": "4.0.0-alpha.26",
4+
"version": "4.0.0-alpha.27",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

packages/react/CHANGELOG.md

+4
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.27](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2024-08-07)
7+
8+
**Note:** Version bump only for package @skyra/discord-components-react
9+
610
# [4.0.0-alpha.26](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2024-08-03)
711

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

packages/react/package.json

+1-1
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.26",
3+
"version": "4.0.0-alpha.27",
44
"description": "React bindings for @skyra/discord-components-core",
55
"author": "@skyra",
66
"license": "MIT",

0 commit comments

Comments
 (0)