Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 21, 2022
1 parent 3cf54c7 commit 5c2ee9e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@



## [5.0.0-alpha.22](https://github.com/plone/mockup/compare/5.0.0-alpha.21...5.0.0-alpha.22) (2022-09-21)


### Bug Fixes


* **pat relateditems:** Fix initialization of ordering for pre-populated items. Fixes: [#1205](https://github.com/plone/mockup/issues/1205). ([ae42f40](https://github.com/plone/mockup/commit/ae42f40a9758b884f4d4f652fc4e5b7ee3a47110))Co-authored-by: Johannes Raggam <[email protected]>
Co-authored-by: Maurits van Rees <[email protected]>

* **pat select2:** Fix initialization of ordering for pre-populated items. Fixes: [#1205](https://github.com/plone/mockup/issues/1205). ([0ddcb5b](https://github.com/plone/mockup/commit/0ddcb5b9b4a89149228e59f82b791622663c5db1))Co-authored-by: Johannes Raggam <[email protected]>
Co-authored-by: Maurits van Rees <[email protected]>

* **pat-select2:** load language files ([b172397](https://github.com/plone/mockup/commit/b17239731260388c0a093ca5bc4c709faa48576c))

* **pat-tinymce:** set the language in tiny options ([ba6e749](https://github.com/plone/mockup/commit/ba6e749f6e8000f6df210f9103d07aba69ff8885))


### Maintenance


* **Build:** upgrade Bootstrap to 5.2.1 ([73afbcc](https://github.com/plone/mockup/commit/73afbcc05dbf084ff392d3dcc7b3086bf27e5357))

## [5.0.0-alpha.21](https://github.com/plone/mockup/compare/5.0.0-alpha.20...5.0.0-alpha.21) (2022-08-11)


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.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"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 5c2ee9e

Please sign in to comment.