We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312f75d commit edd0cc5Copy full SHA for edd0cc5
packages/pluggableWidgets/rich-text-web/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mendix/rich-text-web",
3
"widgetName": "RichText",
4
- "version": "4.3.0",
+ "version": "4.4.0",
5
"description": "Rich inline or toolbar text editing",
6
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
7
"repository": {
packages/pluggableWidgets/rich-text-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="RichText" version="4.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="RichText" version="4.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="RichText.xml" />
</widgetFiles>
0 commit comments