From 50b40362bce8aba4ebc196eef2bf25e691be4ade Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 20 Apr 2024 15:13:23 +0200 Subject: [PATCH] v4.0.0-alpha.18 Signed-off-by: Jeroen Claassens --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f182236..6cf72d13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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.18](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2024-04-20) + +### Bug Fixes + +* change `bot` to `app` following Discord's change of the label ([#394](https://github.com/skyra-project/discord-components/issues/394)) ([ec034d3](https://github.com/skyra-project/discord-components/commit/ec034d3992977a62a2f85865c1e74a4e0dfcd512)) +* **deps:** update all non-major dependencies ([77d3451](https://github.com/skyra-project/discord-components/commit/77d345176e30975c4ebed170f8367185e15797a1)) +* fixed custom emojis mapping support for Nuxt 3 ([f11c074](https://github.com/skyra-project/discord-components/commit/f11c074adec983b6bc12ea7e81f5da44accc9c8d)) +* fixed emojis in embeds and add support for Nuxt 3 ([7965fd3](https://github.com/skyra-project/discord-components/commit/7965fd3c6e7397b4fae4b4e3fe4666823160f1e9)) + # [4.0.0-alpha.17](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.16...v4.0.0-alpha.17) (2024-02-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 59c49692e..9106f5bf0 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.0-alpha.17", + "version": "4.0.0-alpha.18", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fec247043..663ae63cb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,15 @@ 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.18](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2024-04-20) + +### Bug Fixes + +* change `bot` to `app` following Discord's change of the label ([#394](https://github.com/skyra-project/discord-components/issues/394)) ([ec034d3](https://github.com/skyra-project/discord-components/commit/ec034d3992977a62a2f85865c1e74a4e0dfcd512)) +* **deps:** update all non-major dependencies ([77d3451](https://github.com/skyra-project/discord-components/commit/77d345176e30975c4ebed170f8367185e15797a1)) +* fixed custom emojis mapping support for Nuxt 3 ([f11c074](https://github.com/skyra-project/discord-components/commit/f11c074adec983b6bc12ea7e81f5da44accc9c8d)) +* fixed emojis in embeds and add support for Nuxt 3 ([7965fd3](https://github.com/skyra-project/discord-components/commit/7965fd3c6e7397b4fae4b4e3fe4666823160f1e9)) + # [4.0.0-alpha.17](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.16...v4.0.0-alpha.17) (2024-02-18) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index cedf67ccf..d9b48bcf3 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.17", + "version": "4.0.0-alpha.18", "description": "Web components to easily build and display fake Discord messages on your webpages.", "author": "@skyra", "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7c13eeda5..ee3cfaab7 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.18](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2024-04-20) + +### Bug Fixes + +* **deps:** update all non-major dependencies ([77d3451](https://github.com/skyra-project/discord-components/commit/77d345176e30975c4ebed170f8367185e15797a1)) + # [4.0.0-alpha.17](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.16...v4.0.0-alpha.17) (2024-02-18) ### Features diff --git a/packages/react/package.json b/packages/react/package.json index 61b09ab84..8beb23839 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.17", + "version": "4.0.0-alpha.18", "description": "React bindings for @skyra/discord-components-core", "author": "@skyra", "license": "MIT",