diff --git a/CHANGELOG.md b/CHANGELOG.md index 649c36a4f..97c0b4063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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.32](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2024-08-24) + +### Bug Fixes + +* correct the line style that indicates the thread ([#457](https://github.com/skyra-project/discord-components/issues/457)) ([5fe063a](https://github.com/skyra-project/discord-components/commit/5fe063aa50b560b21d6a9beb0805b827c6874057)) (@eumarciel404) +* fixed borders in :before and :after for tailwindcss users ([#454](https://github.com/skyra-project/discord-components/issues/454)) ([f857ec4](https://github.com/skyra-project/discord-components/commit/f857ec425a3f55ffea22ec66c7b50bfb70945d23)) (@favna) +* prevent timestamp wrapping ([#462](https://github.com/skyra-project/discord-components/issues/462)) ([7ce20a7](https://github.com/skyra-project/discord-components/commit/7ce20a75312aae6b85b825caaeea120358cdd7b5)) (@dpaulos6) +* remove border on modal input ([#455](https://github.com/skyra-project/discord-components/issues/455)) ([900afa4](https://github.com/skyra-project/discord-components/commit/900afa4f126f8cdd237e02d84d0d3f9bbf4c5765)) (@mezotv) +* update the ephemeral eye icon ([#460](https://github.com/skyra-project/discord-components/issues/460)) ([62b1294](https://github.com/skyra-project/discord-components/commit/62b1294fa09d46b0e0db831fc6aae82543dfc695)) (@mezotv) + +### Features + +* add clan tags ([#463](https://github.com/skyra-project/discord-components/issues/463)) ([afe7ee9](https://github.com/skyra-project/discord-components/commit/afe7ee9e66cb4e68fad22ffe866a27a9ff884d4f)), closes [#453](https://github.com/skyra-project/discord-components/issues/453) (@favna) +* adding function if you click an option ([#461](https://github.com/skyra-project/discord-components/issues/461)) ([930a691](https://github.com/skyra-project/discord-components/commit/930a691eae60db82ea5fbd25abd7d51b439e3d50)) (@eumarciel404) + # [4.0.0-alpha.31](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2024-08-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index dbe4a7eaf..571cc7ebc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.0-alpha.31", + "version": "4.0.0-alpha.32", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 03e93b51d..6706564c7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,21 @@ 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.32](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2024-08-24) + +### Bug Fixes + +* correct the line style that indicates the thread ([#457](https://github.com/skyra-project/discord-components/issues/457)) ([5fe063a](https://github.com/skyra-project/discord-components/commit/5fe063aa50b560b21d6a9beb0805b827c6874057)) (@eumarciel404) +* fixed borders in :before and :after for tailwindcss users ([#454](https://github.com/skyra-project/discord-components/issues/454)) ([f857ec4](https://github.com/skyra-project/discord-components/commit/f857ec425a3f55ffea22ec66c7b50bfb70945d23)) (@favna) +* prevent timestamp wrapping ([#462](https://github.com/skyra-project/discord-components/issues/462)) ([7ce20a7](https://github.com/skyra-project/discord-components/commit/7ce20a75312aae6b85b825caaeea120358cdd7b5)) (@dpaulos6) +* remove border on modal input ([#455](https://github.com/skyra-project/discord-components/issues/455)) ([900afa4](https://github.com/skyra-project/discord-components/commit/900afa4f126f8cdd237e02d84d0d3f9bbf4c5765)) (@mezotv) +* update the ephemeral eye icon ([#460](https://github.com/skyra-project/discord-components/issues/460)) ([62b1294](https://github.com/skyra-project/discord-components/commit/62b1294fa09d46b0e0db831fc6aae82543dfc695)) (@mezotv) + +### Features + +* add clan tags ([#463](https://github.com/skyra-project/discord-components/issues/463)) ([afe7ee9](https://github.com/skyra-project/discord-components/commit/afe7ee9e66cb4e68fad22ffe866a27a9ff884d4f)), closes [#453](https://github.com/skyra-project/discord-components/issues/453) (@favna) +* adding function if you click an option ([#461](https://github.com/skyra-project/discord-components/issues/461)) ([930a691](https://github.com/skyra-project/discord-components/commit/930a691eae60db82ea5fbd25abd7d51b439e3d50)) (@eumarciel404) + # [4.0.0-alpha.31](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2024-08-19) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index ce9c574b5..f446d711f 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.31", + "version": "4.0.0-alpha.32", "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 78b9aa152..dddf4957a 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/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.32](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2024-08-24) + +### Features + +* add clan tags ([#463](https://github.com/skyra-project/discord-components/issues/463)) ([afe7ee9](https://github.com/skyra-project/discord-components/commit/afe7ee9e66cb4e68fad22ffe866a27a9ff884d4f)), closes [#453](https://github.com/skyra-project/discord-components/issues/453) (@favna) + # [4.0.0-alpha.31](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2024-08-19) ### Features diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 77b66ffcb..1fd252705 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "type": "module", - "version": "4.0.0-alpha.31", + "version": "4.0.0-alpha.32", "private": true, "scripts": { "dev": "astro dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 263231e19..0219f5422 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ 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.32](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.31...v4.0.0-alpha.32) (2024-08-24) + +**Note:** Version bump only for package @skyra/discord-components-react + # [4.0.0-alpha.31](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.30...v4.0.0-alpha.31) (2024-08-19) **Note:** Version bump only for package @skyra/discord-components-react diff --git a/packages/react/package.json b/packages/react/package.json index 4d551b00f..59c855b52 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.31", + "version": "4.0.0-alpha.32", "description": "React bindings for @skyra/discord-components-core", "author": "@skyra", "license": "MIT",