Skip to content

Commit 94aa8bb

Browse files
authored
Merge pull request #552 from plone/petschki-6.2.x
Fix version pins for `@plone/plonetheme-barceloneta-base=3.0.x` patch releases which is based on Bootstrap 5.2
2 parents bd0922e + e97ba5d commit 94aa8bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Changelog
44
6.2.7 (unreleased)
55
------------------
66

7-
- Nothing changed yet.
7+
- `theme_barceloneta`: pin version of `@plone/plonetheme-barceloneta-base` to
8+
`3.0.x` patch releases which is based on Bootstrap 5.2.
9+
Bootstrap 5.3 support will come with version `6.3.x`.
10+
[petschki]
811

912

1013
6.2.6 (2023-04-24)

bobtemplates/plone/theme_barceloneta/src/+package.namespace+/+package.name+/theme/package.json.bob

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"css-lint": "stylelint \"styles/**/*.scss\" --cache --cache-location .cache/.stylelintcache"
2525
},
2626
"dependencies": {
27-
"@plone/plonetheme-barceloneta-base": "^3.0.0b6"
27+
"@plone/plonetheme-barceloneta-base": "~3.0.3"
2828
}
2929
}

0 commit comments

Comments
 (0)