summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.meteor/packages1
-rw-r--r--.meteor/versions1
-rw-r--r--CHANGELOG.md9
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
5 files changed, 14 insertions, 3 deletions
diff --git a/.meteor/packages b/.meteor/packages
index 08afd4f2..5f05a960 100644
--- a/.meteor/packages
+++ b/.meteor/packages
@@ -90,3 +90,4 @@ msavin:usercache
wekan:wekan-ldap
wekan:accounts-cas
wekan-scrollbar
+mquandalle:perfect-scrollbar
diff --git a/.meteor/versions b/.meteor/versions
index 872c8d3b..6a9e1abf 100644
--- a/.meteor/versions
+++ b/.meteor/versions
@@ -120,6 +120,7 @@ mquandalle:jquery-textcomplete@0.8.0_1
mquandalle:jquery-ui-drag-drop-sort@0.2.0
mquandalle:moment@1.0.1
mquandalle:mousetrap-bindglobal@0.0.1
+mquandalle:perfect-scrollbar@0.6.5_2
msavin:usercache@1.0.0
npm-bcrypt@0.9.3
npm-mongo@3.1.2-beta181.8
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41d68f7c..ec54c5e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# v1.91 2018-12-15 Wekan release
+
+This release fixes the following bugs:
+
+- [Add back mquandalle:perfect-scrollbar package so that Firefox and Chrome
+ stop complaning in browser dev tools console](https://github.com/wekan/wekan/issues/2057).
+
+Thanks to GitHub users uusijani and xet7 for their contributions.
+
# v1.90 2018-12-15 Wekan release
This release fixes the following bugs:
diff --git a/package.json b/package.json
index b790791c..80d6e795 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.90.0",
+ "version": "v1.91.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index b462ee9d..c9e67cb8 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 192,
+ appVersion = 193,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.90.0~2018-12-15"),
+ appMarketingVersion = (defaultText = "1.91.0~2018-12-15"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,