Skip to content

Commit

Permalink
Release 18.0.0-alpha.39
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 28, 2024
1 parent 07bb1dc commit ca3c293
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.39 (2024-06-28)

### Bugfix

- Cleanup Image widget and pass down onSelectItem prop if any @sneridagh [#6132](https://github.com/plone/volto/issues/6132)
- Whitelist some dynamic imports to suppress vite warnings in storybook @tomschall [#6133](https://github.com/plone/volto/issues/6133)

## 18.0.0-alpha.38 (2024-06-28)

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

<!-- towncrier release notes start -->

## 18.0.0-alpha.39 (2024-06-28)

### Bugfix

- Cleanup Image widget and pass down onSelectItem prop if any @sneridagh [#6132](https://github.com/plone/volto/issues/6132)
- Whitelist some dynamic imports to suppress vite warnings in storybook @tomschall [#6133](https://github.com/plone/volto/issues/6133)

## 18.0.0-alpha.38 (2024-06-28)

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6133.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.38",
"version": "18.0.0-alpha.39",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const _default: any;
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element;
export default _default;

0 comments on commit ca3c293

Please sign in to comment.