Skip to content

Commit ec9d4ba

Browse files
committed
performed build for 2.4.0 - release candidate for final testing
1 parent 756205b commit ec9d4ba

27 files changed

+154
-161
lines changed

deploy/wtDeployVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

deploy/wtPackageRelease.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727

2828
%% Run unit tests
29-
% [testSuite, testResult] = runTestSuite;
30-
% if ~all([testResult.Passed])
31-
% error("Unit tests failed. Aborting package release.");
32-
% end
29+
[testSuite, testResult] = runTestSuite;
30+
if ~all([testResult.Passed])
31+
error("Unit tests failed. Aborting package release.");
32+
end
3333

3434

3535
%% Publish doc_input as html
@@ -87,4 +87,4 @@
8787

8888
% Increment the last part of the version number in wtDeployVersion.txt for
8989
% the next release
90-
% wt.deploy.incrementVersionNumber();
90+
wt.deploy.incrementVersionNumber();
2.74 MB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="Widgets Toolbox 2.4.0.mltbx" type="File"/>

widgets/doc/AdvancedAppZooHierarchyExample.html

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

widgets/doc/ButtonGridExample.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

widgets/doc/CheckboxListExample.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

widgets/doc/ColorSelectorExample.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

widgets/doc/ContextualViewExample.html

Lines changed: 18 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)