Skip to content

Commit

Permalink
feat: Release 2.2.0 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Mar 14, 2024
2 parents 509f1bb + c51496c commit 11cc886
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flowfuse/file-server-container",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"dependencies": {
"@flowfuse/file-server": "^2.1.0"
"@flowfuse/file-server": "^2.2.0"
},
"license": "Apache-2.0"
}
6 changes: 3 additions & 3 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowfuse/flowfuse-k8s",
"version": "2.1.1",
"version": "2.2.0",
"description": "FlowFuse in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowfuse/flowfuse": "^2.1.1",
"@flowfuse/driver-kubernetes": "^2.1.0",
"@flowfuse/flowfuse": "^2.2.0",
"@flowfuse/driver-kubernetes": "^2.2.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowfuse.com"
appVersion: "2.1.1"
appVersion: "2.2.0"
2 changes: 1 addition & 1 deletion node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"dependencies": {}
}

0 comments on commit 11cc886

Please sign in to comment.