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.
1 parent 3eb8184 commit 9bf137bCopy full SHA for 9bf137b
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+#### 2.32.0: Release
2
+
3
+ - ci: set dependabot pull request limit to 30 (#178)
4
+ - Bump softprops/action-gh-release from 3.0.0 to 3.0.1 (#180)
5
+ - Bump actions/checkout from 6.0.3 to 7.0.0 (#179)
6
+ - Bump actions/checkout from 6.0.2 to 6.0.3 (#174)
7
8
#### 2.31.3: Release
9
10
app/package.json
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse-localfs",
- "version": "2.31.3",
+ "version": "2.32.0",
"description": "FlowFuse Local Install",
"private": true,
"bugs": {
@@ -11,8 +11,8 @@
11
},
12
"license": "SEE LICENSE IN ../LICENSE",
13
"dependencies": {
14
- "@flowfuse/flowfuse": "^2.31.3",
15
- "@flowfuse/file-server": "^2.31.3"
+ "@flowfuse/flowfuse": "^2.32.0",
+ "@flowfuse/file-server": "^2.32.0"
16
17
"engines": {
18
"node": ">=18.x"
0 commit comments