Skip to content

Commit

Permalink
Release 18.0.0-alpha.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 14, 2024
1 parent 2fa72d1 commit 0deb876
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
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 -->

## 18.0.0-alpha.20 (2024-03-14)

### Bugfix

- Add BBB code for removed WysiwygWidget @sneridagh [#5874](https://github.com/plone/volto/issues/5874)

## 18.0.0-alpha.19 (2024-03-14)

### Breaking
Expand Down
6 changes: 6 additions & 0 deletions packages/volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.20 (2024-03-14)

### Bugfix

- Add BBB code for removed WysiwygWidget @sneridagh [#5874](https://github.com/plone/volto/issues/5874)

## 18.0.0-alpha.19 (2024-03-14)

### Breaking
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/5874.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "18.0.0-alpha.19",
"version": "18.0.0-alpha.20",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export const WysiwygWidget: any;
export default Preloader;
declare function Preloader(props: any): import("react/jsx-runtime").JSX.Element;
export default HtmlSlateWidget;

0 comments on commit 0deb876

Please sign in to comment.