We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa97acf + 00a8a69 commit 9fd97bfCopy full SHA for 9fd97bf
CHANGES.md
@@ -12,6 +12,12 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"
12
13
<!-- towncrier release notes start -->
14
15
+## cylc-ui-2.6.0 (Released 2024-10-09)
16
+
17
+### 🚀 Enhancements
18
19
+[#1888](https://github.com/cylc/cylc-ui/pull/1888) - Increased the width of the Edit Runtime dialog.
20
21
## cylc-ui-2.5.0 (Released 2024-06-18)
22
23
### 🚀 Enhancements
changes.d/1888.feat.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cylc-ui",
3
- "version": "2.5.0",
+ "version": "2.6.0",
4
"private": true,
5
"license": "GPL-3.0-only",
6
"type": "module",
0 commit comments