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/454.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded kitconcept.core to 2.0.0b4. @ericof
6 changes: 3 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"kitconcept.core==2.0.0b3",
"kitconcept.core==2.0.0b4",
"plone.api",
"plone.app.discussion",
"plone.distribution",
Expand Down Expand Up @@ -358,7 +358,7 @@ constraint-dependencies = [
"jsonschema-specifications==2025.9.1",
"jsonschema==4.26.0",
"keyring==25.7.0",
"kitconcept.core==2.0.0b3",
"kitconcept.core==2.0.0b4",
"kitconcept.voltolighttheme>=8.0.0a30",
"legacy-cgi==2.6.4",
"lockfile==0.12.2",
Expand Down Expand Up @@ -445,7 +445,7 @@ constraint-dependencies = [
"plone.event==3.0.0",
"plone.exportimport==2.0.1",
"plone.folder==5.0.0",
"plone.formblock>=1.0.0a2",
"plone.formblock>=1.0.0a3",
"plone.formwidget.autocomplete==2.0.0",
"plone.formwidget.namedfile==4.0.0",
"plone.formwidget.recurrence==4.0.0",
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 @@
2.0.0b3
2.0.0b4
6 changes: 3 additions & 3 deletions 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": "2.0.0b3"
"tag": "2.0.0b4"
},
"volto-banner-block": {
"develop": true,
Expand Down Expand Up @@ -126,7 +126,7 @@
"package": "@plone/volto-form-block",
"url": "git@github.com:plone/form-block.git",
"https": "https://github.com/plone/form-block.git",
"tag": "1.0.0-alpha.0"
"tag": "1.0.0-alpha.3"
},
"volto-solr": {
"develop": false,
Expand All @@ -145,4 +145,4 @@
"https": "https://github.com/kitconcept/volto-contact-block.git",
"tag": "1.0.0a6"
}
}
}
1 change: 1 addition & 0 deletions frontend/packages/kitconcept-intranet/news/454.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded @plone/volto-form-block to 1.0.0-alpha.3. @ericof
1 change: 1 addition & 0 deletions frontend/packages/kitconcept-intranet/news/454.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded to @kitconcept/core 2.0.0-beta.4. @ericof
2 changes: 1 addition & 1 deletion frontend/packages/kitconcept-intranet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@kitconcept/volto-light-theme": "workspace:*",
"@kitconcept/volto-contact-block": "workspace:*",
"@plone/components": "workspace:*",
"@plone/volto-form-block": "^1.0.0-alpha.0",
"@plone/volto-form-block": "^1.0.0-alpha.3",
"@plone-collective/volto-authomatic": "3.0.0-alpha.6",
"@plone-collective/volto-image-editor": "1.0.1",
"classnames": "2.5.1",
Expand Down
50 changes: 45 additions & 5 deletions frontend/pnpm-lock.yaml

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

Loading