Skip to content

Commit

Permalink
Release 18.0.0-alpha.40
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 3, 2024
1 parent e352d82 commit 7137bd4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
14 changes: 14 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.40 (2024-07-03)

### Bugfix

- Fix aria-label of items that are `folderish` in ObjectBrowserNav component when performing item search. Previously it said `Select item.title` now `Browse item.title`. This brings it in line with the aria-label when not performing an item search. @sneridagh [#6150](https://github.com/plone/volto/issues/6150)

### Internal

- Automatically add a PLIP issue to the PLIP project board. @stevepiercy [#6134](https://github.com/plone/volto/issues/6134)

### Documentation

- Fix link to renamed `src/constants/Languages.cjs`. @stevepiercy [#6135](https://github.com/plone/volto/issues/6135)

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

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

<!-- towncrier release notes start -->

## 18.0.0-alpha.40 (2024-07-03)

### Bugfix

- Fix aria-label of items that are `folderish` in ObjectBrowserNav component when performing item search. Previously it said `Select item.title` now `Browse item.title`. This brings it in line with the aria-label when not performing an item search. @sneridagh [#6150](https://github.com/plone/volto/issues/6150)

### Internal

- Automatically add a PLIP issue to the PLIP project board. @stevepiercy [#6134](https://github.com/plone/volto/issues/6134)

### Documentation

- Fix link to renamed `src/constants/Languages.cjs`. @stevepiercy [#6135](https://github.com/plone/volto/issues/6135)

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

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/6134.internal

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/6150.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.39",
"version": "18.0.0-alpha.40",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down

0 comments on commit 7137bd4

Please sign in to comment.