Skip to content

Commit c2f01d3

Browse files
committed
Fixed problem with Person still showing blocks. Update core to 1a26.
1 parent 697995c commit c2f01d3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/pyproject.toml

Lines changed: 2 additions & 2 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==1.0.0a25",
28+
"kitconcept.core==1.0.0a26",
2929
"plone.api",
3030
"plone.distribution",
3131
"plone.restapi",
@@ -289,7 +289,7 @@ constraint-dependencies = [
289289
"jsonschema-specifications==2025.4.1",
290290
"jsonschema==4.24.0",
291291
"keyring==25.6.0",
292-
"kitconcept.core==1.0.0a25",
292+
"kitconcept.core==1.0.0a26",
293293
"kitconcept.solr==2.0.0a1",
294294
"kitconcept.voltolighttheme==7.0.0b2",
295295
"legacy-cgi==2.6.2",

backend/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0a25
1+
1.0.0a26

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"package": "@kitconcept/core",
2323
"url": "git@github.com:kitconcept/kitconcept-core.git",
2424
"https": "https://github.com/kitconcept/kitconcept-core.git",
25-
"tag": "1.0.0a25"
25+
"tag": "1.0.0a26"
2626
},
2727
"volto-banner-block": {
2828
"develop": true,

0 commit comments

Comments
 (0)