Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Feb 19, 2025
1 parent ee76f94 commit f538c50
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## [5.3.1](https://github.com/plone/mockup/compare/5.3.0...5.3.1) (2025-02-19)


### Bug Fixes


* **pat contentbrowser:** Fix 'inPath' check when path ids started with the same string ([fc88196](https://github.com/plone/mockup/commit/fc88196bae88821133a20b526030199d58d7fe02))


* **pat contentbrowser:** Fix browsing large folders with selectableTypes constraint activated ([da7f5f5](https://github.com/plone/mockup/commit/da7f5f5cdfe35f8b3c5a78b246d40e8cdac71bf8))



### Maintenance


* **bundle:** update dependencies ([9fe9527](https://github.com/plone/mockup/commit/9fe9527108c272ae6bf4f43de1d29b995bdabcc6))


* Upgrade to @patternslb/dev 3.7.2. ([#1434](https://github.com/plone/mockup/issues/1434)) ([afd8870](https://github.com/plone/mockup/commit/afd88700cdd02ce9e27cc1f8cad1fdf9ce14f688))

## [5.3.0](https://github.com/plone/mockup/compare/5.2.0...5.3.0) (2025-02-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/mockup",
"version": "5.3.0",
"version": "5.3.1",
"description": "A collection of client side patterns for faster and easier web development",
"license": "BSD-3-Clause",
"main": "./src/patterns.js",
Expand Down

0 comments on commit f538c50

Please sign in to comment.