Skip to content

Commit a2bcd01

Browse files
committed
Release 4.1.2
1 parent a312322 commit a2bcd01

File tree

5 files changed

+130
-4
lines changed

5 files changed

+130
-4
lines changed

CHANGELOG.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
# kitconcept's volto-separator-block Release Notes
2+
3+
<!-- You should *NOT* be adding new change log entries to this file.
4+
You should create a file in the news directory instead.
5+
For helpful instructions, please see:
6+
https://6.dev-docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
7+
-->
8+
9+
<!-- towncrier release notes start -->
10+
11+
## 4.1.2 (2024-07-30)
12+
13+
### Internal
14+
15+
- Release after new setup @sneridagh [#0](https://github.com/kitconcept/volto-separator-block/issue/0)
16+
17+
## 4.1.1 (2024-03-23)
18+
19+
### Internal
20+
21+
- Repackage with dep and peerDeps updates @sneridagh [#0](https://github.com/kitconcept/volto-separator-block/pull/0)
22+
23+
## 4.1.0 (2024-01-12)
24+
25+
### Feature
26+
27+
- Add custom CSS properties from StyleWrapper support @sneridagh [#15](https://github.com/kitconcept/volto-separator-block/pull/15)
28+
29+
## 4.0.0 (2023-08-09)
30+
31+
### Bugfix
32+
33+
- Remove 'no line' option. @davisagli [#14](https://github.com/kitconcept/volto-separator-block/pull/14)
34+
35+
36+
## 3.2.2 (2023-07-11)
37+
38+
### Internal
39+
40+
- Remove anonymous default export @sneridagh [#0](https://github.com/kitconcept/volto-separator-block/pull/0)
41+
42+
43+
## 3.2.1 (2023-07-05)
44+
45+
### Bugfix
46+
47+
- Fix schema enhancer fields override, use the ones coming from above, if any @sneridagh [#13](https://github.com/kitconcept/volto-separator-block/pull/13)
48+
49+
50+
## 3.2.0 (2023-06-21)
51+
52+
### Feature
53+
54+
- Use new docker based testing infrastructure @sneridagh [#11](https://github.com/kitconcept/volto-separator-block/pull/11)
55+
56+
### Bugfix
57+
58+
- Fix CSS for blocks chooser icon @sneridagh [#12](https://github.com/kitconcept/volto-separator-block/pull/12)
59+
60+
61+
## 3.1.0 (2023-06-06)
62+
63+
### Feature
64+
65+
- Add Brazilian Portuguese translation @ericof [#9](https://github.com/kitconcept/volto-export/pull/9)
66+
67+
68+
## 3.0.2 (2023-03-20)
69+
70+
### Bugfix
71+
72+
- Remove "block" from messages @danalvrz [#8](https://github.com/kitconcept/volto-export/pull/8)
73+
74+
75+
## 3.0.1 (2023-01-25)
76+
77+
### Bugfix
78+
79+
- Add missing de translations. [davisagli] [#7](https://github.com/kitconcept/volto-export/pull/7)
80+
81+
82+
## 3.0.0 (2023-01-19)
83+
84+
### Breaking
85+
86+
- Added alignment options as a block extender @danalvrz [#5](https://github.com/kitconcept/volto-export/pull/5)
87+
88+
### Feature
89+
90+
- Add towncrier, update to latest CI practices @sneridagh [#6](https://github.com/kitconcept/volto-export/pull/6)
91+
92+
### Internal
93+
94+
- Update to latest Volto 16 best practices, yarn 3 @davisagli [#4](https://github.com/kitconcept/volto-export/pull/4)
95+
96+
97+
## 2.0.0 (2022-09-02)
98+
99+
### Breaking
100+
101+
- Rework separator block, make it schema based @steffenri
102+
103+
### Bugfix
104+
105+
- Fix translation string @robgietema
106+
107+
## 1.0.1 (2022-04-21)
108+
109+
### Internal
110+
111+
- Added github workflows @robgietema
112+
113+
## 1.0.0 (2022-02-16)
114+
115+
- Re-release 1.0.0-alpha.0 as 1.0.0 @tisto
116+
117+
## 1.0.0-alpha.0 (2021-10-21)
118+
119+
### Feature
120+
121+
- Initial release @iFlameing @tisto

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-separator-block-dev",
3-
"version": "1.0.0-alpha.0",
3+
"version": "4.1.2",
44
"description": "A new add-on for Volto",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-separator-block",
@@ -41,4 +41,4 @@
4141
"mrs-developer": "^2.2.0"
4242
},
4343
"packageManager": "pnpm@9.1.1"
44-
}
44+
}

packages/volto-separator-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.1.2 (2024-07-30)
12+
13+
### Internal
14+
15+
- Release after new setup @sneridagh [#0](https://github.com/kitconcept/volto-separator-block/issue/0)
16+
1117
## 4.1.1 (2024-03-23)
1218

1319
### Internal

packages/volto-separator-block/news/0.internal

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

packages/volto-separator-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-separator-block",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "volto-separator-block: Volto add-on that provides a visual separator between blocks",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)