@kitconcept/volto-light-theme 7.3.0 → 7.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.changelog.draft +2 -8
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.changelog.draft
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
## 7.3.
|
|
1
|
+
## 7.3.1 (2025-10-08)
|
|
2
2
|
|
|
3
3
|
### Bugfix
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- Added addressable classNames to FileSummary headline. @sneridagh [#686](https://github.com/kitconcept/volto-light-theme/pull/686)
|
|
7
|
-
- Update socialmedia add-on to 2.0.0a10 and Volto to 18.27.3. @sneridagh
|
|
8
|
-
|
|
9
|
-
### Internal
|
|
10
|
-
|
|
11
|
-
- Replace "head title" with "kicker" in example content. @davisagli
|
|
5
|
+
- Several fixes. Update to use Volto 18.28.0. @sneridagh
|
|
12
6
|
|
|
13
7
|
|
package/CHANGELOG.md
CHANGED