diff --git a/CHANGES.md b/CHANGES.md index 8df102eb1..c1c82232f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,20 @@ +## [5.0.7](https://github.com/plone/mockup/compare/5.0.6...5.0.7) (2023-03-29) + + +### Bug Fixes + + +* **pat recurrence:** Various UI issues in recurrence modal. ([e71ae95](https://github.com/plone/mockup/commit/e71ae952dc2cb63041f08d595b477fabe1cf5c2f)) + + +### Maintenance + + +* Upgrade dependencies. ([7e51ac5](https://github.com/plone/mockup/commit/7e51ac56692f4b8c1b356f8dbb2f618f33b59f57)) + ## [5.0.6](https://github.com/plone/mockup/compare/5.0.5...5.0.6) (2023-03-21) diff --git a/package.json b/package.json index bf5272ede..495c887de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone/mockup", - "version": "5.0.6", + "version": "5.0.7", "description": "A collection of client side patterns for faster and easier web development", "license": "BSD-3-Clause", "main": "./src/patterns.js",