Skip to content

Commit

Permalink
Upgrade to DevExtreme 24.2.5 (#923)
Browse files Browse the repository at this point in the history
* Upgrade to DevExtreme 24.2.4

* it's 24.2.5 time

* try unpin tooling version

* try update baseline screenshots
  • Loading branch information
VasilyStrelyaev authored Feb 20, 2025
1 parent 4fdf15f commit 9ebf014
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
const toolingVersionOptionName = 'tooling-version';
const defaultVersion = '5.0.1';

const extractToolingVersion = (commandOptions) => {
if(commandOptions && commandOptions[toolingVersionOptionName]) {
return `@${commandOptions[toolingVersionOptionName]}`;
}
return `@${defaultVersion}`;
return '';
};

module.exports = {
Expand Down
6 changes: 3 additions & 3 deletions packages/devextreme-cli/src/utility/latest-versions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const packageJson = require('../../package.json');
module.exports = {
'devextreme': '24.2.3',
'devextreme-react': '24.2.3',
'devextreme-vue': '24.2.3',
'devextreme': '24.2.5',
'devextreme-react': '24.2.5',
'devextreme-vue': '24.2.5',
'devextreme-cli': packageJson.version,
'devextreme-schematics': 'latest'
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dxversion": {
"type": "string",
"description": "The DevExtreme version",
"default": "24.2.3"
"default": "24.2.5"
},
"globalNgCliVersion": {
"type":"string",
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme-schematics/src/install/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dxversion": {
"type": "string",
"description": "The DevExtreme version",
"default": "24.2.3"
"default": "24.2.5"
},
"project": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions packages/devextreme-schematics/src/utility/latest-versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: implement
export const latestVersions = {
'devextreme': '24.2.3',
'devextreme-angular': '24.2.3',
'devextreme': '24.2.5',
'devextreme-angular': '24.2.5',
'devextreme-cli': 'latest'
};

0 comments on commit 9ebf014

Please sign in to comment.