Skip to content

Commit 9a173d2

Browse files
committed
chore: update min mx version to 9.24.26 and update test app branch
1 parent ca91227 commit 9a173d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/jsActions/mobile-resources-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "9.24.1.4658",
12+
"minimumMXVersion": "9.24.26.42913",
1313
"marketplaceId": 109513
1414
},
1515
"testProject": {
1616
"githubUrl": "https://github.com/mendix/native-mobile-resources",
17-
"branchName": "lts/mx/9.24"
17+
"branchName": "mx/9.24.x"
1818
},
1919
"scripts": {
2020
"prestart": "rimraf ./dist/tsc",
@@ -53,4 +53,4 @@
5353
"rimraf": "^2.7.1",
5454
"rollup": "^2.68.0"
5555
}
56-
}
56+
}

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "9.24.1.4658",
12+
"minimumMXVersion": "9.24.26.42913",
1313
"marketplaceId": 109515
1414
},
1515
"testProject": {
1616
"githubUrl": "https://github.com/mendix/native-mobile-resources",
17-
"branchName": "lts/mx/9.24"
17+
"branchName": "mx/9.24.x"
1818
},
1919
"scripts": {
2020
"start": "rollup --config ../../../configs/jsactions/rollup.config.js --watch --configProject nanoflowcommons",

0 commit comments

Comments
 (0)