diff --git a/CHANGES.md b/CHANGES.md index e5a64aae8..6a48e8745 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,24 @@ +## [5.1.6](https://github.com/plone/mockup/compare/5.1.5...5.1.6) (2023-10-24) + + +### Bug Fixes + + +* **pat relateditems:** Do not auto-close upload dropdown when clicking "browse" button. ([579c669](https://github.com/plone/mockup/commit/579c669543c196584eb12d234d05bb200b567675)) + + +* **pat relateditems:** Fix styling when inside a modal. ([eda8afa](https://github.com/plone/mockup/commit/eda8afab88040feed10b13222073f72ef4f702ac)) + + + +### Maintenance + + +* update dependencies ([b5d9598](https://github.com/plone/mockup/commit/b5d95989f8081e940e64c869b29affc5cfd130a8)) + ## 5.1.5 (2023-09-19) diff --git a/package.json b/package.json index 583ea4ebf..f1d3c4560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone/mockup", - "version": "5.1.5", + "version": "5.1.6", "description": "A collection of client side patterns for faster and easier web development", "license": "BSD-3-Clause", "main": "./src/patterns.js",