Skip to content

Commit 5c7ad94

Browse files
committed
Release 5.0.0-alpha.2
1 parent 2af9c07 commit 5c7ad94

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 5.0.0-alpha.2 (2026-06-11)
12+
13+
### Bugfix
14+
15+
- Fix selector for description color field style. @danalvrz
16+
1117
## 5.0.0-alpha.1 (2026-06-11)
1218

1319
### Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-highlight-block-dev",
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0-alpha.2",
44
"description": "A new add-on for Volto",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-highlight-block",

packages/volto-highlight-block/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 5.0.0-alpha.2 (2026-06-11)
12+
13+
### Bugfix
14+
15+
- Fix selector for description color field style. @danalvrz
16+
1117
## 5.0.0-alpha.1 (2026-06-11)
1218

1319
### Feature

packages/volto-highlight-block/news/+fixColorFieldWrapping.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-highlight-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-highlight-block",
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0-alpha.2",
44
"description": "volto-highlight-block: Volto add-on",
55
"main": "src/index.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)