-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to DevExtreme 24.2.4 * it's 24.2.5 time * try unpin tooling version * try update baseline screenshots
- Loading branch information
1 parent
4fdf15f
commit 9ebf014
Showing
17 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
packages/devextreme-cli/src/utility/extract-tooling-version.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |
Binary file modified
BIN
-167 Bytes
(100%)
...tests__/__image_snapshots__/side-nav-inner-toolbar-generic-large-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-45 Bytes
(100%)
...tests__/__image_snapshots__/side-nav-inner-toolbar-generic-small-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-43 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-inner-toolbar-generic-xsmall-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+110 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-inner-toolbar-material-large-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+132 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-inner-toolbar-material-small-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+49 Bytes
(100%)
...sts__/__image_snapshots__/side-nav-inner-toolbar-material-xsmall-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-167 Bytes
(100%)
...tests__/__image_snapshots__/side-nav-outer-toolbar-generic-large-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-42 Bytes
(100%)
...tests__/__image_snapshots__/side-nav-outer-toolbar-generic-small-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-42 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-outer-toolbar-generic-xsmall-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+111 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-outer-toolbar-material-large-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+128 Bytes
(100%)
...ests__/__image_snapshots__/side-nav-outer-toolbar-material-small-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+49 Bytes
(100%)
...sts__/__image_snapshots__/side-nav-outer-toolbar-material-xsmall-tasks-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/devextreme-schematics/src/utility/latest-versions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |