Skip to content

Commit 9269439

Browse files
committed
Build for release
1 parent 652881e commit 9269439

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish DHI release
22

33
env:
44
app: fuxa
5-
version: 1.2.4
5+
version: 1.2.5
66
# for available platforms see output of a previous run -
77
# ie the "Setup Docker BuildX" / "Inspect Builder" section
88
# has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"

.github/workflows/docker_snap7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish DHI snap7
22

33
env:
44
app: fuxa
5-
version: snap7-1.2.4
5+
version: snap7-1.2.5
66
# for available platforms see output of a previous run -
77
# ie the "Setup Docker BuildX" / "Inspect Builder" section
88
# has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"

client/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
</div>
4646
</div>
4747
</app-root>
48-
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.ed40231e9a4b4b6d.js" type="module"></script>
48+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.ba5fa312f4ed2f21.js" type="module"></script>
4949

5050
</body></html>
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa",
3-
"version": "1.2.5-2291",
3+
"version": "1.2.5-2292",
44
"keywords": [],
55
"author": "frangoteam <info@frangoteam.org>",
66
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",

client/src/app/scripts/script-editor/script-editor.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ export class ScriptEditorComponent implements OnInit, OnDestroy {
236236
}
237237

238238
onRunTest() {
239-
console.log('Run test');
240239
let torun = new ScriptTest(this.script.id, this.script.name);
241240
torun.parameters = this.testParameters;
242241
torun.outputId = this.script.id;

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa-server",
3-
"version": "1.2.5-2291",
3+
"version": "1.2.5-2292",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)