@plone/volto 17.12.0 → 17.12.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.
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 17.12.1 (2024-02-06)
21
+
22
+ ### Bugfix
23
+
24
+ - Move @types/uuid as a direct dependency (for projects) @sneridagh [#0](https://github.com/plone/volto/issues/0)
25
+
20
26
  ## 17.12.0 (2024-02-05)
21
27
 
22
28
  ### Feature
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "17.12.0",
12
+ "version": "17.12.1",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -252,6 +252,7 @@
252
252
  "@testing-library/jest-dom": "5.16.4",
253
253
  "@testing-library/react": "12.1.5",
254
254
  "@testing-library/react-hooks": "8.0.1",
255
+ "@types/uuid": "9.0.8",
255
256
  "autoprefixer": "10.4.8",
256
257
  "axe-core": "4.4.2",
257
258
  "babel-plugin-add-module-exports": "0.2.1",
@@ -419,7 +420,6 @@
419
420
  "@storybook/manager-webpack5": "^6.5.15",
420
421
  "@storybook/react": "^6.5.15",
421
422
  "@types/react-test-renderer": "18.0.1",
422
- "@types/uuid": "9.0.8",
423
423
  "@typescript-eslint/eslint-plugin": "6.7.0",
424
424
  "@typescript-eslint/parser": "6.7.0",
425
425
  "babel-loader": "9.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plone/volto-slate",
3
- "version": "17.12.0",
3
+ "version": "17.12.1",
4
4
  "description": "Slate.js integration with Volto",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",