Skip to content

Commit

Permalink
Merge pull request #28 from flowforge/release-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
ZJvandeWeg authored Aug 4, 2022
2 parents 683629c + 56a38d7 commit 82b95c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.8.0: Release

- Fix broker comms http auth path (#27) @hardillb
- add dep @flowforge/nr-project-nodes (#26) @Steve-Mcl
- First pass of adding broker (#24) @hardillb
- Add theme to NR container (#22) @hardillb

#### 0.7.0: Release

- Fix Python for sqlite (#20) @hardillb
Expand Down
6 changes: 3 additions & 3 deletions flowforge-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowforge/docker-deployment",
"description": "FlowForge in Docker",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^0.7.0",
"@flowforge/docker": "^0.7.0",
"@flowforge/flowforge": "^0.8.0",
"@flowforge/docker": "^0.8.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
8 changes: 4 additions & 4 deletions node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"dependencies": {
"@flowforge/nr-storage": "^0.7.0",
"@flowforge/nr-auth": "^0.7.0",
"@flowforge/nr-audit-logger": "^0.7.0",
"@flowforge/nr-storage": "^0.8.0",
"@flowforge/nr-auth": "^0.8.0",
"@flowforge/nr-audit-logger": "^0.8.0",
"@flowforge/nr-theme": "^0.1.1",
"@flowforge/nr-project-nodes": "^0.1.0"
}
Expand Down

0 comments on commit 82b95c4

Please sign in to comment.