@plone/volto 18.0.1 → 18.0.2

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.0.2 (2024-11-05)
21
+
22
+ ### Internal
23
+
24
+ - Fix missing export src in @plone/components Also improve packaging in packages. @sneridagh [#6470](https://github.com/plone/volto/issues/6470)
25
+
20
26
  ## 18.0.1 (2024-11-05)
21
27
 
22
28
  ### Bugfix
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "18.0.1",
12
+ "version": "18.0.2",
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.0",
241
- "@plone/volto-slate": "18.0.0",
242
- "@plone/scripts": "3.8.0"
240
+ "@plone/registry": "2.1.1",
241
+ "@plone/scripts": "3.8.1",
242
+ "@plone/volto-slate": "18.0.0"
243
243
  },
244
244
  "devDependencies": {
245
245
  "@babel/core": "^7.0.0",