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/73.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade kitconcept.core to version 2.0.0b4 and plone.formblock to 1.0.0a3 @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.distribution",
"plone.restapi",
Expand Down Expand Up @@ -348,7 +348,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 @@ -439,7 +439,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
201 changes: 0 additions & 201 deletions frontend/cypress/tests/core/blocks/blocks-teaser.cy.js

This file was deleted.

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 @@ -134,7 +134,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 @@ -153,4 +153,4 @@
"https": "https://github.com/kitconcept/volto-contact-block.git",
"tag": "1.0.0a5"
}
}
}
1 change: 1 addition & 0 deletions frontend/packages/kitconcept-website/news/73.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade @plone/volto-form-block to version 1.0.0-alpha.3 @ericof
1 change: 1 addition & 0 deletions frontend/packages/kitconcept-website/news/73.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade to @kitconcept/core 2.0.0-beta.4 @ericof
2 changes: 1 addition & 1 deletion frontend/packages/kitconcept-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@kitconcept/volto-separator-block": "workspace:*",
"@kitconcept/volto-slider-block": "workspace:*",
"@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
"@plone/volto-form-block": "^1.0.0-alpha.0",
"@plone/volto-form-block": "^1.0.0-alpha.3",
"@plone-collective/volto-image-editor": "1.0.1"
},
"volto_version": "19.1.5"
Expand Down
Loading
Loading