Skip to content

Commit 28bdb44

Browse files
authored
Release 2.27.1 (#6774)
* Update CHANGELOG for 2.27.1 * Update version to 2.27.1
1 parent 89bd194 commit 28bdb44

3 files changed

Lines changed: 94 additions & 61 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
#### 2.27.1: Release
2+
3+
- Bump pre-staging node-red custom stack to 4.1.6 (#6770)
4+
- Bump reusable workflows in `create pre-staging env` to `0.51.0` (#6768)
5+
- Bump cypress-io/github-action from 7.1.2 to 7.1.3 (#6760)
6+
- Use Node-RED 4.1 for custom NR stack on pre-staging environment (#6721)
7+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#6716)
8+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml (#6717)
9+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#6718)
10+
- Bump docker/build-push-action from 6.18.0 to 6.19.2 (#6715)
11+
- Bump ajv from 6.12.6 to 6.14.0 (#6771) @app/dependabot
12+
- Bump hono from 4.11.9 to 4.12.0 (#6751) @app/dependabot
13+
- Bump rollup from 4.52.5 to 4.59.0 (#6769) @app/dependabot
14+
- Add assistant features guard checks to avoid runtime errors (#6765) @cstns
15+
- ci: Add tests-summary job to the `Tests` workflow (#6754) @ppawlowski
16+
- Retry device api call when tunnel proxy returns 502 to re-set the device affinity token (#6748) @cstns
17+
- Bump fast-xml-parser and @aws-sdk/xml-builder (#6732) @app/dependabot
18+
- Bump fast-xml-parser and @aws-sdk/client-sesv2 (#6687) @app/dependabot
19+
- Bump google-auth-library from 10.1.0 to 10.5.0 (#6613) @app/dependabot
20+
- Adjust input area resizing and update min-height styling in ExpertChatInput component (#6699) @cstns
21+
- Refactor Cypress tests and `ListBox` component to improve selector usage (#6727) @cstns
22+
- ci: Add `nr-subflow-export` package to the pre-staging environments (#6724) @ppawlowski
23+
- Fix _ vs - in device agent nodejs options docs (#6723) @hardillb
24+
- ci: Add `nr-mqtt-nodes` package to the pre-staging environments (#6722) @ppawlowski
25+
- Add remote instance immersive view instance controls (#6652) @cstns
26+
- Add NodeJS options to device agent cmd line args docs (#6704) @hardillb
27+
- Switch to immediate watcher to retrieve logs and update schedule (#6701) @cstns
28+
- Fix `TokenCreated` dialog for null tokens (#6441) @GogoVega
29+
- Bump webpack from 5.94.0 to 5.105.0 (#6657) @app/dependabot
30+
- Bump axios from 1.12.1 to 1.13.5 (#6677) @app/dependabot
31+
132
#### 2.27.0: Release
233

334
- Bump JS-DevTools/npm-publish from 4.1.4 to 4.1.5 (#6614)

package-lock.json

Lines changed: 61 additions & 59 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.27.0",
3+
"version": "2.27.1",
44
"description": "An open source low-code development platform",
55
"homepage": "https://flowfuse.com",
66
"bugs": {
@@ -67,7 +67,7 @@
6767
"@fastify/swagger": "^9.6.1",
6868
"@fastify/swagger-ui": "^5.2.3",
6969
"@fastify/websocket": "^11.2.0",
70-
"@flowfuse/driver-localfs": "^2.27.0",
70+
"@flowfuse/driver-localfs": "^2.27.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)