Skip to content

Commit bf1cb01

Browse files
committed
core 1a23
1 parent 4de7b87 commit bf1cb01

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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==1.0.0a22",
28+
"kitconcept.core==1.0.0a23",
2929
"plone.api",
3030
"plone.distribution",
3131
"plone.restapi",
@@ -287,9 +287,9 @@ constraint-dependencies = [
287287
"jsonschema-specifications==2025.4.1",
288288
"jsonschema==4.24.0",
289289
"keyring==25.6.0",
290-
"kitconcept.core==1.0.0a22",
290+
"kitconcept.core==1.0.0a23",
291291
"kitconcept.solr==2.0.0a1",
292-
"kitconcept.voltolighttheme==7.0.0a27",
292+
"kitconcept.voltolighttheme==7.0.0a28",
293293
"legacy-cgi==2.6.2",
294294
"lockfile==0.12.2",
295295
"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-
1.0.0a22
1+
1.0.0a23

frontend/mrs.developer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"package": "@kitconcept/volto-light-theme",
1414
"url": "git@github.com:kitconcept/volto-light-theme.git",
1515
"https": "https://github.com/kitconcept/volto-light-theme.git",
16-
"tag": "7.0.0a27",
16+
"tag": "7.0.0a28",
1717
"filterBlobs": true
1818
},
1919
"kitconcept-core": {
@@ -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.0a22"
25+
"tag": "1.0.0a23"
2626
},
2727
"volto-banner-block": {
2828
"develop": true,

0 commit comments

Comments
 (0)