Skip to content

Commit 6f8e361

Browse files
committed
Release 4.5.1
1 parent 7fd44de commit 6f8e361

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

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+
## 4.5.1 (2025-12-03)
12+
13+
### Internal
14+
15+
- Fix the enter button feature in the highlight block @iRohitSingh
16+
1117
## 4.5.0 (2025-10-22)
1218

1319
### Feature

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-highlight-block-dev",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "A new add-on for Volto",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-highlight-block",
@@ -57,4 +57,4 @@
5757
]
5858
},
5959
"packageManager": "pnpm@10.20.0"
60-
}
60+
}

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+
## 4.5.1 (2025-12-03)
12+
13+
### Internal
14+
15+
- Fix the enter button feature in the highlight block @iRohitSingh
16+
1117
## 4.5.0 (2025-10-22)
1218

1319
### Feature

packages/volto-highlight-block/news/+pressingenter.internal

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

packages/volto-highlight-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-highlight-block",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "volto-highlight-block: Volto add-on",
55
"main": "src/index.js",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@plone/scripts": "^3.6.1",
36-
"release-it": "^17.1.1",
36+
"release-it": "^19.0.5",
3737
"vitest": "^3.2.4"
3838
}
3939
}

0 commit comments

Comments
 (0)