@kitconcept/volto-light-theme 6.0.0 → 6.0.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 +5 -1
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/theme/_footer.scss +0 -1
package/.changelog.draft
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 6.0.1 (2025-05-15)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Removed background color specification in the whole footer. We only want it in some areas of it, and depending if some sections are present or not. @sneridagh
|
|
16
|
+
|
|
11
17
|
## 6.0.0 (2025-05-14)
|
|
12
18
|
|
|
13
19
|
## 6.0.0-alpha.25 (2025-05-14)
|
package/package.json
CHANGED