Skip to content

Commit ee50101

Browse files
committed
Release 0.3.0a3
1 parent 9c2164e commit ee50101

10 files changed

Lines changed: 47 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 0.3.0a3 (2026-04-14)
11+
12+
### Backend
13+
14+
No significant changes.
15+
16+
17+
18+
19+
### Frontend
20+
21+
#### Bugfix
22+
23+
- Fixed table layout/css. @giulio-red-turtle
24+
25+
26+
27+
### Project
28+
29+
No significant changes.
30+
31+
32+
33+
1034
## 0.3.0a2 (2026-04-03)
1135

1236
### Backend

backend/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

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

12+
## 0.3.0a3 (2026-04-14)
13+
14+
No significant changes.
15+
16+
1217
## 0.3.0a2 (2026-04-03)
1318

1419
No significant changes.

backend/src/collective/searchblocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "0.3.0a2"
8+
__version__ = "0.3.0a3"
99

1010
PACKAGE_NAME = "collective.searchblocks"
1111

frontend/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+
## 0.3.0-alpha.3 (2026-04-14)
12+
13+
### Bugfix
14+
15+
- Fixed table layout/css. @giulio-red-turtle
16+
1117
## 0.3.0-alpha.2 (2026-04-03)
1218

1319
## 0.3.0-alpha.1 (2026-04-03)

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-searchblocks-dev",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
44
"description": "Additional control-panel that allow users to search which contents using a specific block",
55
"author": "RedTurtle Technology",
66
"homepage": "https://github.com/collective/collective-searchblocks",

frontend/packages/volto-searchblocks/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+
## 0.3.0-alpha.3 (2026-04-14)
12+
13+
### Bugfix
14+
15+
- Fixed table layout/css. @giulio-red-turtle
16+
1117
## 0.3.0-alpha.2 (2026-04-03)
1218

1319
## 0.3.0-alpha.1 (2026-04-03)

frontend/packages/volto-searchblocks/news/+fix-table-layout.bugfix

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

frontend/packages/volto-searchblocks/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/packages/volto-searchblocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-searchblocks",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
44
"description": "Additional control-panel that allow users to search which contents using a specific block",
55
"main": "src/index.ts",
66
"license": "MIT",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0a2
1+
0.3.0a3

0 commit comments

Comments
 (0)