Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Dec 12, 2023
1 parent 4c07c5f commit ca6a50c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@



## [5.2.0-alpha.3](https://github.com/plone/mockup/compare/5.2.0-alpha.2...5.2.0-alpha.3) (2023-12-12)


### Bug Fixes


* **pat structure:** do not close filter popover when selecting query criterias (firefox) ([40c6b9e](https://github.com/plone/mockup/commit/40c6b9e9fb6163c92c402e215957c8a0530b9641))



### Maintenance


* fix CI setup ([f47e612](https://github.com/plone/mockup/commit/f47e612f6d849bc8f2e5096d0b39ba4b346b7810))


* upgrade dependencies ([a2c6eaf](https://github.com/plone/mockup/commit/a2c6eaf109a027b6cf70dbc78872718cbe104431))

## [5.2.0-alpha.2](https://github.com/plone/mockup/compare/5.2.0-alpha.1...5.2.0-alpha.2) (2023-10-31)


Expand Down Expand Up @@ -1171,4 +1189,4 @@ This can be provided by an external bundle.

* Remove Mockup's ``pat-eventedit``, which was unused. Instead use Patternslib' ``pat-date-picker``, ``pat-depends`` and ``pat-validation``.

* Restructure searchbox markup for mobile navigation as offcanvas sidebar.
* Restructure searchbox markup for mobile navigation as offcanvas sidebar.
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.2.0-alpha.2",
"version": "5.2.0-alpha.3",
"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 ca6a50c

Please sign in to comment.