Skip to content

Commit 77f40a4

Browse files
author
Dave Conway-Jones
committed
Bump ready for 2.13.0
1 parent 2a7fc3c commit 77f40a4

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

2-
### 2.12.3-beta: Maintenance Release
2+
### 2.13.0: Maintenance Release
3+
4+
**Enhancements**
5+
6+
- Add ability to hide tabs manually (PR #456)
37

48
**Fixes**
59

610
- Fix up ui_text toString mishandling error - Issue #459
11+
- Add some undo capability to ordering of widgets - Issue #461
712

813
### 2.12.2: Maintenance Release
914

dist/dashboard.appcache

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

22-
# hash: 84582e1a4998226b40219d89c869226f8828f92fb9ba5abb104ebd5d6c8f9b28
22+
# hash: 01bda600b5843197d6360dc67ba80e5ef7e5347aa2e4394730b72a695a7ae4ce

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.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.12.3-beta",
3+
"version": "2.13.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -34,6 +34,9 @@
3434
},
3535
{
3636
"name": "Hiroyasu Nishiyama"
37+
},
38+
{
39+
"name": "Steve Rickus"
3740
}
3841
],
3942
"license": "Apache-2.0",
@@ -88,11 +91,11 @@
8891
"d3": "^3.5.17",
8992
"font-awesome": "^4.7.0",
9093
"gulp": "~3.9.1",
91-
"gulp-angular-templatecache": "~2.2.5",
94+
"gulp-angular-templatecache": "~2.2.6",
9295
"gulp-clean-css": "^3.10.0",
9396
"gulp-concat": "^2.6.1",
9497
"gulp-eol": "^0.2.0",
95-
"gulp-header": "^2.0.5",
98+
"gulp-header": "^2.0.7",
9699
"gulp-html-replace": "^1.6.2",
97100
"gulp-html-src": "^1.0.0",
98101
"gulp-htmlmin": "^4.0.0",
@@ -107,11 +110,11 @@
107110
"gulp-uglify": "~3.0.1",
108111
"gulp-util": "^3.0.8",
109112
"jquery": "^3.3.1",
110-
"jshint": "^2.9.6",
113+
"jshint": "^2.9.7",
111114
"justgage": "^1.2.2",
112115
"less": "~3.9.0",
113-
"moment": "~2.22.2",
114-
"sprintf-js": "^1.0.3",
116+
"moment": "~2.23.0",
117+
"sprintf-js": "^1.1.2",
115118
"streamqueue": "~1.1.2",
116119
"svg-morpheus": "^0.3.0",
117120
"tinycolor2": "^1.4.1",

0 commit comments

Comments
 (0)