@plone/volto 18.15.0 → 18.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.15.1 (2025-04-30)
21
+
22
+ ### Internal
23
+
24
+ - Rereleasing due to a new patch release (`1.4.3`) in `@plone/types`. @sneridagh
25
+
20
26
  ## 18.15.0 (2025-04-30)
21
27
 
22
28
  ### Feature
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "18.15.0",
12
+ "version": "18.15.1",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -363,7 +363,7 @@
363
363
  "webpack-dev-server": "4.11.1",
364
364
  "webpack-node-externals": "3.0.0",
365
365
  "why": "0.6.2",
366
- "@plone/types": "1.4.2",
366
+ "@plone/types": "1.4.3",
367
367
  "@plone/volto-coresandbox": "1.0.0"
368
368
  },
369
369
  "volta": {