Skip to content

Commit 53abc76

Browse files
committed
Release 5.0.0-alpha.1
1 parent 6129008 commit 53abc76

6 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

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

11+
## 5.0.0-alpha.1 (2026-06-11)
12+
13+
### Feature
14+
15+
- Added pt-BR translations. @humanaice [#19](https://github.com/kitconcept/volto-highlight-block/issue/19)
16+
- Improve button implementation and update VLT version. @danalvrz
17+
1118
## 5.0.0-alpha.0 (2026-06-05)
1219

1320
### Breaking

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.0",
3+
"version": "5.0.0-alpha.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

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

11+
## 5.0.0-alpha.1 (2026-06-11)
12+
13+
### Feature
14+
15+
- Added pt-BR translations. @humanaice [#19](https://github.com/kitconcept/volto-highlight-block/issue/19)
16+
- Improve button implementation and update VLT version. @danalvrz
17+
1118
## 5.0.0-alpha.0 (2026-06-05)
1219

1320
### Breaking

packages/volto-highlight-block/news/+improveButton.feature

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

packages/volto-highlight-block/news/19.feature

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.0",
3+
"version": "5.0.0-alpha.1",
44
"description": "volto-highlight-block: Volto add-on",
55
"main": "src/index.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)