Skip to content

Commit b7358bd

Browse files
authored
Merge pull request #12 from kitconcept/core2a5
Update to core 2a5
2 parents 7f56758 + 34b2cb2 commit b7358bd

File tree

9 files changed

+93
-38
lines changed

9 files changed

+93
-38
lines changed

backend/news/+core2a5.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update to core 2a5:
2+
https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a5 @sneridagh

backend/pyproject.toml

Lines changed: 6 additions & 6 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==2.0.0a4",
28+
"kitconcept.core==2.0.0a5",
2929
"plone.api",
3030
"plone.distribution",
3131
"plone.restapi",
@@ -285,8 +285,8 @@ constraint-dependencies = [
285285
"jsonschema-specifications==2025.9.1",
286286
"jsonschema==4.24.0",
287287
"keyring==25.6.0",
288-
"kitconcept.core==2.0.0a4",
289-
"kitconcept.voltolighttheme>=8.0.0a8",
288+
"kitconcept.core==2.0.0a5",
289+
"kitconcept.voltolighttheme>=8.0.0a9",
290290
"legacy-cgi==2.6.2",
291291
"lockfile==0.12.2",
292292
"lxml-html-clean==0.4.2",
@@ -312,7 +312,7 @@ constraint-dependencies = [
312312
"orderedmultidict==1.0.1",
313313
"outcome==1.3.0post0",
314314
"overrides==7.7.0",
315-
"packaging==24.2",
315+
"packaging==25.0",
316316
"pas.plugins.authomatic==2.0.0",
317317
"pas.plugins.keycloakgroups==1.0.0b1",
318318
"pas.plugins.oidc==2.0.0",
@@ -571,13 +571,13 @@ constraint-dependencies = [
571571
"z3c.formwidget.query==3.0",
572572
"z3c.jbot==3.1",
573573
"z3c.objpath==3.0",
574-
"z3c.pt==5.0",
574+
"z3c.pt==5.1",
575575
"z3c.relationfield==3.0",
576576
"z3c.unconfigure==3.0",
577577
"z3c.zcmlhook==3.0",
578578
"zc.buildout==4.1.12",
579579
"zc.lockfile==3.0.post1",
580-
"zc.recipe.egg===3.0.0",
580+
"zc.recipe.egg==3.0.0",
581581
"zc.recipe.testrunner==3.2",
582582
"zc.relation==2.1",
583583
"ZConfig==4.2",

backend/uv.lock

Lines changed: 18 additions & 18 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-
2.0.0a4
1+
2.0.0a5

frontend/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ acceptance
55
*.json
66
packages/volto-light-theme
77
packages/volto-form-block
8+
packages/volto-calendar-block

frontend/mrs.developer.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package": "@plone/volto",
55
"url": "[email protected]:plone/volto.git",
66
"https": "https://github.com/plone/volto.git",
7-
"tag": "19.0.0-alpha.18",
7+
"tag": "19.0.0-alpha.19",
88
"filterBlobs": true
99
},
1010
"volto-light-theme": {
@@ -13,7 +13,7 @@
1313
"package": "@kitconcept/volto-light-theme",
1414
"url": "[email protected]:kitconcept/volto-light-theme.git",
1515
"https": "https://github.com/kitconcept/volto-light-theme.git",
16-
"tag": "8.0.0a8",
16+
"tag": "8.0.0a9",
1717
"filterBlobs": true
1818
},
1919
"kitconcept-core": {
@@ -22,7 +22,7 @@
2222
"package": "@kitconcept/core",
2323
"url": "[email protected]:kitconcept/kitconcept-core.git",
2424
"https": "https://github.com/kitconcept/kitconcept-core.git",
25-
"tag": "2.0.0a4"
25+
"tag": "2.0.0a5"
2626
},
2727
"volto-banner-block": {
2828
"develop": true,
@@ -48,6 +48,14 @@
4848
"https": "https://github.com/kitconcept/volto-button-block.git",
4949
"tag": "5.0.0-alpha.0"
5050
},
51+
"volto-calendar-block": {
52+
"develop": true,
53+
"output": "packages",
54+
"package": "@kitconcept/volto-calendar-block",
55+
"url": "[email protected]:kitconcept/volto-calendar-block.git",
56+
"https": "https://github.com/kitconcept/volto-calendar-block.git",
57+
"tag": "1.0.0-alpha.3"
58+
},
5159
"volto-carousel-block": {
5260
"develop": true,
5361
"output": "packages",
@@ -78,15 +86,15 @@
7886
"package": "@kitconcept/volto-highlight-block",
7987
"url": "[email protected]:kitconcept/volto-highlight-block.git",
8088
"https": "https://github.com/kitconcept/volto-highlight-block.git",
81-
"tag": "4.5.0"
89+
"tag": "4.5.1"
8290
},
8391
"volto-introduction-block": {
8492
"develop": true,
8593
"output": "packages",
8694
"package": "@kitconcept/volto-introduction-block",
8795
"url": "[email protected]:kitconcept/volto-introduction-block.git",
8896
"https": "https://github.com/kitconcept/volto-introduction-block.git",
89-
"tag": "1.1.0"
97+
"tag": "1.2.0"
9098
},
9199
"volto-logos-block": {
92100
"develop": true,
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update to core 2a5:
2+
https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a5 @sneridagh

frontend/packages/kitconcept-website/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@kitconcept/volto-banner-block",
4848
"@kitconcept/volto-bm3-compat",
4949
"@kitconcept/volto-button-block",
50+
"@kitconcept/volto-calendar-block",
5051
"@kitconcept/volto-carousel-block",
5152
"@kitconcept/volto-dsgvo-banner",
5253
"@kitconcept/volto-heading-block",
@@ -67,6 +68,7 @@
6768
"@kitconcept/volto-banner-block": "workspace:*",
6869
"@kitconcept/volto-bm3-compat": "workspace:*",
6970
"@kitconcept/volto-button-block": "workspace:*",
71+
"@kitconcept/volto-calendar-block": "workspace:*",
7072
"@kitconcept/volto-carousel-block": "workspace:*",
7173
"@kitconcept/volto-dsgvo-banner": "workspace:*",
7274
"@kitconcept/volto-heading-block": "workspace:*",

frontend/pnpm-lock.yaml

Lines changed: 48 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)