Skip to content

Commit d0fa20c

Browse files
committed
Release 2.0.0a12
1 parent d14bbb9 commit d0fa20c

9 files changed

Lines changed: 38 additions & 5 deletions

File tree

CHANGELOG.md

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

99
<!-- towncrier release notes start -->
10+
## 2.0.0a12 (2026-02-10)
11+
12+
### Backend
13+
14+
15+
#### New features:
16+
17+
- Add @navigation_with_excluded service for breadcrumbs that includes items excluded from navigation @reebalazs
18+
19+
20+
21+
### Frontend
22+
23+
No significant changes.
24+
25+
26+
### Project
27+
28+
No significant changes.
29+
30+
31+
32+
1033
## 2.0.0a11 (2026-02-09)
1134

1235
### Backend

backend/CHANGELOG.md

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

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

12+
## 2.0.0a12 (2026-02-10)
13+
14+
15+
### New features:
16+
17+
- Add @navigation_with_excluded service for breadcrumbs that includes items excluded from navigation @reebalazs
18+
1219
## 2.0.0a11 (2026-02-09)
1320

1421
No significant changes.

backend/news/+add-navigation-with-excluded.feature

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

backend/src/kitconcept/solr/__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__ = "2.0.0a11"
8+
__version__ = "2.0.0a12"
99

1010
PACKAGE_NAME = "kitconcept.solr"
1111
_ = MessageFactory(PACKAGE_NAME)

frontend/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

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

11+
## 2.0.0-alpha.12 (2026-02-10)
12+
1113
## 2.0.0-alpha.11 (2026-02-09)
1214

1315
### Bugfix

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-solr-dev",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"description": "An opinionated Solr integration for Plone.",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/kitconcept-solr",

frontend/packages/volto-solr/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

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

11+
## 2.0.0-alpha.12 (2026-02-10)
12+
1113
## 2.0.0-alpha.11 (2026-02-09)
1214

1315
### Bugfix

frontend/packages/volto-solr/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-solr",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"description": "An opinionated Solr integration for Plone.",
55
"exports": {
66
".": "./src/index.js",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0a11
1+
2.0.0a12

0 commit comments

Comments
 (0)