Skip to content

Commit

Permalink
v4.0.0-alpha.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
favna committed Feb 3, 2024
1 parent bf8f421 commit b7758db
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2024-02-03)

### Bug Fixes

* **core:** bump transitive dependencies ([366d06e](https://github.com/skyra-project/discord-components/commit/366d06e0b954e5647abb16e67fe840bf078cf1d8))
* **react:** add `use client;` header to react output for NextJS ([bf8f421](https://github.com/skyra-project/discord-components/commit/bf8f421b03cc38a1104d294379f94c901bb3abbd))
* **react:** bump transitive dependencies ([74c0224](https://github.com/skyra-project/discord-components/commit/74c0224c5e08c5cba9e1936b7923ca9c2b8069ba))

# [4.0.0-alpha.4](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2024-01-28)

### 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.4",
"version": "4.0.0-alpha.5",
"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.5](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2024-02-03)

### Bug Fixes

* **core:** bump transitive dependencies ([366d06e](https://github.com/skyra-project/discord-components/commit/366d06e0b954e5647abb16e67fe840bf078cf1d8))

# [4.0.0-alpha.4](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2024-01-28)

### Bug Fixes
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.4",
"version": "4.0.0-alpha.5",
"description": "Web components to easily build and display fake Discord messages on your webpages.",
"author": "@skyra",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2024-02-03)

### Bug Fixes

* **react:** add `use client;` header to react output for NextJS ([bf8f421](https://github.com/skyra-project/discord-components/commit/bf8f421b03cc38a1104d294379f94c901bb3abbd))
* **react:** bump transitive dependencies ([74c0224](https://github.com/skyra-project/discord-components/commit/74c0224c5e08c5cba9e1936b7923ca9c2b8069ba))

# [4.0.0-alpha.4](https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2024-01-28)

**Note:** Version bump only for package @skyra/discord-components-react
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.4",
"version": "4.0.0-alpha.5",
"description": "React bindings for @skyra/discord-components-core",
"author": "@skyra",
"license": "MIT",
Expand Down

0 comments on commit b7758db

Please sign in to comment.