We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8957cb + 3efc57c commit 46a7b39Copy full SHA for 46a7b39
CHANGES.rst
@@ -1,10 +1,28 @@
1
Changelog
2
=========
3
4
-6.2.7 (unreleased)
+6.2.8 (unreleased)
5
------------------
6
7
+Breaking changes:
8
+
9
+- *add item here*
10
11
+New features:
12
13
- Fix SCSS imports for latest Bootstrap 5.3.
14
15
+Bug fixes:
16
17
18
19
20
+6.2.7 (2023-06-19)
21
+------------------
22
23
+- `theme_barceloneta`: pin version of `@plone/plonetheme-barceloneta-base` to
24
+ `3.0.x` patch releases which is based on Bootstrap 5.2.
25
+ Bootstrap 5.3 support will come with version `6.3.x`.
26
[petschki]
27
28
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup
-version = "6.2.7.dev0"
+version = "6.2.8.dev0"
long_description = "\n\n".join(
0 commit comments