File tree Expand file tree Collapse file tree 4 files changed +16
-53
lines changed
packages/volto-heading-block Expand file tree Collapse file tree 4 files changed +16
-53
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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:*" ,
9950 }
10051 },
10152 "packageManager" : " pnpm@9.4.0"
102- }
53+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
3535 },
3636 "devDependencies" : {
3737 "@plone/scripts" : " ^3.6.1" ,
38- "release-it" : " ^17.1.1 "
38+ "release-it" : " ^19.0.2 "
3939 }
4040}
You can’t perform that action at this time.
0 commit comments