diff --git a/CHANGELOG.md b/CHANGELOG.md index ab236c2e0..a07affee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.38](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2025-01-04) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#519](https://github.com/skyra-project/discord-components/issues/519)) ([32cb659](https://github.com/skyra-project/discord-components/commit/32cb6594cd1275d62ecc0bd0705ac21212a05b28)) (@renovate[bot]) +* **deps:** update dependency astro to v5 ([#515](https://github.com/skyra-project/discord-components/issues/515)) ([966f03a](https://github.com/skyra-project/discord-components/commit/966f03a568fc1ab3ea11bdfbca786f7020c346e4)) (@renovate[bot]) +* **deps:** update dependency astro to v5.0.8 [security] ([#518](https://github.com/skyra-project/discord-components/issues/518)) ([30b9725](https://github.com/skyra-project/discord-components/commit/30b972564fbb2190370609f473046483e638eef0)) (@renovate[bot]) + +### Features + +* added option to add the channel name above discord messages ([#520](https://github.com/skyra-project/discord-components/issues/520)) ([716f72e](https://github.com/skyra-project/discord-components/commit/716f72edf0b57269b1b30b2d42b226c7e7385cd2)) (@TheBv) + # [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) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9bd5d40c5..6da85b2ea 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.0-alpha.37", + "version": "4.0.0-alpha.38", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 14cf2ba01..9befd9401 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.38](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2025-01-04) + +### Features + +* added option to add the channel name above discord messages ([#520](https://github.com/skyra-project/discord-components/issues/520)) ([716f72e](https://github.com/skyra-project/discord-components/commit/716f72edf0b57269b1b30b2d42b226c7e7385cd2)) (@TheBv) + # [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) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 36c708488..fd74635a0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/discord-components-core", - "version": "4.0.0-alpha.37", + "version": "4.0.0-alpha.38", "description": "Web components to easily build and display fake Discord messages on your webpages.", "author": "@skyra", "license": "MIT", diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index 294367534..b2883762a 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.38](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2025-01-04) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#519](https://github.com/skyra-project/discord-components/issues/519)) ([32cb659](https://github.com/skyra-project/discord-components/commit/32cb6594cd1275d62ecc0bd0705ac21212a05b28)) (@renovate[bot]) +* **deps:** update dependency astro to v5 ([#515](https://github.com/skyra-project/discord-components/issues/515)) ([966f03a](https://github.com/skyra-project/discord-components/commit/966f03a568fc1ab3ea11bdfbca786f7020c346e4)) (@renovate[bot]) +* **deps:** update dependency astro to v5.0.8 [security] ([#518](https://github.com/skyra-project/discord-components/issues/518)) ([30b9725](https://github.com/skyra-project/discord-components/commit/30b972564fbb2190370609f473046483e638eef0)) (@renovate[bot]) + # [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) ### Bug Fixes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index bafc90c58..d310cd376 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "type": "module", - "version": "4.0.0-alpha.37", + "version": "4.0.0-alpha.38", "private": true, "scripts": { "dev": "astro dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1a9aea6d9..104cb6c17 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.38](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2025-01-04) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#519](https://github.com/skyra-project/discord-components/issues/519)) ([32cb659](https://github.com/skyra-project/discord-components/commit/32cb6594cd1275d62ecc0bd0705ac21212a05b28)) (@renovate[bot]) + # [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) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 4372e888e..41039d0dd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/discord-components-react", - "version": "4.0.0-alpha.37", + "version": "4.0.0-alpha.38", "description": "React bindings for @skyra/discord-components-core", "author": "@skyra", "license": "MIT",