Skip to content

Commit 70d079d

Browse files
authored
[UIA-1285] Release module v10.0.5 (#68)
1 parent 8db4fb5 commit 70d079d

File tree

8 files changed

+18
-0
lines changed

8 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [10.0.5] - 2025-10-13
10+
11+
### Fixed:
12+
- We increased the length of the ‘Name’ and ‘DisplayName’ attributes in the UnitTest entity, the ‘Module’ attribute in the TestSuite entity, and the ‘TestName’ attribute in the UnitTestContext entity to align with the maximum allowed lengths for module and microflow names in the platform. (#259822)
13+
914
## [10.0.4] - 2025-08-14
1015

1116
### Added:

dist/UnitTesting_10.0.5.mpk

3.42 MB
Binary file not shown.

src/UnitTesting.mpr

4 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import * as variables from "../../../theme/native/custom-variables";
2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '../../../theme/web/custom-variables';
2+

0 commit comments

Comments
 (0)