Browse Source

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu 6 years ago
parent
commit
61eb0e7acd
5 changed files with 14 additions and 3 deletions
  1. 1 0
      .meteor/packages
  2. 1 0
      .meteor/versions
  3. 9 0
      CHANGELOG.md
  4. 1 1
      package.json
  5. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 0
.meteor/packages

@@ -90,3 +90,4 @@ msavin:usercache
 wekan:wekan-ldap
 wekan:accounts-cas
 wekan-scrollbar
+mquandalle:perfect-scrollbar

+ 1 - 0
.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

+ 9 - 0
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:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v1.90.0",
+  "version": "v1.91.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

+ 2 - 2
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,