Skip to content

Commit 5548e70

Browse files
committed
Release 3.0.0a0
1 parent da04054 commit 5548e70

15 files changed

Lines changed: 68 additions & 11 deletions

File tree

CHANGELOG.md

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

99
<!-- towncrier release notes start -->
10+
## 3.0.0a0 (2025-11-11)
11+
12+
### Backend
13+
14+
15+
#### Internal:
16+
17+
- Refactor Makefile to use repoplone to get its configuration. @ericof
18+
19+
20+
21+
### Frontend
22+
23+
#### Breaking
24+
25+
- Support for @plone/volto 19.x. @ericof [#15](https://github.com/plonegovbr/social-media/issue/15)
26+
27+
#### Internal
28+
29+
- Refactor Makefile to use repoplone to get its configuration. @ericof
30+
- Test with @kitconcept/volto-light-theme 8.x. @ericof
31+
32+
33+
34+
### Project
35+
36+
37+
#### Internal
38+
39+
- Refactor config.yml to use repoplone. @ericof [#14](https://github.com/plonegovbr/social-media/pull/14)
40+
- Update .vscode recommended extensions and default settings. @ericof [#17](https://github.com/plonegovbr/social-media/pull/17)
41+
- Update GHA versions . @ericof
42+
43+
44+
1045
## 2.0.0 (2025-11-11)
1146

1247
### 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+
## 3.0.0a0 (2025-11-11)
13+
14+
15+
### Internal:
16+
17+
- Refactor Makefile to use repoplone to get its configuration. @ericof
18+
1219
## 2.0.0 (2025-11-11)
1320

1421
No significant changes.

backend/news/+makefile.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.0"
8+
__version__ = "3.0.0a0"
99

1010
PACKAGE_NAME = "plonegovbr.socialmedia"
1111

frontend/CHANGELOG.md

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

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

11+
## 3.0.0-alpha.0 (2025-11-11)
12+
13+
### Breaking
14+
15+
- Support for @plone/volto 19.x. @ericof [#15](https://github.com/plonegovbr/social-media/issue/15)
16+
17+
### Internal
18+
19+
- Refactor Makefile to use repoplone to get its configuration. @ericof
20+
- Test with @kitconcept/volto-light-theme 8.x. @ericof
21+
1122
## 2.0.0 (2025-11-11)
1223

1324
## 2.0.0-alpha.10 (2025-10-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-social-media-dev",
3-
"version": "2.0.0",
3+
"version": "3.0.0-alpha.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

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

11+
## 3.0.0-alpha.0 (2025-11-11)
12+
13+
### Breaking
14+
15+
- Support for @plone/volto 19.x. @ericof [#15](https://github.com/plonegovbr/social-media/issue/15)
16+
17+
### Internal
18+
19+
- Refactor Makefile to use repoplone to get its configuration. @ericof
20+
- Test with @kitconcept/volto-light-theme 8.x. @ericof
21+
1122
## 2.0.0 (2025-11-11)
1223

1324
## 2.0.0-alpha.10 (2025-10-03)

frontend/packages/volto-social-media/news/+makefile.internal

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

frontend/packages/volto-social-media/news/+vlt.internal

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

frontend/packages/volto-social-media/news/15.breaking

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

0 commit comments

Comments
 (0)