Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/news/+core1a23.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed slider flag position in simple variant, and calendar block icon. @sneridagh
6 changes: 3 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"kitconcept.core==1.0.0a22",
"kitconcept.core==1.0.0a23",
"plone.api",
"plone.distribution",
"plone.restapi",
Expand Down Expand Up @@ -287,9 +287,9 @@ constraint-dependencies = [
"jsonschema-specifications==2025.4.1",
"jsonschema==4.24.0",
"keyring==25.6.0",
"kitconcept.core==1.0.0a22",
"kitconcept.core==1.0.0a23",
"kitconcept.solr==2.0.0a1",
"kitconcept.voltolighttheme==7.0.0a27",
"kitconcept.voltolighttheme==7.0.0a28",
"legacy-cgi==2.6.2",
"lockfile==0.12.2",
"lxml-html-clean==0.4.2",
Expand Down
18 changes: 9 additions & 9 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0a22
1.0.0a23
4 changes: 2 additions & 2 deletions frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"package": "@kitconcept/volto-light-theme",
"url": "git@github.com:kitconcept/volto-light-theme.git",
"https": "https://github.com/kitconcept/volto-light-theme.git",
"tag": "7.0.0a27",
"tag": "7.0.0a28",
"filterBlobs": true
},
"kitconcept-core": {
Expand All @@ -22,7 +22,7 @@
"package": "@kitconcept/core",
"url": "git@github.com:kitconcept/kitconcept-core.git",
"https": "https://github.com/kitconcept/kitconcept-core.git",
"tag": "1.0.0a22"
"tag": "1.0.0a23"
},
"volto-banner-block": {
"develop": true,
Expand Down
1 change: 1 addition & 0 deletions frontend/packages/volto-intranet/news/+core1a23.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed slider flag position in simple variant, and calendar block icon. @sneridagh
Loading