Skip to content

Commit 8a02b3f

Browse files
committed
chore: update data widget SP min version
1 parent 0c707e1 commit 8a02b3f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/modules/data-widgets/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated studio pro minimum version to 10.21 to support Mendix 11.
12+
913
## [2.30.5] DataWidgets - 2025-04-16
1014

1115
### [2.10.1] DatagridDropdownFilter

packages/modules/data-widgets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/data-widgets",
33
"moduleName": "Data Widgets",
4-
"version": "2.30.5",
4+
"version": "2.31.0",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,
@@ -27,13 +27,13 @@
2727
},
2828
"moduleFolderNameInModeler": "datawidgets",
2929
"marketplace": {
30-
"minimumMXVersion": "10.12.6.46815",
30+
"minimumMXVersion": "10.21.0.64362",
3131
"appNumber": 116540,
3232
"appName": "Data Widgets"
3333
},
3434
"testProject": {
3535
"githubUrl": "https://github.com/mendix/DataWidgets-module",
36-
"branchName": "main"
36+
"branchName": "mts/10.21"
3737
},
3838
"scripts": {
3939
"build:deps": "turbo run build --filter=data-widgets^...",

0 commit comments

Comments
 (0)