Skip to content

Commit

Permalink
Release 18.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 9, 2024
1 parent d5f0c51 commit 6384312
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
11 changes: 11 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ myst:

<!-- towncrier release notes start -->

## 18.2.1 (2024-12-09)

### Bugfix

- Fixes ICS download in non-public event content. @sneridagh [#6515](https://github.com/plone/volto/issues/6515)
- Fixed circular import error in dev with HMR in `App` component when imported in the main default config. @sneridagh [#6524](https://github.com/plone/volto/issues/6524)

### Internal

- Fix extension in files containing JSX. @sneridagh [#6520](https://github.com/plone/volto/issues/6520)

## 18.2.0 (2024-12-08)

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

<!-- towncrier release notes start -->

## 18.2.1 (2024-12-09)

### Bugfix

- Fixes ICS download in non-public event content. @sneridagh [#6515](https://github.com/plone/volto/issues/6515)
- Fixed circular import error in dev with HMR in `App` component when imported in the main default config. @sneridagh [#6524](https://github.com/plone/volto/issues/6524)

### Internal

- Fix extension in files containing JSX. @sneridagh [#6520](https://github.com/plone/volto/issues/6520)

## 18.2.0 (2024-12-08)

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6520.internal

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6524.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.2.0",
"version": "18.2.1",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
15 changes: 1 addition & 14 deletions packages/volto/types/config/Components.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
export namespace components {
namespace PreviewImage {
export { PreviewImage as component };
}
namespace App {
export { App as component };
}
namespace Image {
export { Image as component };
}
}
import PreviewImage_1 from '@plone/volto/components/theme/PreviewImage/PreviewImage';
import App_1 from '@plone/volto/components/theme/App/App';
import Image_1 from '@plone/volto/components/theme/Image/Image';
export function installDefaultComponents(config: any): any;

0 comments on commit 6384312

Please sign in to comment.