@plone/volto 18.11.0 → 18.11.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 +4 -4
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.11.1 (2025-04-07)
21
+
22
+ ### Bugfix
23
+
24
+ - Fixed regression on brown bag minor version of `@storybook/addon-webpack5-compiler-babel`. @sneridagh [#6930](https://github.com/plone/volto/issues/6930)
25
+
20
26
  ## 18.11.0 (2025-03-31)
21
27
 
22
28
  ### Feature
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "18.11.0",
12
+ "version": "18.11.1",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -236,9 +236,9 @@
236
236
  "url": "^0.11.3",
237
237
  "use-deep-compare-effect": "1.8.1",
238
238
  "uuid": "^8.3.2",
239
- "@plone/registry": "2.5.0",
240
239
  "@plone/volto-slate": "18.2.3",
241
- "@plone/scripts": "3.9.0"
240
+ "@plone/scripts": "3.9.0",
241
+ "@plone/registry": "2.5.0"
242
242
  },
243
243
  "devDependencies": {
244
244
  "@babel/core": "^7.0.0",
@@ -264,7 +264,7 @@
264
264
  "@storybook/addon-docs": "^8.0.4",
265
265
  "@storybook/addon-essentials": "^8.0.4",
266
266
  "@storybook/addon-links": "^8.0.4",
267
- "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
267
+ "@storybook/addon-webpack5-compiler-babel": "3.0.3",
268
268
  "@storybook/react": "^8.0.4",
269
269
  "@storybook/react-webpack5": "^8.0.4",
270
270
  "@storybook/theming": "^8.0.4",