Skip to content

Commit 11ef53f

Browse files
authored
Merge pull request #79 from kitconcept/vlt8a9
Update to VLT 8a9
2 parents acced42 + 9094c01 commit 11ef53f

File tree

8 files changed

+20
-16
lines changed

8 files changed

+20
-16
lines changed

backend/news/+vlt8a9.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update to VLT 8a9:
2+
https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a9 @sneridagh

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"Products.CMFPlone==6.1.3",
2727
"plone.distribution",
2828
"plone.api",
29-
"kitconcept.voltolighttheme>=8.0.0a8",
29+
"kitconcept.voltolighttheme>=8.0.0a9",
3030
"collective.volto.formsupport==3.2.3",
3131
"collective.honeypot",
3232
"collective.person==1.0.0b3",
@@ -154,7 +154,7 @@ constraint-dependencies = [
154154
"jsonschema-specifications==2025.9.1",
155155
"jsonschema==4.24.0",
156156
"keyring==25.6.0",
157-
"kitconcept.voltolighttheme>=8.0.0a8",
157+
"kitconcept.voltolighttheme>=8.0.0a9",
158158
"legacy-cgi==2.6.2",
159159
"lockfile==0.12.2",
160160
"lxml-html-clean==0.4.2",

backend/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "19.0.0-alpha.18",
7+
"tag": "19.0.0-alpha.19",
88
"filterBlobs": true
99
}
1010
}

frontend/packages/kitconcept-core/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function (api) {
22
api.cache(true);
3-
const presets = ['razzle'];
3+
const presets = ['@plone/razzle'];
44
const plugins = [
55
[
66
'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update to VLT 8a9:
2+
https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a9 @sneridagh

frontend/packages/kitconcept-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@plone-collective/volto-authomatic": "3.0.0-alpha.6",
31-
"@kitconcept/volto-light-theme": "^8.0.0-alpha.8",
31+
"@kitconcept/volto-light-theme": "^8.0.0-alpha.9",
3232
"@mbarde/volto-image-crop-widget": "^0.5.1"
3333
},
3434
"peerDependencies": {

frontend/pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)