Skip to content

Commit d38cdce

Browse files
author
Dave Conway-Jones
committed
Bump versions for release 2.18.0
1 parent 905eb4e commit d38cdce

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.18.0-beta: Maintenance Release
1+
### 2.18.0: Milestone Release
22

33
**Enhancements**
44

@@ -19,7 +19,7 @@
1919
- Add warning re missing order property in custom widget nodes
2020
- Fix notifications. Issue #537.
2121

22-
### 2.17.0: Maintenance Release
22+
### 2.17.0: Milestone Release
2323

2424
**Fixes**
2525

dist/dashboard.appcache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Thu Nov 21 2019 22:07:04 GMT-0500 (Eastern Standard Time)
2+
# Time: Sat Nov 23 2019 13:42:49 GMT+0000 (Greenwich Mean Time)
33

44
CACHE:
55
i18n.js
@@ -24,4 +24,4 @@ fonts/weather-icons-lite.woff2
2424
NETWORK:
2525
*
2626

27-
# hash: 52795486a652cbd80e8847dc50c43bef559b41dd87da8ececdc9f99eb23e0b13
27+
# hash: 17a4694b8d2eea54bc8a5d4223ed2cffadee5be1c993946a7e6ff17f494c357b

dist/js/app.min.js

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.18.0-beta",
3+
"version": "2.18.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -79,17 +79,17 @@
7979
"socket.io": "^2.3.0"
8080
},
8181
"devDependencies": {
82-
"angular": "~1.7.8",
83-
"angular-animate": "~1.7.8",
84-
"angular-aria": "~1.7.8",
82+
"angular": "~1.7.9",
83+
"angular-animate": "~1.7.9",
84+
"angular-aria": "~1.7.9",
8585
"angular-chart.js": "^1.1.1",
8686
"angular-material": "~1.1.20",
8787
"angular-material-icons": "^0.7.1",
88-
"angular-messages": "~1.7.8",
89-
"angular-mocks": "~1.7.8",
90-
"angular-route": "~1.7.8",
91-
"angular-sanitize": "~1.7.8",
92-
"angular-touch": "~1.7.8",
88+
"angular-messages": "~1.7.9",
89+
"angular-mocks": "~1.7.9",
90+
"angular-route": "~1.7.9",
91+
"angular-sanitize": "~1.7.9",
92+
"angular-touch": "~1.7.9",
9393
"angularjs-color-picker": "^3.4.8",
9494
"chart.js": "~2.3.0",
9595
"d3": "^3.5.17",

0 commit comments

Comments
 (0)