Skip to content

Commit

Permalink
v4.0.0-alpha.29
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Claassens <[email protected]>
  • Loading branch information
favna committed Aug 10, 2024
1 parent 629bbea commit 620ca93
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)

### Bug Fixes

* bold and italic in list items proper indenting ([#445](https://github.com/skyra-project/discord-components/issues/445)) ([629bbea](https://github.com/skyra-project/discord-components/commit/629bbea0b8b416e9f3366623adeb616905e50fb9)), closes [#444](https://github.com/skyra-project/discord-components/issues/444) (@favna)

# [4.0.0-alpha.28](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.0-alpha.28",
"version": "4.0.0-alpha.29",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)

### Bug Fixes

* bold and italic in list items proper indenting ([#445](https://github.com/skyra-project/discord-components/issues/445)) ([629bbea](https://github.com/skyra-project/discord-components/commit/629bbea0b8b416e9f3366623adeb616905e50fb9)), closes [#444](https://github.com/skyra-project/discord-components/issues/444) (@favna)

# [4.0.0-alpha.28](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2024-08-07)

**Note:** Version bump only for package @skyra/discord-components-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/discord-components-core",
"version": "4.0.0-alpha.28",
"version": "4.0.0-alpha.29",
"description": "Web components to easily build and display fake Discord messages on your webpages.",
"author": "@skyra",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.28...v4.0.0-alpha.29) (2024-08-10)

### Bug Fixes

* bold and italic in list items proper indenting ([#445](https://github.com/skyra-project/discord-components/issues/445)) ([629bbea](https://github.com/skyra-project/discord-components/commit/629bbea0b8b416e9f3366623adeb616905e50fb9)), closes [#444](https://github.com/skyra-project/discord-components/issues/444) (@favna)

# [4.0.0-alpha.28](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2024-08-07)

**Note:** Version bump only for package documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "documentation",
"type": "module",
"version": "4.0.0-alpha.28",
"version": "4.0.0-alpha.29",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

# [4.0.0-alpha.28](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/discord-components-react",
"version": "4.0.0-alpha.28",
"version": "4.0.0-alpha.29",
"description": "React bindings for @skyra/discord-components-core",
"author": "@skyra",
"license": "MIT",
Expand Down

0 comments on commit 620ca93

Please sign in to comment.