diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 040f15972a..791e5af741 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,23 @@ myst: +## 18.1.2 (2024-12-05) + +### Bugfix + +- Remove `not ie 11` from browserslist configuration, because it is now included in `not dead`. @stevepiercy [#6501](https://github.com/plone/volto/issues/6501) +- Fix warnings related to `snapshot.managedPaths` on startup. @davisagli [#6511](https://github.com/plone/volto/issues/6511) + +### Internal + +- Add Accessibility acceptance tests for content types. @ana-oprea @ichim-david [#6339](https://github.com/plone/volto/issues/6339) +- Fixed the `README.md` for Volto core when releasing to npm registry: copy it from the root of the monorepo on release. @sneridagh [#6510](https://github.com/plone/volto/issues/6510) + +### Documentation + +- Add new Volto trainings to tutorials. @stevepiercy [#6499](https://github.com/plone/volto/issues/6499) +- `html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy [#6502](https://github.com/plone/volto/issues/6502) + ## 18.1.1 (2024-11-21) ### Bugfix diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index 040f15972a..791e5af741 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,23 @@ myst: +## 18.1.2 (2024-12-05) + +### Bugfix + +- Remove `not ie 11` from browserslist configuration, because it is now included in `not dead`. @stevepiercy [#6501](https://github.com/plone/volto/issues/6501) +- Fix warnings related to `snapshot.managedPaths` on startup. @davisagli [#6511](https://github.com/plone/volto/issues/6511) + +### Internal + +- Add Accessibility acceptance tests for content types. @ana-oprea @ichim-david [#6339](https://github.com/plone/volto/issues/6339) +- Fixed the `README.md` for Volto core when releasing to npm registry: copy it from the root of the monorepo on release. @sneridagh [#6510](https://github.com/plone/volto/issues/6510) + +### Documentation + +- Add new Volto trainings to tutorials. @stevepiercy [#6499](https://github.com/plone/volto/issues/6499) +- `html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy [#6502](https://github.com/plone/volto/issues/6502) + ## 18.1.1 (2024-11-21) ### Bugfix diff --git a/packages/volto/news/6339.internal b/packages/volto/news/6339.internal deleted file mode 100644 index 972df6ac4d..0000000000 --- a/packages/volto/news/6339.internal +++ /dev/null @@ -1 +0,0 @@ -Add Accessibility acceptance tests for content types. @ana-oprea @ichim-david diff --git a/packages/volto/news/6499.documentation b/packages/volto/news/6499.documentation deleted file mode 100644 index 30b4d41068..0000000000 --- a/packages/volto/news/6499.documentation +++ /dev/null @@ -1 +0,0 @@ -Add new Volto trainings to tutorials. @stevepiercy diff --git a/packages/volto/news/6501.bugfix b/packages/volto/news/6501.bugfix deleted file mode 100644 index 90818d36c8..0000000000 --- a/packages/volto/news/6501.bugfix +++ /dev/null @@ -1 +0,0 @@ -Remove `not ie 11` from browserslist configuration, because it is now included in `not dead`. @stevepiercy diff --git a/packages/volto/news/6502.documentation b/packages/volto/news/6502.documentation deleted file mode 100644 index d46a5b6816..0000000000 --- a/packages/volto/news/6502.documentation +++ /dev/null @@ -1 +0,0 @@ -`html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy diff --git a/packages/volto/news/6510.internal b/packages/volto/news/6510.internal deleted file mode 100644 index 3404ee809c..0000000000 --- a/packages/volto/news/6510.internal +++ /dev/null @@ -1 +0,0 @@ -Fixed the `README.md` for Volto core when releasing to npm registry: copy it from the root of the monorepo on release. @sneridagh diff --git a/packages/volto/news/6511.bugfix b/packages/volto/news/6511.bugfix deleted file mode 100644 index cd5dccfb9e..0000000000 --- a/packages/volto/news/6511.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix warnings related to `snapshot.managedPaths` on startup. @davisagli diff --git a/packages/volto/package.json b/packages/volto/package.json index 8e002cf546..dbca426284 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.1.1", + "version": "18.1.2", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"