Skip to content

Commit 6273421

Browse files
committed
Update core 2a4
1 parent ff40408 commit 6273421

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Several fixes. Update core 2a4. @sneridagh

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"kitconcept.core==2.0.0a3",
28+
"kitconcept.core==2.0.0a4",
2929
"plone.api",
3030
"plone.distribution",
3131
"plone.restapi",
@@ -285,8 +285,8 @@ constraint-dependencies = [
285285
"jsonschema-specifications==2025.9.1",
286286
"jsonschema==4.24.0",
287287
"keyring==25.6.0",
288-
"kitconcept.core==2.0.0a3",
289-
"kitconcept.voltolighttheme>=8.0.0a7",
288+
"kitconcept.core==2.0.0a4",
289+
"kitconcept.voltolighttheme>=8.0.0a8",
290290
"legacy-cgi==2.6.2",
291291
"lockfile==0.12.2",
292292
"lxml-html-clean==0.4.2",

backend/uv.lock

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

backend/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0a3
1+
2.0.0a4

frontend/mrs.developer.json

Lines changed: 3 additions & 3 deletions
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.17",
7+
"tag": "19.0.0-alpha.18",
88
"filterBlobs": true
99
},
1010
"volto-light-theme": {
@@ -13,7 +13,7 @@
1313
"package": "@kitconcept/volto-light-theme",
1414
"url": "[email protected]:kitconcept/volto-light-theme.git",
1515
"https": "https://github.com/kitconcept/volto-light-theme.git",
16-
"tag": "8.0.0a7",
16+
"tag": "8.0.0a8",
1717
"filterBlobs": true
1818
},
1919
"kitconcept-core": {
@@ -22,7 +22,7 @@
2222
"package": "@kitconcept/core",
2323
"url": "[email protected]:kitconcept/kitconcept-core.git",
2424
"https": "https://github.com/kitconcept/kitconcept-core.git",
25-
"tag": "2.0.0a3"
25+
"tag": "2.0.0a4"
2626
},
2727
"volto-banner-block": {
2828
"develop": true,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Several fixes. Update core 2a4. @sneridagh

0 commit comments

Comments
 (0)