Skip to content

Commit a12b86c

Browse files
committed
Release 2.0.0a9
1 parent f077dff commit a12b86c

File tree

13 files changed

+63
-9
lines changed

13 files changed

+63
-9
lines changed

CHANGELOG.md

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

99
<!-- towncrier release notes start -->
10+
## 2.0.0a9 (2025-09-28)
11+
12+
### Backend
13+
14+
15+
#### New features:
16+
17+
- Add Basque translation @erral
18+
- Add Spanish translation @erral
19+
20+
21+
#### Internal:
22+
23+
- Add plone.exportimport as a required dependency. @ericof
24+
25+
26+
27+
### Frontend
28+
29+
#### Feature
30+
31+
- Add Basque translation @erral
32+
33+
34+
35+
### Project
36+
37+
38+
#### Internal
39+
40+
- GHA: Remove support for Plone 6 and do not fail-fast on Backend tests. @ericof
41+
42+
43+
1044
## 2.0.0a8 (2025-09-16)
1145

1246
### Backend

backend/CHANGELOG.md

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

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

12+
## 2.0.0a9 (2025-09-28)
13+
14+
15+
### New features:
16+
17+
- Add Basque translation @erral
18+
- Add Spanish translation @erral
19+
20+
21+
### Internal:
22+
23+
- Add plone.exportimport as a required dependency. @ericof
24+
1225
## 2.0.0a8 (2025-09-16)
1326

1427

backend/news/+es.feature

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

backend/news/+eu.feature

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

backend/news/+exportimport.internal

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

backend/src/plonegovbr/socialmedia/__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.0a8"
8+
__version__ = "2.0.0a9"
99

1010
PACKAGE_NAME = "plonegovbr.socialmedia"
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+
## 2.0.0-alpha.9 (2025-09-28)
12+
13+
### Feature
14+
15+
- Add Basque translation @erral
16+
1117
## 2.0.0-alpha.8 (2025-09-16)
1218

1319
### 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-social-media-dev",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "Social media components for Plone and Volto",
55
"author": "PloneGov-BR",
66
"homepage": "https://github.com/plonegovbr/volto-social-media",

frontend/packages/volto-social-media/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.0.0-alpha.9 (2025-09-28)
12+
13+
### Feature
14+
15+
- Add Basque translation @erral
16+
1117
## 2.0.0-alpha.8 (2025-09-16)
1218

1319
### Bugfix

frontend/packages/volto-social-media/news/+eu.feature

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

0 commit comments

Comments
 (0)