From 5d31f462800bf596731bbc2b4e6d4c4f9c97ba72 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 19 Aug 2024 22:50:42 +0200 Subject: [PATCH] v4.0.0-alpha.30 Signed-off-by: Jeroen Claassens --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/documentation/CHANGELOG.md | 7 +++++++ packages/documentation/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- 8 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfec505a4..54d0bc874 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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19) + +### Bug Fixes + +* **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]) +* **deps:** update dependency astro to v4.13.3 ([2bb50d6](https://github.com/skyra-project/discord-components/commit/2bb50d6e84cfed3b0d25b05481580ee46b42075a)) (@renovate[bot]) + +### Features + +* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404) +* **emoji:** add support for `jumbo` size emojis ([95b2b19](https://github.com/skyra-project/discord-components/commit/95b2b19699d05414caad2b5f411249c3fe5f4fd4)) (@favna) + # [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) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bc4f24658..4cff1de80 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.0-alpha.29", + "version": "4.0.0-alpha.30", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 13731ef2c..014e43bfb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,13 @@ 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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19) + +### Features + +* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404) +* **emoji:** add support for `jumbo` size emojis ([95b2b19](https://github.com/skyra-project/discord-components/commit/95b2b19699d05414caad2b5f411249c3fe5f4fd4)) (@favna) + # [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) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 1aad39b2b..1b8c43a23 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.29", + "version": "4.0.0-alpha.30", "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 9a9dc1630..97aa8a40f 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -3,6 +3,13 @@ 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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19) + +### Bug Fixes + +* **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]) +* **deps:** update dependency astro to v4.13.3 ([2bb50d6](https://github.com/skyra-project/discord-components/commit/2bb50d6e84cfed3b0d25b05481580ee46b42075a)) (@renovate[bot]) + # [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) ### Bug Fixes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 75fabe277..54563f03d 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "type": "module", - "version": "4.0.0-alpha.29", + "version": "4.0.0-alpha.30", "private": true, "scripts": { "dev": "astro dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 0f21c86bb..1113e4129 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.30](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.29...v4.0.0-alpha.30) (2024-08-19) + +### Features + +* add modals ([#443](https://github.com/skyra-project/discord-components/issues/443)) ([ea87670](https://github.com/skyra-project/discord-components/commit/ea87670fc98601ca68127714c77a4e20b38d5f15)) (@eumarciel404) + # [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) **Note:** Version bump only for package @skyra/discord-components-react diff --git a/packages/react/package.json b/packages/react/package.json index 578dde463..cce67ad9e 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.29", + "version": "4.0.0-alpha.30", "description": "React bindings for @skyra/discord-components-core", "author": "@skyra", "license": "MIT",