Skip to content

Commit

Permalink
Release 18.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 19, 2024
1 parent e1b495c commit 9e5edf1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 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.0.0-alpha.22 (2024-03-19)

### Bugfix

- Correctly sort facet values if they are numbers @erral [#5864](https://github.com/plone/volto/issues/5864)
- Cross-package manager Volto path resolver in `webpack-relative-resolver` @sneridagh [#5893](https://github.com/plone/volto/issues/5893)

### Documentation

- `Volto 18.0.0-alpha.21` and `volto-update-deps` documentation @sneridagh [#5892](https://github.com/plone/volto/issues/5892)

## 18.0.0-alpha.21 (2024-03-18)

### Breaking
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.0.0-alpha.22 (2024-03-19)

### Bugfix

- Correctly sort facet values if they are numbers @erral [#5864](https://github.com/plone/volto/issues/5864)
- Cross-package manager Volto path resolver in `webpack-relative-resolver` @sneridagh [#5893](https://github.com/plone/volto/issues/5893)

### Documentation

- `Volto 18.0.0-alpha.21` and `volto-update-deps` documentation @sneridagh [#5892](https://github.com/plone/volto/issues/5892)

## 18.0.0-alpha.21 (2024-03-18)

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5892.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5893.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.21",
"version": "18.0.0-alpha.22",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export function sortFacetChoices(choices: any): any;
export default Facets;
declare function Facets(props: any): import("react/jsx-runtime").JSX.Element;

0 comments on commit 9e5edf1

Please sign in to comment.