@plone/volto 17.11.4 → 17.11.5
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 +10 -0
- package/package.json +2 -2
- package/packages/volto-slate/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,16 @@ myst:
|
|
|
17
17
|
|
|
18
18
|
<!-- towncrier release notes start -->
|
|
19
19
|
|
|
20
|
+
## 17.11.5 (2024-01-26)
|
|
21
|
+
|
|
22
|
+
### Bugfix
|
|
23
|
+
|
|
24
|
+
- handle addons that have not been migrated to the new structure of po files @erral [#5704](https://github.com/plone/volto/issues/5704)
|
|
25
|
+
|
|
26
|
+
### Internal
|
|
27
|
+
|
|
28
|
+
- Upgrade to @plone/scripts 3.3.2 @sneridagh [#5706](https://github.com/plone/volto/issues/5706)
|
|
29
|
+
|
|
20
30
|
## 17.11.4 (2024-01-25)
|
|
21
31
|
|
|
22
32
|
### Bugfix
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "17.11.
|
|
12
|
+
"version": "17.11.5",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git@github.com:plone/volto.git"
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"@loadable/component": "5.14.1",
|
|
248
248
|
"@loadable/server": "5.14.0",
|
|
249
249
|
"@loadable/webpack-plugin": "5.15.2",
|
|
250
|
-
"@plone/scripts": "^3.3.
|
|
250
|
+
"@plone/scripts": "^3.3.2",
|
|
251
251
|
"@testing-library/cypress": "9.0.0",
|
|
252
252
|
"@testing-library/jest-dom": "5.16.4",
|
|
253
253
|
"@testing-library/react": "12.1.5",
|