Skip to content

Commit 375f5e6

Browse files
authored
Merge pull request #6322 from FlowFuse/release-2.24.1
Release 2.24.1
2 parents 6755d2c + 83a92db commit 375f5e6

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 2.24.1: Release
2+
3+
- Add Scheduled Maintenance pill to Overview (#6320) @hardillb
4+
- Expert api v4 and flow examples UI (#6310) @cstns
5+
- Ensure Instance object has Team when updating Stacks (#6317) @hardillb
6+
- Fix checkbox for hour '6' in TeamTypeEditDialog (#6314) @knolleary
7+
- fix(expert): drop message mid-flight (#6301) @cstns
8+
19
#### 2.24.0: Release
210

311
- Enable expert feature on pre-staging (#6273)

package-lock.json

Lines changed: 28 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/flowfuse",
3-
"version": "2.24.0",
3+
"version": "2.24.1",
44
"description": "An open source low-code development platform",
55
"homepage": "https://flowfuse.com",
66
"bugs": {
@@ -67,7 +67,7 @@
6767
"@fastify/swagger": "^8.10.1",
6868
"@fastify/swagger-ui": "^3.0.0",
6969
"@fastify/websocket": "^8.1.0",
70-
"@flowfuse/driver-localfs": "^2.24.0",
70+
"@flowfuse/driver-localfs": "^2.24.1",
7171
"@flowfuse/flow-renderer": "^0.5.0",
7272
"@headlessui/vue": "1.7.19",
7373
"@heroicons/vue": "1.0.6",

0 commit comments

Comments
 (0)