Skip to content

Commit 6e84d6e

Browse files
author
Dave Conway-Jones
committed
bump packages ready for 2.15.0
1 parent fb93efe commit 6e84d6e

File tree

5 files changed

+94
-45
lines changed

5 files changed

+94
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Fixes**
1010

1111
- Ensure msg.enabled applies to all themes. Issue #481
12-
- Ensure them applies to popup dialog alerts also.
12+
- Ensure theme applies to popup dialog alerts also.
1313
- ensure slider only sends on mouse up when in that mode. Issue #490
1414

1515
### 2.14.0: Milestone Release

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
1818
NETWORK:
1919
*
2020

21-
# hash: aa1028a4cc00955e9c5a35047cf37daa8ca3c5595b70ecc1ff87bee867d7a7e6
21+
# hash: 8da1909d8940162549a78adc2c38feb9b7c445ec7850a149bcbb4a69c0b75eca

dist/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 88 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.15.0-beta",
3+
"version": "2.15.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"dependencies": {
74-
"serve-static": "~1.13.2",
74+
"serve-static": "~1.14.1",
7575
"socket.io": "^2.2.0"
7676
},
7777
"devDependencies": {
@@ -91,7 +91,7 @@
9191
"d3": "^3.5.17",
9292
"font-awesome": "^4.7.0",
9393
"gulp": "^3.9.1",
94-
"gulp-angular-templatecache": "~2.2.6",
94+
"gulp-angular-templatecache": "~3.0.0",
9595
"gulp-clean-css": "^4.0.0",
9696
"gulp-concat": "^2.6.1",
9797
"gulp-eol": "^0.2.0",

0 commit comments

Comments
 (0)