We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eccd5 commit 031cd24Copy full SHA for 031cd24
2 files changed
packages/pluggableWidgets/popup-menu-web/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mendix/popup-menu-web",
3
"widgetName": "PopupMenu",
4
- "version": "4.3.0",
+ "version": "4.3.1",
5
"description": "Popup Menu widget for displaying a list of actions in a popup.",
6
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
7
"license": "Apache-2.0",
packages/pluggableWidgets/popup-menu-web/src/package.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
- <clientModule name="PopupMenu" version="4.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="PopupMenu" version="4.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="PopupMenu.xml" />
</widgetFiles>
0 commit comments