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/+corea27.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed problem with Person still showing blocks. Update core to 1a27. @sneridagh
4 changes: 2 additions & 2 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.0a25",
"kitconcept.core==1.0.0a27",
"plone.api",
"plone.distribution",
"plone.restapi",
Expand Down Expand Up @@ -289,7 +289,7 @@ constraint-dependencies = [
"jsonschema-specifications==2025.4.1",
"jsonschema==4.24.0",
"keyring==25.6.0",
"kitconcept.core==1.0.0a25",
"kitconcept.core==1.0.0a27",
"kitconcept.solr==2.0.0a1",
"kitconcept.voltolighttheme==7.0.0b2",
"legacy-cgi==2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def current_versions() -> CurrentVersions:
from kitconcept.core import __version__

return CurrentVersions(
base="20250903001",
base="20250915001",
dependencies="1000",
package=__version__,
)
Expand Down
1,938 changes: 969 additions & 969 deletions backend/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0a25
1.0.0a27
2 changes: 1 addition & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0a25"
"tag": "1.0.0a27"
},
"volto-banner-block": {
"develop": true,
Expand Down
1 change: 1 addition & 0 deletions frontend/packages/volto-intranet/news/+corea27.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed problem with Person still showing blocks. Update core to 1a27. @sneridagh