Skip to content

Commit 1fc6e46

Browse files
authored
Bump version numbers for v2024.0.0-beta.1 (#442)
* Bump version numbers for v2024.0.0-beta.1 * Fix loading of `config.json` when browser tab connects when `nodered.service` starts
1 parent 3bf2c2c commit 1fc6e46

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0848ec2
1+
v2024.0.0-beta.1

software/distro/setup/planktoscope-app-env/python-hardware-controller/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $POETRY_VENV/bin/pip install --progress-bar off poetry==1.7.1
4141

4242
# Download device-backend monorepo
4343
backend_repo="github.com/PlanktoScope/device-backend"
44-
backend_version="d842740" # this should be either a version tag, branch name, or commit hash
44+
backend_version="v2024.0.0-beta.1" # this should be either a version tag, branch name, or commit hash
4545
git clone "https://$backend_repo" $HOME/device-backend --no-checkout --filter=blob:none
4646
git -C $HOME/device-backend checkout --quiet $backend_version
4747

software/node-red-dashboard/flows/adafruithat.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@
101101
{
102102
"id": "ad541674.4791c8",
103103
"port": 0
104-
},
105-
{
106-
"id": "f439663c.8abd3",
107-
"port": 0
108104
}
109105
]
110106
}
@@ -1030,10 +1026,12 @@
10301026
"z": "1c24ad9c.bebec2",
10311027
"name": "Connect Event",
10321028
"events": "connect",
1033-
"x": 900,
1029+
"x": 220,
10341030
"y": 100,
10351031
"wires": [
1036-
[]
1032+
[
1033+
"6465bdd5.15eb8c"
1034+
]
10371035
]
10381036
},
10391037
{

software/node-red-dashboard/flows/planktoscopehat.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@
101101
{
102102
"id": "ad541674.4791c8",
103103
"port": 0
104-
},
105-
{
106-
"id": "f439663c.8abd3",
107-
"port": 0
108104
}
109105
]
110106
}
@@ -1041,10 +1037,12 @@
10411037
"z": "1c24ad9c.bebec2",
10421038
"name": "Connect Event",
10431039
"events": "connect",
1044-
"x": 900,
1040+
"x": 220,
10451041
"y": 100,
10461042
"wires": [
1047-
[]
1043+
[
1044+
"6465bdd5.15eb8c"
1045+
]
10481046
]
10491047
},
10501048
{

software/node-red-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planktoscope-node-red-dashboard",
33
"description": "PlanktoScope graphical user interface",
4-
"version": "2024.0.0-beta.0",
4+
"version": "2024.0.0-beta.1",
55
"dependencies": {
66
"node-red-contrib-dir2files": "^0.3.0",
77
"node-red-contrib-gpsd": "^1.0.4",

0 commit comments

Comments
 (0)