Merge branch 'edge' into meteor-1.8

This commit is contained in:
Lauri Ojansivu 2018-12-15 22:45:36 +02:00
commit 61eb0e7acd
5 changed files with 14 additions and 3 deletions

View file

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

View file

@ -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

View file

@ -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:

View file

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

View file

@ -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,