Skip to content

Commit

Permalink
Release 17.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 28, 2024
1 parent cf25689 commit 08e1c6a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ myst:

<!-- towncrier release notes start -->

## 17.18.0 (2024-06-28)

### Feature

- Backport image widget to Volto 17 @dobri1408 [#6136](https://github.com/plone/volto/issues/6136)

## 17.17.0 (2024-06-27)

### Feature
Expand Down
6 changes: 6 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ myst:

<!-- towncrier release notes start -->

## 17.18.0 (2024-06-28)

### Feature

- Backport image widget to Volto 17 @dobri1408 [#6136](https://github.com/plone/volto/issues/6136)

## 17.17.0 (2024-06-27)

### Feature
Expand Down
1 change: 0 additions & 1 deletion news/6136.feature

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "17.17.0",
"version": "17.18.0",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "17.17.0",
"version": "17.18.0",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 2 additions & 0 deletions types/config/Widgets.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export namespace widgetMapping {
export { SelectAutoComplete as autocomplete };
export { ColorPickerWidget as color_picker };
export { SelectWidget as select };
export { ImageWidget as image };
}
export let vocabulary: {
'plone.app.vocabularies.Catalog': import("react").ForwardRefExoticComponent<Pick<import("react-intl").WithIntlProps<import("react-intl").WrappedComponentProps<string>>, string> & import("react").RefAttributes<import("react").ComponentType<import("react-intl").WrappedComponentProps<string>>>> & {
Expand Down Expand Up @@ -132,6 +133,7 @@ import SelectMetadataWidget from '@plone/volto/components/manage/Blocks/Search/w
import SelectAutoComplete from '@plone/volto/components/manage/Widgets/SelectAutoComplete';
import ColorPickerWidget from '@plone/volto/components/manage/Widgets/ColorPickerWidget';
import SelectWidget from '@plone/volto/components/manage/Widgets/SelectWidget';
import ImageWidget from '@plone/volto/components/manage/Widgets/ImageWidget';
import CheckboxWidget from '@plone/volto/components/manage/Widgets/CheckboxWidget';
import NumberWidget from '@plone/volto/components/manage/Widgets/NumberWidget';
import { getWidgetView } from '@plone/volto/helpers/Widget/widget';
Expand Down

0 comments on commit 08e1c6a

Please sign in to comment.