Skip to content

Commit 71ca804

Browse files
committed
Release 2.4.1
1 parent cc44b4c commit 71ca804

File tree

4 files changed

+16
-53
lines changed

4 files changed

+16
-53
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+
## 2.4.1 (2025-05-16)
12+
13+
### Internal
14+
15+
- Re-release it for metadata fixes. @sneridagh
16+
1117
## 2.4.0 (2023-09-14)
1218

1319
### Feature

package.json

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-heading-block",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "volto-heading-block: Volto add-on that provides a configurable heading block",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-heading-block",
@@ -35,55 +35,6 @@
3535
"storybook": "VOLTOCONFIG=$(pwd)/volto.config.js pnpm --filter @plone/volto storybook dev -p 6006 -c $(pwd)/.storybook",
3636
"storybook-build": "VOLTOCONFIG=$(pwd)/volto.config.js pnpm --filter @plone/volto build-storybook -c $(pwd)/.storybook"
3737
},
38-
"prettier": {
39-
"trailingComma": "all",
40-
"singleQuote": true,
41-
"useTabs": false,
42-
"overrides": [
43-
{
44-
"files": "*.overrides",
45-
"options": {
46-
"parser": "less"
47-
}
48-
}
49-
]
50-
},
51-
"stylelint": {
52-
"extends": [
53-
"stylelint-config-idiomatic-order"
54-
],
55-
"plugins": [
56-
"stylelint-prettier"
57-
],
58-
"overrides": [
59-
{
60-
"files": [
61-
"**/*.less"
62-
],
63-
"customSyntax": "postcss-less"
64-
},
65-
{
66-
"files": [
67-
"**/*.overrides"
68-
],
69-
"customSyntax": "postcss-less"
70-
}
71-
],
72-
"rules": {
73-
"prettier/prettier": true,
74-
"rule-empty-line-before": [
75-
"always-multi-line",
76-
{
77-
"except": [
78-
"first-nested"
79-
],
80-
"ignore": [
81-
"after-comment"
82-
]
83-
}
84-
]
85-
}
86-
},
8738
"dependencies": {
8839
"@plone/volto": "workspace:*",
8940
"@plone/registry": "workspace:*",
@@ -99,4 +50,4 @@
9950
}
10051
},
10152
"packageManager": "pnpm@9.4.0"
102-
}
53+
}

packages/volto-heading-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+
## 2.4.1 (2025-05-16)
12+
13+
### Internal
14+
15+
- Re-release it for metadata fixes. @sneridagh
16+
1117
## 2.4.0 (2023-09-14)
1218

1319
### Feature

packages/volto-heading-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-heading-block",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "volto-heading-block: Volto add-on that provides a configurable heading block",
55
"main": "src/index.js",
66
"license": "MIT",
@@ -35,6 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@plone/scripts": "^3.6.1",
38-
"release-it": "^17.1.1"
38+
"release-it": "^19.0.2"
3939
}
4040
}

0 commit comments

Comments
 (0)