Skip to content

Commit 5d31f46

Browse files
committed
v4.0.0-alpha.30
Signed-off-by: Jeroen Claassens <support@favware.tech>
1 parent d745be9 commit 5d31f46

File tree

8 files changed

+36
-4
lines changed

8 files changed

+36
-4
lines changed

CHANGELOG.md

+12
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+
# [4.0.0-alpha.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([#447](https://github.com/skyra-project/discord-components/issues/447)) ([fbd21f1](https://github.com/skyra-project/discord-components/commit/fbd21f1b18f0cfb74d59822be7c724b146c7744d)) (@renovate[bot])
11+
* **deps:** update dependency astro to v4.13.3 ([2bb50d6](https://github.com/skyra-project/discord-components/commit/2bb50d6e84cfed3b0d25b05481580ee46b42075a)) (@renovate[bot])
12+
13+
### Features
14+
15+
* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404)
16+
* **emoji:** add support for `jumbo` size emojis ([95b2b19](https://github.com/skyra-project/discord-components/commit/95b2b19699d05414caad2b5f411249c3fe5f4fd4)) (@favna)
17+
618
# [4.0.0-alpha.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)
719

820
### 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.29",
6+
"version": "4.0.0-alpha.30",
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

packages/core/CHANGELOG.md

+7
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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19)
7+
8+
### Features
9+
10+
* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404)
11+
* **emoji:** add support for `jumbo` size emojis ([95b2b19](https://github.com/skyra-project/discord-components/commit/95b2b19699d05414caad2b5f411249c3fe5f4fd4)) (@favna)
12+
613
# [4.0.0-alpha.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)
714

815
### 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.29",
3+
"version": "4.0.0-alpha.30",
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

+7
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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([#447](https://github.com/skyra-project/discord-components/issues/447)) ([fbd21f1](https://github.com/skyra-project/discord-components/commit/fbd21f1b18f0cfb74d59822be7c724b146c7744d)) (@renovate[bot])
11+
* **deps:** update dependency astro to v4.13.3 ([2bb50d6](https://github.com/skyra-project/discord-components/commit/2bb50d6e84cfed3b0d25b05481580ee46b42075a)) (@renovate[bot])
12+
613
# [4.0.0-alpha.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)
714

815
### 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.29",
4+
"version": "4.0.0-alpha.30",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19)
7+
8+
### Features
9+
10+
* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404)
11+
612
# [4.0.0-alpha.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)
713

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

0 commit comments

Comments
 (0)