From c79ed9fb1aa2dd772c57da88315d1123e6358f20 Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Wed, 23 Oct 2024 17:08:34 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ee7e6f76d..762109280 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,14 @@ +## [5.2.0-alpha.16](https://github.com/plone/mockup/compare/5.2.0-alpha.15...5.2.0-alpha.16) (2024-10-23) + + +### Bug Fixes + + +* **pat contentbrowser:** Followup for path fix: set the rootPath if nothing is given. ([91a1a03](https://github.com/plone/mockup/commit/91a1a0314557c0c2791067532eacaa29803ae44e)) + ## [5.2.0-alpha.15](https://github.com/plone/mockup/compare/5.2.0-alpha.13...5.2.0-alpha.15) (2024-10-23) diff --git a/package.json b/package.json index af6e55083..2e115413c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone/mockup", - "version": "5.2.0-alpha.15", + "version": "5.2.0-alpha.16", "description": "A collection of client side patterns for faster and easier web development", "license": "BSD-3-Clause", "main": "./src/patterns.js",