Skip to content

Commit 3cf85c9

Browse files
author
Dave Conway-Jones
committed
bump for release 3.4.0
1 parent bbffe96 commit 3cf85c9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
### 3.4.0-beta: Milestone Release
2+
### 3.4.0: Milestone Release
33

44
- Add ability to specify to start page by tab name in url
55
- Let dialog popup ok and cancel labels be settable by msg.

dist/dashboard.appcache

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Sun Feb 26 2023 17:47:04 GMT+0000 (Greenwich Mean Time)
2+
# Time: Thu Mar 09 2023 15:33:25 GMT+0000 (Greenwich Mean Time)
33

44
CACHE:
55
i18n.js
@@ -26,4 +26,4 @@ loading.html
2626
NETWORK:
2727
*
2828

29-
# hash: ead26ca1a9f245fd80477085448349032604d07b24fedde7bfab2f1488b9fa46
29+
# hash: 1106ac6a49182f12adc5b17952f65302afb78b421b45d2be652ff103cd4982c5

dist/js/app.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "3.4.0-beta",
3+
"version": "3.4.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -124,7 +124,7 @@
124124
"gulp-replace": "^1.1.4",
125125
"gulp-sass": "^5.1.0",
126126
"gulp-util": "^3.0.8",
127-
"jquery": "~3.6.2",
127+
"jquery": "~3.6.4",
128128
"jshint": "~2.13.6",
129129
"justgage": "~1.6.1",
130130
"less": "^3.13.1",
@@ -135,7 +135,7 @@
135135
"sprintf-js": "^1.1.2",
136136
"streamqueue": "~1.1.2",
137137
"svg-morpheus": "^0.3.0",
138-
"terser": "^5.16.5",
138+
"terser": "^5.16.6",
139139
"tinycolor2": "^1.6.0",
140140
"weather-icons-lite": "^1.6.1"
141141
},

0 commit comments

Comments
 (0)