Skip to content

Commit 1ec1458

Browse files
committed
v4.0.0-alpha.37
Signed-off-by: Jeroen Claassens <support@favware.tech>
1 parent 4b8edfb commit 1ec1458

File tree

8 files changed

+38
-4
lines changed

8 files changed

+38
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.37](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2024-12-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([98cfc1f](https://github.com/skyra-project/discord-components/commit/98cfc1f7c012a18e689bc67ea810e7cafe141ca5)) (@renovate[bot])
11+
* **deps:** update all non-major dependencies ([#505](https://github.com/skyra-project/discord-components/issues/505)) ([00e646f](https://github.com/skyra-project/discord-components/commit/00e646f61c00ce1a12d872d49c5c92e1a9695bb3)) (@renovate[bot])
12+
* **deps:** update all non-major dependencies ([#510](https://github.com/skyra-project/discord-components/issues/510)) ([f499bb7](https://github.com/skyra-project/discord-components/commit/f499bb714060012c9d7786c089413dc340417fd2)) (@renovate[bot])
13+
* inline field bug in Discord embed ([#511](https://github.com/skyra-project/discord-components/issues/511)) ([5b40150](https://github.com/skyra-project/discord-components/commit/5b40150c6f29760cc16ef6ab755f81598d512c99)), closes [#509](https://github.com/skyra-project/discord-components/issues/509) (@favna)
14+
* style discord attachment audio ([#504](https://github.com/skyra-project/discord-components/issues/504)) ([e5296e4](https://github.com/skyra-project/discord-components/commit/e5296e4499a9672ee12158a087e76b8c82a211d4)) (@eumarciel404)
15+
616
# [4.0.0-alpha.36](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2024-11-02)
717

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

packages/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.37](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2024-12-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([#505](https://github.com/skyra-project/discord-components/issues/505)) ([00e646f](https://github.com/skyra-project/discord-components/commit/00e646f61c00ce1a12d872d49c5c92e1a9695bb3)) (@renovate[bot])
11+
* **deps:** update all non-major dependencies ([#510](https://github.com/skyra-project/discord-components/issues/510)) ([f499bb7](https://github.com/skyra-project/discord-components/commit/f499bb714060012c9d7786c089413dc340417fd2)) (@renovate[bot])
12+
* inline field bug in Discord embed ([#511](https://github.com/skyra-project/discord-components/issues/511)) ([5b40150](https://github.com/skyra-project/discord-components/commit/5b40150c6f29760cc16ef6ab755f81598d512c99)), closes [#509](https://github.com/skyra-project/discord-components/issues/509) (@favna)
13+
* style discord attachment audio ([#504](https://github.com/skyra-project/discord-components/issues/504)) ([e5296e4](https://github.com/skyra-project/discord-components/commit/e5296e4499a9672ee12158a087e76b8c82a211d4)) (@eumarciel404)
14+
615
# [4.0.0-alpha.36](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2024-11-02)
716

817
### 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.36",
3+
"version": "4.0.0-alpha.37",
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

+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.37](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2024-12-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([98cfc1f](https://github.com/skyra-project/discord-components/commit/98cfc1f7c012a18e689bc67ea810e7cafe141ca5)) (@renovate[bot])
11+
* **deps:** update all non-major dependencies ([#505](https://github.com/skyra-project/discord-components/issues/505)) ([00e646f](https://github.com/skyra-project/discord-components/commit/00e646f61c00ce1a12d872d49c5c92e1a9695bb3)) (@renovate[bot])
12+
* **deps:** update all non-major dependencies ([#510](https://github.com/skyra-project/discord-components/issues/510)) ([f499bb7](https://github.com/skyra-project/discord-components/commit/f499bb714060012c9d7786c089413dc340417fd2)) (@renovate[bot])
13+
614
# [4.0.0-alpha.36](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2024-11-02)
715

816
**Note:** Version bump only for package documentation

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

packages/react/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.37](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2024-12-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([#505](https://github.com/skyra-project/discord-components/issues/505)) ([00e646f](https://github.com/skyra-project/discord-components/commit/00e646f61c00ce1a12d872d49c5c92e1a9695bb3)) (@renovate[bot])
11+
* **deps:** update all non-major dependencies ([#510](https://github.com/skyra-project/discord-components/issues/510)) ([f499bb7](https://github.com/skyra-project/discord-components/commit/f499bb714060012c9d7786c089413dc340417fd2)) (@renovate[bot])
12+
613
# [4.0.0-alpha.36](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2024-11-02)
714

815
### Features

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

0 commit comments

Comments
 (0)