@plone/volto 18.0.2 → 18.0.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.0.3 (2024-11-05)
21
+
22
+ ### Bugfix
23
+
24
+ - Fixed image generation because of a bug in the docker build with registry typings. @sneridagh [#6471](https://github.com/plone/volto/issues/6471)
25
+
20
26
  ## 18.0.2 (2024-11-05)
21
27
 
22
28
  ### Internal
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "18.0.2",
12
+ "version": "18.0.3",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -237,9 +237,9 @@
237
237
  "url": "^0.11.3",
238
238
  "use-deep-compare-effect": "1.8.1",
239
239
  "uuid": "^8.3.2",
240
- "@plone/registry": "2.1.1",
241
240
  "@plone/scripts": "3.8.1",
242
- "@plone/volto-slate": "18.0.0"
241
+ "@plone/volto-slate": "18.0.0",
242
+ "@plone/registry": "2.1.2"
243
243
  },
244
244
  "devDependencies": {
245
245
  "@babel/core": "^7.0.0",