Skip to content

Commit 7835515

Browse files
committed
chore(tooltip-web): bump version to 1.5.0
1 parent b303f3d commit 7835515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pluggableWidgets/tooltip-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/tooltip-web",
33
"widgetName": "Tooltip",
4-
"version": "1.4.2",
4+
"version": "1.5.0",
55
"description": "Shows a value inside a colored tooltip or label",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/tooltip-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Tooltip" version="1.4.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Tooltip" version="1.5.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Tooltip.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)