Skip to content

Commit

Permalink
Release 17.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 10, 2024
1 parent 9b5da71 commit a294573
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ myst:

<!-- towncrier release notes start -->

## 17.18.2 (2024-07-10)

### Bugfix

- Return a redirect response from Volto server-side rendering if the API request was redirected. @JeffersonBledsoe @mamico [#4854](https://github.com/plone/volto/issues/4854)

## 17.18.1 (2024-06-29)

### Bugfix
Expand Down
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 -->

## 17.18.2 (2024-07-10)

### Bugfix

- Return a redirect response from Volto server-side rendering if the API request was redirected. @JeffersonBledsoe @mamico [#4854](https://github.com/plone/volto/issues/4854)

## 17.18.1 (2024-06-29)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion news/4854.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "17.18.1",
"version": "17.18.2",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "17.18.1",
"version": "17.18.2",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit a294573

Please sign in to comment.