@plone/volto 18.9.0 → 18.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -17,6 +17,20 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.9.1 (2025-02-20)
21
+
22
+ ### Bugfix
23
+
24
+ - Fix load more comments link. @sneridagh [#6759](https://github.com/plone/volto/issues/6759)
25
+
26
+ ### Internal
27
+
28
+ - Move Seven to its own branch. @sneridagh [#6769](https://github.com/plone/volto/issues/6769)
29
+
30
+ ### Documentation
31
+
32
+ - Fix reference to `link.svg` and include of `_inc/_install-browser-reqs-volto.md`. @stevepiercy [#6760](https://github.com/plone/volto/issues/6760)
33
+
20
34
  ## 18.9.0 (2025-02-17)
21
35
 
22
36
  ### Feature
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "18.9.0",
12
+ "version": "18.9.1",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -147,7 +147,7 @@ const Comments = (props) => {
147
147
  };
148
148
 
149
149
  const loadMoreComments = () => {
150
- dispatch(listMoreComments(next));
150
+ dispatch(listMoreComments(flattenToAppURL(next)));
151
151
  };
152
152
 
153
153
  const onDelete = (value) => {